diff --git a/cypress/fixtures/basic/package.json b/cypress/fixtures/basic/package.json index b53a2863d5..90de44d041 100644 --- a/cypress/fixtures/basic/package.json +++ b/cypress/fixtures/basic/package.json @@ -8,8 +8,8 @@ "devDependencies": { "@slidev/cli": "workspace:*", "@slidev/theme-default": "^0.21.2", - "@slidev/theme-seriph": "^0.21.2", + "@slidev/theme-seriph": "^0.21.3", "@slidev/types": "workspace:*", - "nodemon": "^2.0.18" + "nodemon": "^2.0.19" } } diff --git a/demo/composable-vue/package.json b/demo/composable-vue/package.json index 12d74dd606..72d2e0a913 100644 --- a/demo/composable-vue/package.json +++ b/demo/composable-vue/package.json @@ -7,12 +7,12 @@ "export:clicks": "slidev export --with-clicks" }, "devDependencies": { - "@iconify-json/mdi": "^1.1.24", + "@iconify-json/mdi": "^1.1.29", "@iconify-json/ri": "^1.1.3", "@slidev/cli": "workspace:*", "@slidev/theme-default": "^0.21.2", - "@slidev/theme-seriph": "^0.21.2", + "@slidev/theme-seriph": "^0.21.3", "@slidev/types": "workspace:*", - "nodemon": "^2.0.18" + "nodemon": "^2.0.19" } } diff --git a/demo/starter/package.json b/demo/starter/package.json index 6ceb00568e..7951ee9bb8 100644 --- a/demo/starter/package.json +++ b/demo/starter/package.json @@ -8,9 +8,9 @@ "devDependencies": { "@slidev/cli": "workspace:*", "@slidev/theme-default": "^0.21.2", - "@slidev/theme-seriph": "^0.21.2", + "@slidev/theme-seriph": "^0.21.3", "@slidev/types": "workspace:*", - "nodemon": "^2.0.18", - "vite-plugin-inspect": "^0.5.1" + "nodemon": "^2.0.19", + "vite-plugin-inspect": "^0.6.0" } } diff --git a/package.json b/package.json index a380fad30c..938e54866a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "version": "0.34.3", "private": true, - "packageManager": "pnpm@7.4.0", + "packageManager": "pnpm@7.7.0", "engines": { "node": ">=14.0.0" }, @@ -21,7 +21,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^0.25.2", - "@antfu/ni": "^0.16.3", + "@antfu/ni": "^0.17.2", "@antfu/utils": "^0.5.2", "@slidev/cli": "workspace:*", "@slidev/parser": "workspace:*", @@ -36,35 +36,35 @@ "@types/katex": "^0.14.0", "@types/markdown-it": "^12.2.3", "@types/mermaid": "^8.2.9", - "@types/node": "^18.0.0", - "@types/prettier": "^2.6.3", + "@types/node": "^18.6.2", + "@types/prettier": "^2.6.4", "@types/prismjs": "^1.26.0", "@types/prompts": "^2.4.0", "@types/recordrtc": "^5.6.8", "@types/resolve": "^1.20.2", "@types/semver": "^7.3.10", "@types/yargs": "^17.0.10", - "@typescript-eslint/eslint-plugin": "^5.30.0", - "@vueuse/core": "^8.7.5", + "@typescript-eslint/eslint-plugin": "^5.31.0", + "@vueuse/core": "^9.0.1", "bumpp": "^8.2.1", "cross-env": "^7.0.3", - "cypress": "^10.3.0", - "eslint": "^8.18.0", + "cypress": "^10.3.1", + "eslint": "^8.20.0", "eslint-plugin-cypress": "^2.12.1", "esno": "^0.16.3", "katex": "^0.16.0", "lint-staged": "^13.0.3", "mermaid": "^9.1.3", - "playwright-chromium": "^1.23.0", - "pnpm": "^7.4.0", + "playwright-chromium": "^1.24.1", + "pnpm": "^7.7.0", "rimraf": "^3.0.2", "simple-git-hooks": "^2.8.0", "tsup": "^5.12.9", "typescript": "^4.7.4", - "vite": "^2.9.13", - "vite-plugin-windicss": "^1.8.6", - "vitest": "^0.16.0", - "zx": "^7.0.4" + "vite": "^3.0.4", + "vite-plugin-windicss": "^1.8.7", + "vitest": "^0.19.1", + "zx": "^7.0.7" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" diff --git a/packages/client/logic/shortcuts.ts b/packages/client/logic/shortcuts.ts index 2a767afafe..386d4e890f 100644 --- a/packages/client/logic/shortcuts.ts +++ b/packages/client/logic/shortcuts.ts @@ -1,5 +1,6 @@ import type { Fn, KeyFilter } from '@vueuse/core' -import { and, not, onKeyStroke } from '@vueuse/core' +import { onKeyStroke } from '@vueuse/core' +import { and, not } from '@vueuse/math' import type { Ref } from 'vue' import { watch } from 'vue' import type { ShortcutOptions } from '@slidev/types' diff --git a/packages/client/package.json b/packages/client/package.json index 8d218bd595..673cf3c641 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -18,9 +18,10 @@ "@antfu/utils": "^0.5.2", "@slidev/parser": "workspace:*", "@slidev/types": "workspace:*", - "@unocss/reset": "^0.42.0", - "@vueuse/core": "^8.7.5", - "@vueuse/head": "^0.7.6", + "@unocss/reset": "^0.45.1", + "@vueuse/core": "^9.0.1", + "@vueuse/head": "^0.7.8", + "@vueuse/math": "^9.0.1", "@vueuse/motion": "^2.0.0-beta.18", "codemirror": "^5.65.5", "defu": "^6.0.0", @@ -35,11 +36,14 @@ "prettier": "^2.7.1", "recordrtc": "^5.6.2", "resolve": "^1.22.1", - "unocss": "^0.42.0", - "vite-plugin-windicss": "^1.8.6", + "unocss": "^0.45.1", + "vite-plugin-windicss": "^1.8.7", "vue": "^3.2.37", - "vue-router": "^4.0.16", + "vue-router": "^4.1.3", "vue-starport": "^0.3.0", - "windicss": "^3.5.5" + "windicss": "^3.5.6" + }, + "devDependencies": { + "vite": "^3.0.4" } } diff --git a/packages/create-theme/template/package.json b/packages/create-theme/template/package.json index 52e3b756f8..3f6a29730e 100644 --- a/packages/create-theme/template/package.json +++ b/packages/create-theme/template/package.json @@ -16,8 +16,8 @@ "dependencies": { "@slidev/types": "^0.34.3", "codemirror-theme-vars": "^0.1.1", - "prism-theme-vars": "^0.2.3", - "theme-vitesse": "^0.4.10" + "prism-theme-vars": "^0.2.4", + "theme-vitesse": "^0.5.0" }, "devDependencies": { "@slidev/cli": "^0.34.3" diff --git a/packages/slidev/package.json b/packages/slidev/package.json index 27ec45747f..be7d28cf48 100644 --- a/packages/slidev/package.json +++ b/packages/slidev/package.json @@ -49,13 +49,13 @@ }, "dependencies": { "@antfu/utils": "^0.5.2", - "@hedgedoc/markdown-it-task-lists": "^1.0.4", - "@iconify-json/carbon": "^1.1.6", + "@hedgedoc/markdown-it-task-lists": "^1.0.5", + "@iconify-json/carbon": "^1.1.7", "@iconify-json/ph": "^1.1.2", "@slidev/client": "workspace:*", "@slidev/parser": "workspace:*", "@slidev/types": "workspace:*", - "@vitejs/plugin-vue": "^2.3.3", + "@vitejs/plugin-vue": "^3.0.1", "@vue/compiler-sfc": "^3.2.37", "cli-progress": "^3.11.2", "codemirror": "^5.65.5", @@ -84,16 +84,16 @@ "resolve-from": "^5.0.0", "resolve-global": "^1.0.0", "shiki": "^0.10.1", - "unocss": "^0.42.0", - "unplugin-icons": "^0.14.6", - "unplugin-vue-components": "^0.20.1", - "vite": "^2.9.13", - "vite-plugin-remote-assets": "^0.2.2", - "vite-plugin-vue-markdown": "^0.20.1", - "vite-plugin-vue-server-ref": "^0.2.4", - "vite-plugin-windicss": "^1.8.6", + "unocss": "^0.45.1", + "unplugin-icons": "^0.14.8", + "unplugin-vue-components": "^0.21.2", + "vite": "^3.0.4", + "vite-plugin-remote-assets": "^0.3.0", + "vite-plugin-vue-markdown": "^0.21.1", + "vite-plugin-vue-server-ref": "^0.3.0", + "vite-plugin-windicss": "^1.8.7", "vue": "^3.2.37", - "windicss": "^3.5.5", + "windicss": "^3.5.6", "yargs": "^17.5.1" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b658f043a..6489c31b90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ importers: .: specifiers: '@antfu/eslint-config': ^0.25.2 - '@antfu/ni': ^0.16.3 + '@antfu/ni': ^0.17.2 '@antfu/utils': ^0.5.2 '@slidev/cli': workspace:* '@slidev/parser': workspace:* @@ -20,38 +20,38 @@ importers: '@types/katex': ^0.14.0 '@types/markdown-it': ^12.2.3 '@types/mermaid': ^8.2.9 - '@types/node': ^18.0.0 - '@types/prettier': ^2.6.3 + '@types/node': ^18.6.2 + '@types/prettier': ^2.6.4 '@types/prismjs': ^1.26.0 '@types/prompts': ^2.4.0 '@types/recordrtc': ^5.6.8 '@types/resolve': ^1.20.2 '@types/semver': ^7.3.10 '@types/yargs': ^17.0.10 - '@typescript-eslint/eslint-plugin': ^5.30.0 - '@vueuse/core': ^8.7.5 + '@typescript-eslint/eslint-plugin': ^5.31.0 + '@vueuse/core': ^9.0.1 bumpp: ^8.2.1 cross-env: ^7.0.3 - cypress: ^10.3.0 - eslint: ^8.18.0 + cypress: ^10.3.1 + eslint: ^8.20.0 eslint-plugin-cypress: ^2.12.1 esno: ^0.16.3 katex: ^0.16.0 lint-staged: ^13.0.3 mermaid: ^9.1.3 - playwright-chromium: ^1.23.0 - pnpm: ^7.4.0 + playwright-chromium: ^1.24.1 + pnpm: ^7.7.0 rimraf: ^3.0.2 simple-git-hooks: ^2.8.0 tsup: ^5.12.9 typescript: ^4.7.4 - vite: ^2.9.13 - vite-plugin-windicss: ^1.8.6 - vitest: ^0.16.0 - zx: ^7.0.4 + vite: ^3.0.4 + vite-plugin-windicss: ^1.8.7 + vitest: ^0.19.1 + zx: ^7.0.7 devDependencies: - '@antfu/eslint-config': 0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e - '@antfu/ni': 0.16.3 + '@antfu/eslint-config': 0.25.2_he2ccbldppg44uulnyq4rwocfa + '@antfu/ni': 0.17.2 '@antfu/utils': 0.5.2 '@slidev/cli': link:packages/slidev '@slidev/parser': link:packages/parser @@ -66,92 +66,93 @@ importers: '@types/katex': 0.14.0 '@types/markdown-it': 12.2.3 '@types/mermaid': 8.2.9 - '@types/node': 18.0.0 - '@types/prettier': 2.6.3 + '@types/node': 18.6.2 + '@types/prettier': 2.6.4 '@types/prismjs': 1.26.0 '@types/prompts': 2.4.0 '@types/recordrtc': 5.6.8 '@types/resolve': 1.20.2 '@types/semver': 7.3.10 '@types/yargs': 17.0.10 - '@typescript-eslint/eslint-plugin': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e - '@vueuse/core': 8.7.5 + '@typescript-eslint/eslint-plugin': 5.31.0_he2ccbldppg44uulnyq4rwocfa + '@vueuse/core': 9.0.1 bumpp: 8.2.1 cross-env: 7.0.3 - cypress: 10.3.0 - eslint: 8.18.0 - eslint-plugin-cypress: 2.12.1_eslint@8.18.0 + cypress: 10.3.1 + eslint: 8.20.0 + eslint-plugin-cypress: 2.12.1_eslint@8.20.0 esno: 0.16.3 katex: 0.16.0 lint-staged: 13.0.3 mermaid: 9.1.3 - playwright-chromium: 1.23.0 - pnpm: 7.4.0 + playwright-chromium: 1.24.1 + pnpm: 7.7.0 rimraf: 3.0.2 simple-git-hooks: 2.8.0 tsup: 5.12.9_typescript@4.7.4 typescript: 4.7.4 - vite: 2.9.13 - vite-plugin-windicss: 1.8.6_vite@2.9.13 - vitest: 0.16.0 - zx: 7.0.4 + vite: 3.0.4 + vite-plugin-windicss: 1.8.7_vite@3.0.4 + vitest: 0.19.1 + zx: 7.0.7 cypress/fixtures/basic: specifiers: '@slidev/cli': workspace:* '@slidev/theme-default': ^0.21.2 - '@slidev/theme-seriph': ^0.21.2 + '@slidev/theme-seriph': ^0.21.3 '@slidev/types': workspace:* - nodemon: ^2.0.18 + nodemon: ^2.0.19 devDependencies: '@slidev/cli': link:../../../packages/slidev '@slidev/theme-default': 0.21.2 - '@slidev/theme-seriph': 0.21.2 + '@slidev/theme-seriph': 0.21.3 '@slidev/types': link:../../../packages/types - nodemon: 2.0.18 + nodemon: 2.0.19 demo/composable-vue: specifiers: - '@iconify-json/mdi': ^1.1.24 + '@iconify-json/mdi': ^1.1.29 '@iconify-json/ri': ^1.1.3 '@slidev/cli': workspace:* '@slidev/theme-default': ^0.21.2 - '@slidev/theme-seriph': ^0.21.2 + '@slidev/theme-seriph': ^0.21.3 '@slidev/types': workspace:* - nodemon: ^2.0.18 + nodemon: ^2.0.19 devDependencies: - '@iconify-json/mdi': 1.1.24 + '@iconify-json/mdi': 1.1.29 '@iconify-json/ri': 1.1.3 '@slidev/cli': link:../../packages/slidev '@slidev/theme-default': 0.21.2 - '@slidev/theme-seriph': 0.21.2 + '@slidev/theme-seriph': 0.21.3 '@slidev/types': link:../../packages/types - nodemon: 2.0.18 + nodemon: 2.0.19 demo/starter: specifiers: '@slidev/cli': workspace:* '@slidev/theme-default': ^0.21.2 - '@slidev/theme-seriph': ^0.21.2 + '@slidev/theme-seriph': ^0.21.3 '@slidev/types': workspace:* - nodemon: ^2.0.18 - vite-plugin-inspect: ^0.5.1 + nodemon: ^2.0.19 + vite-plugin-inspect: ^0.6.0 devDependencies: '@slidev/cli': link:../../packages/slidev '@slidev/theme-default': 0.21.2 - '@slidev/theme-seriph': 0.21.2 + '@slidev/theme-seriph': 0.21.3 '@slidev/types': link:../../packages/types - nodemon: 2.0.18 - vite-plugin-inspect: 0.5.1 + nodemon: 2.0.19 + vite-plugin-inspect: 0.6.0 packages/client: specifiers: '@antfu/utils': ^0.5.2 '@slidev/parser': workspace:* '@slidev/types': workspace:* - '@unocss/reset': ^0.42.0 - '@vueuse/core': ^8.7.5 - '@vueuse/head': ^0.7.6 + '@unocss/reset': ^0.45.1 + '@vueuse/core': ^9.0.1 + '@vueuse/head': ^0.7.8 + '@vueuse/math': ^9.0.1 '@vueuse/motion': ^2.0.0-beta.18 codemirror: ^5.65.5 defu: ^6.0.0 @@ -166,19 +167,21 @@ importers: prettier: ^2.7.1 recordrtc: ^5.6.2 resolve: ^1.22.1 - unocss: ^0.42.0 - vite-plugin-windicss: ^1.8.6 + unocss: ^0.45.1 + vite: ^3.0.4 + vite-plugin-windicss: ^1.8.7 vue: ^3.2.37 - vue-router: ^4.0.16 + vue-router: ^4.1.3 vue-starport: ^0.3.0 - windicss: ^3.5.5 + windicss: ^3.5.6 dependencies: '@antfu/utils': 0.5.2 '@slidev/parser': link:../parser '@slidev/types': link:../types - '@unocss/reset': 0.42.0 - '@vueuse/core': 8.7.5_vue@3.2.37 - '@vueuse/head': 0.7.6_vue@3.2.37 + '@unocss/reset': 0.45.1 + '@vueuse/core': 9.0.1_vue@3.2.37 + '@vueuse/head': 0.7.8_vue@3.2.37 + '@vueuse/math': 9.0.1_vue@3.2.37 '@vueuse/motion': 2.0.0-beta.18_vue@3.2.37 codemirror: 5.65.5 defu: 6.0.0 @@ -193,12 +196,14 @@ importers: prettier: 2.7.1 recordrtc: 5.6.2 resolve: 1.22.1 - unocss: 0.42.0 - vite-plugin-windicss: 1.8.6 + unocss: 0.45.1_vite@3.0.4 + vite-plugin-windicss: 1.8.7_vite@3.0.4 vue: 3.2.37 - vue-router: 4.0.16_vue@3.2.37 + vue-router: 4.1.3_vue@3.2.37 vue-starport: 0.3.0 - windicss: 3.5.5 + windicss: 3.5.6 + devDependencies: + vite: 3.0.4 packages/create-app: specifiers: @@ -233,14 +238,14 @@ importers: packages/slidev: specifiers: '@antfu/utils': ^0.5.2 - '@hedgedoc/markdown-it-task-lists': ^1.0.4 - '@iconify-json/carbon': ^1.1.6 + '@hedgedoc/markdown-it-task-lists': ^1.0.5 + '@iconify-json/carbon': ^1.1.7 '@iconify-json/ph': ^1.1.2 '@slidev/client': workspace:* '@slidev/parser': workspace:* '@slidev/types': workspace:* '@types/plantuml-encoder': ^1.4.0 - '@vitejs/plugin-vue': ^2.3.3 + '@vitejs/plugin-vue': ^3.0.1 '@vue/compiler-sfc': ^3.2.37 cli-progress: ^3.11.2 codemirror: ^5.65.5 @@ -272,26 +277,26 @@ importers: semver: ^7.3.7 shiki: ^0.10.1 sirv: ^2.0.2 - unocss: ^0.42.0 - unplugin-icons: ^0.14.6 - unplugin-vue-components: ^0.20.1 - vite: ^2.9.13 - vite-plugin-remote-assets: ^0.2.2 - vite-plugin-vue-markdown: ^0.20.1 - vite-plugin-vue-server-ref: ^0.2.4 - vite-plugin-windicss: ^1.8.6 + unocss: ^0.45.1 + unplugin-icons: ^0.14.8 + unplugin-vue-components: ^0.21.2 + vite: ^3.0.4 + vite-plugin-remote-assets: ^0.3.0 + vite-plugin-vue-markdown: ^0.21.1 + vite-plugin-vue-server-ref: ^0.3.0 + vite-plugin-windicss: ^1.8.7 vue: ^3.2.37 - windicss: ^3.5.5 + windicss: ^3.5.6 yargs: ^17.5.1 dependencies: '@antfu/utils': 0.5.2 - '@hedgedoc/markdown-it-task-lists': 1.0.4_markdown-it@13.0.1 - '@iconify-json/carbon': 1.1.6 + '@hedgedoc/markdown-it-task-lists': 1.0.5_markdown-it@13.0.1 + '@iconify-json/carbon': 1.1.7 '@iconify-json/ph': 1.1.2 '@slidev/client': link:../client '@slidev/parser': link:../parser '@slidev/types': link:../types - '@vitejs/plugin-vue': 2.3.3_vite@2.9.13+vue@3.2.37 + '@vitejs/plugin-vue': 3.0.1_vite@3.0.4+vue@3.2.37 '@vue/compiler-sfc': 3.2.37 cli-progress: 3.11.2 codemirror: 5.65.5 @@ -320,16 +325,16 @@ importers: resolve-from: 5.0.0 resolve-global: 1.0.0 shiki: 0.10.1 - unocss: 0.42.0_vite@2.9.13 - unplugin-icons: 0.14.6_an4lgmmlrau24p6bpvoomqupse - unplugin-vue-components: 0.20.1_vite@2.9.13+vue@3.2.37 - vite: 2.9.13 - vite-plugin-remote-assets: 0.2.2_vite@2.9.13 - vite-plugin-vue-markdown: 0.20.1_vite@2.9.13 - vite-plugin-vue-server-ref: 0.2.4_vite@2.9.13+vue@3.2.37 - vite-plugin-windicss: 1.8.6_vite@2.9.13 + unocss: 0.45.1_vite@3.0.4 + unplugin-icons: 0.14.8_drarq77wngniv3w6l3yoypch7m + unplugin-vue-components: 0.21.2_vite@3.0.4+vue@3.2.37 + vite: 3.0.4 + vite-plugin-remote-assets: 0.3.0_vite@3.0.4 + vite-plugin-vue-markdown: 0.21.1_vite@3.0.4 + vite-plugin-vue-server-ref: 0.3.0_vite@3.0.4+vue@3.2.37 + vite-plugin-windicss: 1.8.7_vite@3.0.4 vue: 3.2.37 - windicss: 3.5.5 + windicss: 3.5.6 yargs: 17.5.1 devDependencies: '@types/plantuml-encoder': 1.4.0 @@ -345,22 +350,30 @@ importers: packages: - /@antfu/eslint-config-basic/0.25.2_5mtqsiui4sk53pmkx7i7ue45wm: + /@ampproject/remapping/2.2.0: + resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/gen-mapping': 0.1.1 + '@jridgewell/trace-mapping': 0.3.14 + dev: false + + /@antfu/eslint-config-basic/0.25.2_jax7y5umbj4pawid4thvjyd634: resolution: {integrity: sha512-D81jE90B7cujMmU2mKEaUcRsKRAfVX4PniEoaD0c3HiqprqghfBjuv3B6p1+tG9uJQAgLBVsK+G92Y+AAgFaOA==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.18.0 - eslint-plugin-antfu: 0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e - eslint-plugin-eslint-comments: 3.2.0_eslint@8.18.0 + eslint: 8.20.0 + eslint-plugin-antfu: 0.25.2_he2ccbldppg44uulnyq4rwocfa + eslint-plugin-eslint-comments: 3.2.0_eslint@8.20.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_wno36sjfnklvt2ocf7qbhb2izy - eslint-plugin-jsonc: 2.3.0_eslint@8.18.0 - eslint-plugin-markdown: 2.2.1_eslint@8.18.0 - eslint-plugin-n: 15.2.3_eslint@8.18.0 - eslint-plugin-promise: 6.0.0_eslint@8.18.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.18.0 - eslint-plugin-yml: 1.0.0_eslint@8.18.0 + eslint-plugin-import: 2.26.0_dua2a4wnju4tpdhukgxzam7ll4 + eslint-plugin-jsonc: 2.3.0_eslint@8.20.0 + eslint-plugin-markdown: 2.2.1_eslint@8.20.0 + eslint-plugin-n: 15.2.3_eslint@8.20.0 + eslint-plugin-promise: 6.0.0_eslint@8.20.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.20.0 + eslint-plugin-yml: 1.0.0_eslint@8.20.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.0.1 transitivePeerDependencies: @@ -371,14 +384,14 @@ packages: - typescript dev: true - /@antfu/eslint-config-react/0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e: + /@antfu/eslint-config-react/0.25.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-jGol7/UTUa9z55p4Oy/K5yGgY179fj1kl0kdo3bRnFjzUZQuDGuxw5HiZdYx333pjBdizkPl6cMJ8M6sc3PzFg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 + '@antfu/eslint-config-ts': 0.25.2_he2ccbldppg44uulnyq4rwocfa + eslint: 8.20.0 + eslint-plugin-react: 7.30.1_eslint@8.20.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -386,16 +399,16 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e: + /@antfu/eslint-config-ts/0.25.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-Dpp4r3CaDZVh73lMxhW0sVGsPwUf1YTpYV5JefmBtgEZKOAc+QqYbLjFZ6QGRUpdPLldRvD+xTFpax6t8NKgyA==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.25.2_5mtqsiui4sk53pmkx7i7ue45wm - '@typescript-eslint/eslint-plugin': 5.30.0_5mtqsiui4sk53pmkx7i7ue45wm - '@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 + '@antfu/eslint-config-basic': 0.25.2_jax7y5umbj4pawid4thvjyd634 + '@typescript-eslint/eslint-plugin': 5.31.0_jax7y5umbj4pawid4thvjyd634 + '@typescript-eslint/parser': 5.30.0_he2ccbldppg44uulnyq4rwocfa + eslint: 8.20.0 typescript: 4.7.4 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -403,14 +416,14 @@ packages: - supports-color dev: true - /@antfu/eslint-config-vue/0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e: + /@antfu/eslint-config-vue/0.25.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-ObZOzvQvLe/qETq5miVmFWRgjNwWAE/P1I2YhKyDFK7KHquM7bKysfnmkoPpm2HkOpseMILoc+5UKo/w3L7GHg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-plugin-vue: 9.1.1_eslint@8.18.0 + '@antfu/eslint-config-ts': 0.25.2_he2ccbldppg44uulnyq4rwocfa + eslint: 8.20.0 + eslint-plugin-vue: 9.1.1_eslint@8.20.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -418,25 +431,25 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e: + /@antfu/eslint-config/0.25.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-dIqxqBa6ALqaBQyErMnYLpyn4xpwp1YefbYxDMgNFM8MzY/ShJgaBWAGlywFeDwyAR44jaaVY8wRwDxODF8bPg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e - '@antfu/eslint-config-vue': 0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e - '@typescript-eslint/eslint-plugin': 5.30.0_5mtqsiui4sk53pmkx7i7ue45wm - '@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.18.0 + '@antfu/eslint-config-react': 0.25.2_he2ccbldppg44uulnyq4rwocfa + '@antfu/eslint-config-vue': 0.25.2_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/eslint-plugin': 5.31.0_jax7y5umbj4pawid4thvjyd634 + '@typescript-eslint/parser': 5.30.0_he2ccbldppg44uulnyq4rwocfa + eslint: 8.20.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.20.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_wno36sjfnklvt2ocf7qbhb2izy - eslint-plugin-jsonc: 2.3.0_eslint@8.18.0 - eslint-plugin-n: 15.2.3_eslint@8.18.0 - eslint-plugin-promise: 6.0.0_eslint@8.18.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.18.0 - eslint-plugin-vue: 9.1.1_eslint@8.18.0 - eslint-plugin-yml: 1.0.0_eslint@8.18.0 + eslint-plugin-import: 2.26.0_dua2a4wnju4tpdhukgxzam7ll4 + eslint-plugin-jsonc: 2.3.0_eslint@8.20.0 + eslint-plugin-n: 15.2.3_eslint@8.20.0 + eslint-plugin-promise: 6.0.0_eslint@8.20.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.20.0 + eslint-plugin-vue: 9.1.1_eslint@8.20.0 + eslint-plugin-yml: 1.0.0_eslint@8.20.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.0.1 transitivePeerDependencies: @@ -453,8 +466,8 @@ packages: find-up: 5.0.0 dev: false - /@antfu/ni/0.16.3: - resolution: {integrity: sha512-/C1N/hORSJp1qJHr4oRqQzmWPqB6S42T4HV4dWhXOllPJkcqQA/L40U55Oc7Gq4Gm9pLeCNZn7YYU1kUK2Ekpg==} + /@antfu/ni/0.17.2: + resolution: {integrity: sha512-uYsmcsQzylpMiRB4gJRwcEJMIrKyeHZO0CJct8MmqkT3B7HTFU6oSZhDB50E/XvQw7FW8oT/tKsq3NFplRgG2Q==} hasBin: true dev: true @@ -590,8 +603,8 @@ packages: - supports-color dev: true - /@hedgedoc/markdown-it-task-lists/1.0.4_markdown-it@13.0.1: - resolution: {integrity: sha512-L2qzTIxjl2o35DUWLm3oYSMumcMXR74B9KuQ0jMlvOhu3N71TvvySi+zErOvgacQ9cOpYiGW67zvvCtwkbbXAA==} + /@hedgedoc/markdown-it-task-lists/1.0.5_markdown-it@13.0.1: + resolution: {integrity: sha512-l/rJ8tJAZ1Fs0vzQPfap4+YnILWZBxCqtTikjE26Y5hJYY0LY3GJCWU4WXHVIPMJ/0Dm4XbKonXURfLQn5GeZw==} peerDependencies: markdown-it: '>=12' dependencies: @@ -613,14 +626,14 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@iconify-json/carbon/1.1.6: - resolution: {integrity: sha512-3a/D7qzqBO6hsDmp6/k2eFfJzL1sw1yCQOq2yr86el2CzgMmQdKYROOyCCDNBxGn+dkkc/Rx1/8OEciakAJcFg==} + /@iconify-json/carbon/1.1.7: + resolution: {integrity: sha512-QULSpNWKaX4auIbjITDynfALdJYvOOy/xZb+aLOqCgvpBcmbz5tbqvow4r25FWtVsi4FHVpNQ8vyJZXsD1Hlxg==} dependencies: '@iconify/types': 1.1.0 dev: false - /@iconify-json/mdi/1.1.24: - resolution: {integrity: sha512-pWz37BD5NmuNlWe5g7bnL5JhlDsbAzhm60H1XBlQWeuxT3ksfTdka99lLOl7RgWzfv54ff44BDuRT0bt2RhlVg==} + /@iconify-json/mdi/1.1.29: + resolution: {integrity: sha512-klGuStNuyOHJIaCK36XWiXuUnnxKaZfGXGh+RVf4hbB2Pyvp//PgNvluz8uK32remmQDydzPr+ipvqbenxzQ2g==} dependencies: '@iconify/types': 1.1.0 dev: true @@ -648,11 +661,40 @@ packages: '@iconify/types': 1.1.0 debug: 4.3.4 kolorist: 1.5.1 - local-pkg: 0.4.1 + local-pkg: 0.4.2 transitivePeerDependencies: - supports-color dev: false + /@jridgewell/gen-mapping/0.1.1: + resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.14 + dev: false + + /@jridgewell/resolve-uri/3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + engines: {node: '>=6.0.0'} + dev: false + + /@jridgewell/set-array/1.1.2: + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} + engines: {node: '>=6.0.0'} + dev: false + + /@jridgewell/sourcemap-codec/1.4.14: + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + dev: false + + /@jridgewell/trace-mapping/0.3.14: + resolution: {integrity: sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==} + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 + dev: false + /@jsdevtools/ez-spawn/3.0.4: resolution: {integrity: sha512-f5DRIOZf7wxogefH03RjMPMdBF7ADTWUMoOs9kaJo06EfwF+aFhMZMDZxHg/Xe12hptN9xoZjGso2fdjapBRIA==} engines: {node: '>=10'} @@ -663,13 +705,26 @@ packages: type-detect: 4.0.8 dev: true - /@mdit-vue/plugin-component/0.1.1: - resolution: {integrity: sha512-DC4OEZO737FbvwZxVToO2d9jprbQEs4lor7bylEBrPDYDds8pjRBUIx2BNc54X0effIopsZhq+b4gxkOHJOPNQ==} + /@mdit-vue/plugin-component/0.8.1: + resolution: {integrity: sha512-lBkVDc4/uq93CDKBUbKZ25lpBwZ4fghHaBMV956Eb/Qp7isHzqn31qpdJT6S7nPNltt9clkWTVZeZRL7hmRKUw==} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false + /@mdit-vue/plugin-frontmatter/0.8.0: + resolution: {integrity: sha512-STjTlQ+gxLBprcdyu2dH8kezgBwqS/jlPKLsy18BMSHoElGJeDJM458lwDa3MGL+Mm+g5NK0KoWTnQHj/9Uwow==} + dependencies: + '@mdit-vue/types': 0.8.0 + '@types/markdown-it': 12.2.3 + gray-matter: 4.0.3 + markdown-it: 13.0.1 + dev: false + + /@mdit-vue/types/0.8.0: + resolution: {integrity: sha512-g6Tc8JwwJjTnx8sb66ZFCHvJ5TJpvoRnAkGT8Aq0K6UcvAOslODaU4tQ87WZ1ETTeXE9PTYPLGxngRudcyMHoQ==} + dev: false + /@nodelib/fs.scandir/2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -698,11 +753,6 @@ packages: estree-walker: 2.0.2 picomatch: 2.3.1 - /@sindresorhus/is/0.14.0: - resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} - engines: {node: '>=6'} - dev: true - /@slidev/theme-default/0.21.2: resolution: {integrity: sha512-neUucFs2YrRZZd73QwvLTyRG/o1nerDFUR5t8YAmXVLTMzWfY71flQ6aAhjYf+WjsozYsOHcxi/pZtIzZ4VhTQ==} engines: {node: '>=14.0.0', slidev: '>=0.19.2'} @@ -713,8 +763,8 @@ packages: theme-vitesse: 0.1.14 dev: true - /@slidev/theme-seriph/0.21.2: - resolution: {integrity: sha512-D3zhFYBmH1X37LX1LvTUPxAM1EEK6vMfy4hyxI9JIBXuugVq1WrfjcD+Lt9HnLpH1EqD3Mk+gS0lP/uC2TaVQw==} + /@slidev/theme-seriph/0.21.3: + resolution: {integrity: sha512-cLya6O4hmcLHUhloCMPPoKMLX27Q+8M8pRS82BSsLXVeXTXrlpc3l3glx5VB738p+NQr7FgqFN6H2CXQRoVv9Q==} engines: {node: '>=14.0.0', slidev: '>=0.19.3'} dependencies: '@slidev/types': 0.22.7 @@ -728,13 +778,6 @@ packages: engines: {node: '>=14.0.0'} dev: true - /@szmarczak/http-timer/1.1.2: - resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} - engines: {node: '>=6'} - dependencies: - defer-to-connect: 1.1.3 - dev: true - /@types/chai-subset/1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} dependencies: @@ -748,7 +791,7 @@ packages: /@types/cli-progress/3.11.0: resolution: {integrity: sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==} dependencies: - '@types/node': 18.0.0 + '@types/node': 18.6.2 dev: true /@types/codemirror/5.60.5: @@ -760,7 +803,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.0.0 + '@types/node': 18.6.2 dev: true /@types/debug/4.1.7: @@ -780,7 +823,7 @@ packages: /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 18.0.0 + '@types/node': 18.6.2 dev: true /@types/js-yaml/4.0.5: @@ -799,12 +842,6 @@ packages: resolution: {integrity: sha512-+2FW2CcT0K3P+JMR8YG846bmDwplKUTsWgT2ENwdQ1UdVfRk3GQrh6Mi4sTopy30gI8Uau5CEqHTDZ6YvWIUPA==} dev: true - /@types/keyv/3.1.4: - resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} - dependencies: - '@types/node': 18.0.0 - dev: true - /@types/linkify-it/3.0.2: resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==} @@ -847,8 +884,8 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: true - /@types/node/18.0.0: - resolution: {integrity: sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==} + /@types/node/18.6.2: + resolution: {integrity: sha512-KcfkBq9H4PI6Vpu5B/KoPeuVDAbmi+2mDBqGPGUgoL7yXQtcWGu2vJWmmRkneWK3Rh0nIAX192Aa87AqKHYChQ==} dev: true /@types/normalize-package-data/2.4.1: @@ -861,8 +898,8 @@ packages: '@types/node': 17.0.21 dev: true - /@types/prettier/2.6.3: - resolution: {integrity: sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==} + /@types/prettier/2.6.4: + resolution: {integrity: sha512-fOwvpvQYStpb/zHMx0Cauwywu9yLDmzWiiQBC7gJyq5tYLUXFZvDG7VK1B7WBxxjBJNKFOZ0zLoOQn8vmATbhw==} dev: true /@types/prismjs/1.26.0: @@ -885,12 +922,6 @@ packages: resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} dev: true - /@types/responselike/1.0.0: - resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} - dependencies: - '@types/node': 18.0.0 - dev: true - /@types/semver/7.3.10: resolution: {integrity: sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw==} dev: true @@ -915,6 +946,10 @@ packages: /@types/web-bluetooth/0.0.14: resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==} + dev: false + + /@types/web-bluetooth/0.0.15: + resolution: {integrity: sha512-w7hEHXnPMEZ+4nGKl/KDRVpxkwYxYExuHOYXyzIzCDzEZ9ZCGMAewulr9IqJu2LR4N37fcnb1XVeuZ09qgOxhA==} /@types/which/2.0.1: resolution: {integrity: sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==} @@ -934,12 +969,12 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.0.0 + '@types/node': 18.6.2 dev: true optional: true - /@typescript-eslint/eslint-plugin/5.30.0_5mtqsiui4sk53pmkx7i7ue45wm: - resolution: {integrity: sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==} + /@typescript-eslint/eslint-plugin/5.31.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -949,12 +984,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e - '@typescript-eslint/scope-manager': 5.30.0 - '@typescript-eslint/type-utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e - '@typescript-eslint/utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/scope-manager': 5.31.0 + '@typescript-eslint/type-utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.20.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -965,8 +999,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e: - resolution: {integrity: sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==} + /@typescript-eslint/eslint-plugin/5.31.0_jax7y5umbj4pawid4thvjyd634: + resolution: {integrity: sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -976,11 +1010,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.30.0 - '@typescript-eslint/type-utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e - '@typescript-eslint/utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/parser': 5.30.0_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/scope-manager': 5.31.0 + '@typescript-eslint/type-utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.20.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -991,7 +1026,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e: + /@typescript-eslint/parser/5.30.0_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-2oYYUws5o2liX6SrFQ5RB88+PuRymaM2EU02/9Ppoyu70vllPnHVO7ioxDdq/ypXHA277R04SVjxvwI8HmZpzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1005,7 +1040,7 @@ packages: '@typescript-eslint/types': 5.30.0 '@typescript-eslint/typescript-estree': 5.30.0_typescript@4.7.4 debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.20.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color @@ -1019,8 +1054,16 @@ packages: '@typescript-eslint/visitor-keys': 5.30.0 dev: true - /@typescript-eslint/type-utils/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e: - resolution: {integrity: sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==} + /@typescript-eslint/scope-manager/5.31.0: + resolution: {integrity: sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.31.0 + '@typescript-eslint/visitor-keys': 5.31.0 + dev: true + + /@typescript-eslint/type-utils/5.31.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -1029,9 +1072,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.20.0 tsutils: 3.21.0_typescript@4.7.4 typescript: 4.7.4 transitivePeerDependencies: @@ -1043,6 +1086,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types/5.31.0: + resolution: {integrity: sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree/5.30.0_typescript@4.7.4: resolution: {integrity: sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1064,19 +1112,40 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e: - resolution: {integrity: sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==} + /@typescript-eslint/typescript-estree/5.31.0_typescript@4.7.4: + resolution: {integrity: sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.31.0 + '@typescript-eslint/visitor-keys': 5.31.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.7 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils/5.31.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==} 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.30.0 - '@typescript-eslint/types': 5.30.0 - '@typescript-eslint/typescript-estree': 5.30.0_typescript@4.7.4 - eslint: 8.18.0 + '@typescript-eslint/scope-manager': 5.31.0 + '@typescript-eslint/types': 5.31.0 + '@typescript-eslint/typescript-estree': 5.31.0_typescript@4.7.4 + eslint: 8.20.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint-utils: 3.0.0_eslint@8.20.0 transitivePeerDependencies: - supports-color - typescript @@ -1090,14 +1159,22 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@unocss/cli/0.42.0: - resolution: {integrity: sha512-ompewzDIB851UDA3m6N1ZQd5yVLbRu4pJlquWl1DSBWJ5vF9mbUwjLufLWCNEwQJ6WJcVI9XwTVLSvO/ygEBKQ==} + /@typescript-eslint/visitor-keys/5.31.0: + resolution: {integrity: sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.31.0 + eslint-visitor-keys: 3.3.0 + dev: true + + /@unocss/cli/0.45.1: + resolution: {integrity: sha512-VdmX/iChUQh7s4sI9XOT/f2r1rjNjvJxHz2f04+YyTp8tYsYmIVR6GEQ3G4YL33LVmiyVBR5pU6jYMZA1fVfFw==} engines: {node: '>=14'} hasBin: true dependencies: - '@unocss/config': 0.42.0 - '@unocss/core': 0.42.0 - '@unocss/preset-uno': 0.42.0 + '@unocss/config': 0.45.1 + '@unocss/core': 0.45.1 + '@unocss/preset-uno': 0.45.1 cac: 6.7.12 chokidar: 3.5.3 colorette: 2.0.19 @@ -1107,145 +1184,138 @@ packages: perfect-debounce: 0.1.3 dev: false - /@unocss/config/0.42.0: - resolution: {integrity: sha512-K7SnTryQComE8l78BYWaAEjb3k2UKz+Cwi6DBiY4UdrkK4Ulsv2gWhFewcXc4EdNClnqhXKfF4S40CULub+4LQ==} + /@unocss/config/0.45.1: + resolution: {integrity: sha512-/yYlzu7t8J0QBclh5EHcodHcZL6yv38pwH6oDIoPkBX47S5nfTCXHsqN4MedcNO+9RWaeQhosnRmgaQybXQfvg==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.42.0 - unconfig: 0.3.4 + '@unocss/core': 0.45.1 + unconfig: 0.3.5 dev: false - /@unocss/core/0.42.0: - resolution: {integrity: sha512-oMPNxUosAZsLFFcKv2d7/E6z6k1pMyuK8vpfykrbULJruEm1kKUSnu13qk4Dz8Wk/wv0p+z6ptDsoSCJ7YQrvg==} + /@unocss/core/0.45.1: + resolution: {integrity: sha512-PRbpgWtXs+GnU8Mi6MAG3l/VCqmzn6s5k/QvQLG9J27AzN+ps651YKBfWKiGYrjMtt+0B41iq0w9fcNd8vQUpg==} dev: false - /@unocss/inspector/0.42.0: - resolution: {integrity: sha512-nTYKaFniRYdnJCHa9U6opK1ANyG4unu3p0tjnBfrFG8HdyUOev2EOxWlPkJ1PVta0JBWWMgR05H2LfxKBaUJ4Q==} + /@unocss/inspector/0.45.1: + resolution: {integrity: sha512-JSXw4VRve25YVjfkE+4j5BiNBHX/pNl6GWNLHUtC4dbxkly7dGyH+W/IWxUupLQu0L+hISKdWiqKYSpDOQK96w==} dependencies: gzip-size: 6.0.0 sirv: 2.0.2 dev: false - /@unocss/preset-attributify/0.42.0: - resolution: {integrity: sha512-h8j4DUH3cra/w07/wx6sXK8pK7cX7uBVt7BwjcygJL4wR0tZQyBwRRzQPEIJVEM4YLLhD94gKTxiNnRVG77IPA==} + /@unocss/preset-attributify/0.45.1: + resolution: {integrity: sha512-xA5t6+HRHVxn5p8IFTFrlnxMldhw8H82Wvrd/Gw8zAK5PeZlFrkyKo2uyfjR+AcO2QuiICZylLgLwoxNJmj57Q==} dependencies: - '@unocss/core': 0.42.0 + '@unocss/core': 0.45.1 dev: false - /@unocss/preset-icons/0.42.0: - resolution: {integrity: sha512-KGZOZkj0XI6WfH+UgaB8o7O0akTG9nWrL/aFqsHQHIHxwfTpcM2iooTTY+4rYr377Lt92PgV0SEotztmbxIGsQ==} + /@unocss/preset-icons/0.45.1: + resolution: {integrity: sha512-pZVJLTnoqphJOCMtiiHeesCoqtafuRwAPQtlsr3M4es1i9Dsjbs5+pLFF3fjC1MhcVN8yIXFh4HSZiOIlqYFiw==} dependencies: '@iconify/utils': 1.0.33 - '@unocss/core': 0.42.0 + '@unocss/core': 0.45.1 ohmyfetch: 0.4.18 transitivePeerDependencies: - supports-color dev: false - /@unocss/preset-mini/0.42.0: - resolution: {integrity: sha512-I+ovLR5WIsHouwSunkc071RGUc151EYMVNxf3jcTgVIdVwIfanPwrLxKIptYSFVKGzwUDU2pJPTAyAF1enlKqg==} + /@unocss/preset-mini/0.45.1: + resolution: {integrity: sha512-tlZf9E0jOVdEB9dmOPRME7CjL64oIYubowtibG+cHGMXb8QV9M9mpHMuuGnBbPOJQkSMkqBO7gl9yKqHEtWYrQ==} dependencies: - '@unocss/core': 0.42.0 + '@unocss/core': 0.45.1 dev: false - /@unocss/preset-tagify/0.42.0: - resolution: {integrity: sha512-tFhwaP/J2DpsdIz5RZtIn05VZbDsUHUbuTXWKUCYwziczAMVvGxrstzEKOlmdYRXfKQQDmc8oYfP9Y1/AALCRw==} + /@unocss/preset-tagify/0.45.1: + resolution: {integrity: sha512-0IDihyDWJIQ23xkyQQjl28idRkHRrBG0MtprrE8uKs9j1ou3g+FzAIx34o4+tQ/CJ0pwCuCZ9ouEgOQ0HRv3CQ==} dependencies: - '@unocss/core': 0.42.0 + '@unocss/core': 0.45.1 dev: false - /@unocss/preset-typography/0.42.0: - resolution: {integrity: sha512-wjba347HOKwFdrTM9lV7YUVSrzSIcvk4AXNVn9ZFrEy/3wuYAcZ6H9G9XR8hUK4HKmlIvYAOTA+kST01GcR+7Q==} + /@unocss/preset-typography/0.45.1: + resolution: {integrity: sha512-tnvxmO2SlJmIfeDMuMZLaX4VQMIPhBvnB6a5/K+foK3+2/2pIW1QFS5f/cHvYxN0BqNWB+5tiiVjjB5TCvVMfg==} dependencies: - '@unocss/core': 0.42.0 + '@unocss/core': 0.45.1 dev: false - /@unocss/preset-uno/0.42.0: - resolution: {integrity: sha512-9boH1ysjUOAIzMtlm7zRtWQ0lPGqldnkJb26UgOVjLZgdvS986r8IhOg6oJtMUkxQ5rUfcgdxbXCik2XK0XqQg==} + /@unocss/preset-uno/0.45.1: + resolution: {integrity: sha512-AzYW4K3jMDqNNvf1zRJ8h+iiyvADEVbcrZVxh9EYtFf040HzylbdPHkX4TwsgIkdmAGnv43HsZpRlXbW+ge54A==} dependencies: - '@unocss/core': 0.42.0 - '@unocss/preset-mini': 0.42.0 - '@unocss/preset-wind': 0.42.0 + '@unocss/core': 0.45.1 + '@unocss/preset-mini': 0.45.1 + '@unocss/preset-wind': 0.45.1 dev: false - /@unocss/preset-web-fonts/0.42.0: - resolution: {integrity: sha512-UIQ/ihC8a4+Yg+pZW0JCofaqYLxDQ4t0hV9v0gU6SEKsQCBxfL3F4MbKZb40F0zKAyp75na2wizXZ48gPgCMUw==} + /@unocss/preset-web-fonts/0.45.1: + resolution: {integrity: sha512-IfaQey27l544AB6QEOIlI18AHeQrcCfBYqvXu6w/oXdgwFLGihNaoE7hQ0XmFnFd6wDHbUOXYa8XpezDCJAPoQ==} dependencies: - '@unocss/core': 0.42.0 + '@unocss/core': 0.45.1 ohmyfetch: 0.4.18 dev: false - /@unocss/preset-wind/0.42.0: - resolution: {integrity: sha512-urGqAuxZOTzq1wyAneoUVaQwwd8M5L101HGxHGt2wdXn63IrZHgEKjqB2yET0+DCoiQNA0wxsJ+lxAKil64YwQ==} + /@unocss/preset-wind/0.45.1: + resolution: {integrity: sha512-42EXlYndppz7bxv3q4J5CEV/SL+Oj51PXCbHLs1npufdsASFGOLkslDzB0lQlmk8RwoBCQSbodHzNhqOxaGjcA==} dependencies: - '@unocss/core': 0.42.0 - '@unocss/preset-mini': 0.42.0 + '@unocss/core': 0.45.1 + '@unocss/preset-mini': 0.45.1 dev: false - /@unocss/reset/0.42.0: - resolution: {integrity: sha512-RwR/qksaLwcmm1ahZRAWwthd0RIdSFpFUzfpAm5WuIIoDOpbHyQL/ZYE3Al0KcQ4uXbb4ruJQWE6oKRtku644w==} + /@unocss/reset/0.45.1: + resolution: {integrity: sha512-Dmz0/x2ION2noD4/t6Tjgwwp0R7lRP5QIkc3EuumYFXjdivU0gDRhNfcdM3yZUOsZRDreMkfiZoVKlypbNxD/g==} dev: false - /@unocss/scope/0.42.0: - resolution: {integrity: sha512-KHe94Dhr3t1X2bZ3vn9Db1DTsaNSxAOz21I8bFAGAWm6pxtVJNDqXzGGTN0fG5VnQYz2HRM0AqwLRQJi+7Q3mA==} + /@unocss/scope/0.45.1: + resolution: {integrity: sha512-JVz/mW60DgImH5Mbc70tzoiGvK4kv/+1KAZPzjEPYR5sA2E9AhcF2/HcTFjYuwT4fzQRlNipUZ/c5fYcGpUCMw==} dev: false - /@unocss/transformer-compile-class/0.42.0: - resolution: {integrity: sha512-TRvKqc2vRXB9YBxh+AQy1HxofrDIzsxWXem2l3GbhNJD21Bng3fpdHhUDO8oELe3C8c8lu2Vgttrn8/eVXDC0A==} + /@unocss/transformer-attributify-jsx/0.45.1: + resolution: {integrity: sha512-aUkAhEDKEoa7FX/38bRDTxQaxYKBtvMNxk9zc7jwP9Ht7AA0QmdApDSmx5dqc8Za7DoCuJU8WGyglXWqRaPY+w==} dependencies: - '@unocss/core': 0.42.0 + '@unocss/core': 0.45.1 dev: false - /@unocss/transformer-directives/0.42.0: - resolution: {integrity: sha512-c2lWy84vzYVU0qumMQvyCCQZRVn2i77F5/KCLBED+IpsIYru2uKP6hZ1q7cZ0uCvdapi7vXy3DwX7Ego7iaeAw==} + /@unocss/transformer-compile-class/0.45.1: + resolution: {integrity: sha512-GaVjiEyVRfGza1/NmMWyxnLQCVPY5vAm2wvc74nDf6Yn0goYjBmPviqmKGG533O/rl9zl78m+U7eP3ClPMLqQQ==} dependencies: - '@unocss/core': 0.42.0 - css-tree: 2.1.0 + '@unocss/core': 0.45.1 dev: false - /@unocss/transformer-variant-group/0.42.0: - resolution: {integrity: sha512-GU4rsronsxd4VHkpYwfGtJLzndGr2rfezo7vn2oYF+ObGHaoKWJvWUNaiWM8IksVG27j6i+9o78NJWe3hR9zyA==} + /@unocss/transformer-directives/0.45.1: + resolution: {integrity: sha512-Wjb2JCn16dJXITIGgJ/T0DBshHT8bE4g5P8vqJDerHLBRxhhLHJWkjHl9OJLoqYJQ0/tu+dhzDppV0CZXBQ4Cg==} dependencies: - '@unocss/core': 0.42.0 + '@unocss/core': 0.45.1 + css-tree: 2.1.0 dev: false - /@unocss/vite/0.42.0: - resolution: {integrity: sha512-2zUfSXRGmqsJw8STUKLRl+jZwXj1LbBVW3wgDc+1nRICPdi2gA5EEY2KUtGZR5nAbKLwgEoosfjd+T3lSIJK+g==} - peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 + /@unocss/transformer-variant-group/0.45.1: + resolution: {integrity: sha512-NNHM81rf/oVg5CtXRK5ZitXoxsAJNsj93X76nY69ybuH5UHYJU0djJB1PlISOP+NE1WWtBdy3smVfj06NpilvQ==} dependencies: - '@rollup/pluginutils': 4.2.1 - '@unocss/config': 0.42.0 - '@unocss/core': 0.42.0 - '@unocss/inspector': 0.42.0 - '@unocss/scope': 0.42.0 - '@unocss/transformer-directives': 0.42.0 - magic-string: 0.26.2 + '@unocss/core': 0.45.1 dev: false - /@unocss/vite/0.42.0_vite@2.9.13: - resolution: {integrity: sha512-2zUfSXRGmqsJw8STUKLRl+jZwXj1LbBVW3wgDc+1nRICPdi2gA5EEY2KUtGZR5nAbKLwgEoosfjd+T3lSIJK+g==} + /@unocss/vite/0.45.1_vite@3.0.4: + resolution: {integrity: sha512-O5w8bIYFRBIO9MFc5Nca9FHHKh6vHu8OHNosfP5Ca0dq1TYMffR4qZ32QCudbdB1F7XQKhArgt/CJ2ADhhkBZw==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 dependencies: + '@ampproject/remapping': 2.2.0 '@rollup/pluginutils': 4.2.1 - '@unocss/config': 0.42.0 - '@unocss/core': 0.42.0 - '@unocss/inspector': 0.42.0 - '@unocss/scope': 0.42.0 - '@unocss/transformer-directives': 0.42.0 + '@unocss/config': 0.45.1 + '@unocss/core': 0.45.1 + '@unocss/inspector': 0.45.1 + '@unocss/scope': 0.45.1 + '@unocss/transformer-directives': 0.45.1 magic-string: 0.26.2 - vite: 2.9.13 + vite: 3.0.4 dev: false - /@vitejs/plugin-vue/2.3.3_vite@2.9.13+vue@3.2.37: - resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} - engines: {node: '>=12.0.0'} + /@vitejs/plugin-vue/3.0.1_vite@3.0.4+vue@3.2.37: + resolution: {integrity: sha512-Ll9JgxG7ONIz/XZv3dssfoMUDu9qAnlJ+km+pBA0teYSXzwPCIzS/e1bmwNYl5dcQGs677D21amgfYAnzMl17A==} + engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: - vite: ^2.5.10 + vite: ^3.0.0 vue: ^3.2.25 dependencies: - vite: 2.9.13 + vite: 3.0.4 vue: 3.2.37 dev: false @@ -1287,8 +1357,8 @@ packages: '@vue/shared': 3.2.37 dev: false - /@vue/devtools-api/6.0.12: - resolution: {integrity: sha512-iO/4FIezHKXhiDBdKySCvJVh8/mZPxHpiQrTy+PXVqJZgpTPTdHy4q8GXulaY+UKEagdkBb0onxNQZ0LNiqVhw==} + /@vue/devtools-api/6.2.1: + resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==} dev: false /@vue/reactivity-transform/3.2.37: @@ -1336,23 +1406,6 @@ packages: resolution: {integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==} dev: false - /@vueuse/core/8.7.5: - resolution: {integrity: sha512-tqgzeZGoZcXzoit4kOGLWJibDMLp0vdm6ZO41SSUQhkhtrPhAg6dbIEPiahhUu6sZAmSYvVrZgEr5aKD51nrLA==} - peerDependencies: - '@vue/composition-api': ^1.1.0 - vue: ^2.6.0 || ^3.2.0 - peerDependenciesMeta: - '@vue/composition-api': - optional: true - vue: - optional: true - dependencies: - '@types/web-bluetooth': 0.0.14 - '@vueuse/metadata': 8.7.5 - '@vueuse/shared': 8.7.5 - vue-demi: 0.13.1 - dev: true - /@vueuse/core/8.7.5_vue@3.2.37: resolution: {integrity: sha512-tqgzeZGoZcXzoit4kOGLWJibDMLp0vdm6ZO41SSUQhkhtrPhAg6dbIEPiahhUu6sZAmSYvVrZgEr5aKD51nrLA==} peerDependencies: @@ -1371,16 +1424,54 @@ packages: vue-demi: 0.12.5_vue@3.2.37 dev: false - /@vueuse/head/0.7.6_vue@3.2.37: - resolution: {integrity: sha512-cOWqCkT3WiF5oEpw+VVEWUJd9RLD5rc7DmnFp3cePsejp+t7686uKD9Z9ZU7Twb7R/BI8iexKTmXo9D/F3v6UA==} + /@vueuse/core/9.0.1: + resolution: {integrity: sha512-1ChG/wR5Rz8R0Rixu22+PGywqE2z0EE2HRDCin2btCOZGmULJZBbos/JZkLi7ehJ/IXhfwmPBrNVBuUH8jlQKg==} + dependencies: + '@types/web-bluetooth': 0.0.15 + '@vueuse/metadata': 9.0.1 + '@vueuse/shared': 9.0.1 + vue-demi: 0.13.1 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: true + + /@vueuse/core/9.0.1_vue@3.2.37: + resolution: {integrity: sha512-1ChG/wR5Rz8R0Rixu22+PGywqE2z0EE2HRDCin2btCOZGmULJZBbos/JZkLi7ehJ/IXhfwmPBrNVBuUH8jlQKg==} + dependencies: + '@types/web-bluetooth': 0.0.15 + '@vueuse/metadata': 9.0.1 + '@vueuse/shared': 9.0.1_vue@3.2.37 + vue-demi: 0.13.1_vue@3.2.37 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + + /@vueuse/head/0.7.8_vue@3.2.37: + resolution: {integrity: sha512-D0lFcCgynjzTVVHM2RsQShDxKfjgbc2vhzeLqkOyH0lKEV3iv4xJ8ZSIW47V4XC6erGpnM2z2XGnwltMZFn7oA==} peerDependencies: vue: '>=3' dependencies: vue: 3.2.37 dev: false + /@vueuse/math/9.0.1_vue@3.2.37: + resolution: {integrity: sha512-fSll6rbHAgwYa3icFJB+fnGB3usNrlFCcHdyFXdY0aQmzXbE06OuOYyxTfN+DGvcFA89AwUBfSACcJMw35jEMA==} + dependencies: + '@vueuse/shared': 9.0.1_vue@3.2.37 + vue-demi: 0.13.1_vue@3.2.37 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + /@vueuse/metadata/8.7.5: resolution: {integrity: sha512-emJZKRQSaEnVqmlu39NpNp8iaW+bPC2kWykWoWOZMSlO/0QVEmO/rt8A5VhOEJTKLX3vwTevqbiRy9WJRwVOQg==} + dev: false + + /@vueuse/metadata/9.0.1: + resolution: {integrity: sha512-VJqMHDCvdAUYesxz5rjUAglbcrJzbKaENpM3WVtAljiM+FqUVB8PgsfrDaq6ZRQT5fBAcZhPoWNFSWxIPTfJww==} /@vueuse/motion/2.0.0-beta.18_vue@3.2.37: resolution: {integrity: sha512-mPeXxuqZp13lqpcb+345TnEP7tEOjC/wTkwf8be1Obzt3913lPpZPXgwKafMoocKRNOnMZye8Y6PqQOEKztk9A==} @@ -1417,7 +1508,7 @@ packages: vue-demi: 0.12.5_vue@3.2.37 dev: false - /@vueuse/shared/8.7.5: + /@vueuse/shared/8.7.5_vue@3.2.37: resolution: {integrity: sha512-THXPvMBFmg6Gf6AwRn/EdTh2mhqwjGsB2Yfp374LNQSQVKRHtnJ0I42bsZTn7nuEliBxqUrGQm/lN6qUHmhJLw==} peerDependencies: '@vue/composition-api': ^1.1.0 @@ -1427,27 +1518,31 @@ packages: optional: true vue: optional: true + dependencies: + vue: 3.2.37 + vue-demi: 0.12.5_vue@3.2.37 + dev: false + + /@vueuse/shared/9.0.1: + resolution: {integrity: sha512-Szk39QSk0/AAy8GH5J6A3MJ1MMUWCqiDl6l9cA0NahNTHZVW7YYxTPod797vhjYtEkDG7oa8HR7/xI9oPTSspg==} dependencies: vue-demi: 0.13.1 + transitivePeerDependencies: + - '@vue/composition-api' + - vue dev: true - /@vueuse/shared/8.7.5_vue@3.2.37: - resolution: {integrity: sha512-THXPvMBFmg6Gf6AwRn/EdTh2mhqwjGsB2Yfp374LNQSQVKRHtnJ0I42bsZTn7nuEliBxqUrGQm/lN6qUHmhJLw==} - peerDependencies: - '@vue/composition-api': ^1.1.0 - vue: ^2.6.0 || ^3.2.0 - peerDependenciesMeta: - '@vue/composition-api': - optional: true - vue: - optional: true + /@vueuse/shared/9.0.1_vue@3.2.37: + resolution: {integrity: sha512-Szk39QSk0/AAy8GH5J6A3MJ1MMUWCqiDl6l9cA0NahNTHZVW7YYxTPod797vhjYtEkDG7oa8HR7/xI9oPTSspg==} dependencies: - vue: 3.2.37 - vue-demi: 0.12.5_vue@3.2.37 + vue-demi: 0.13.1_vue@3.2.37 + transitivePeerDependencies: + - '@vue/composition-api' + - vue dev: false - /@windicss/config/1.8.6: - resolution: {integrity: sha512-WVS41qUJtd44g2iWzTAE8tpgk8gD0yAr1RwwaWi7FAECKm3LVNMLOoToum9R/QKFE2n64EUVJpIvSUNby8rlhg==} + /@windicss/config/1.8.7: + resolution: {integrity: sha512-8n+/Y36j5L3rw2tgMdLjeGRuNV7VYfKoHoraLK6Bk9OJ1MTPd5vv7pekof/uOPWVV7WWjVeZ6CTO8SDbDDW3iw==} dependencies: debug: 4.3.4 jiti: 1.14.0 @@ -1455,11 +1550,11 @@ packages: transitivePeerDependencies: - supports-color - /@windicss/plugin-utils/1.8.6: - resolution: {integrity: sha512-YY6EcUsgkosaQkIseFiIoHfU1H5boOAs/l74QWLI6ryNeHLMq2e04QVsFz+Rt+U8b8PRNxXPC8ADbxE05X7I7g==} + /@windicss/plugin-utils/1.8.7: + resolution: {integrity: sha512-dfj95olNZyGFDPFMBvE5oq8hA5f0ooUJZjVdWlthS4ek4W1/xNOHDxB6ygWR8LE9zCOXZykApjt1LOhy9Ky2QA==} dependencies: '@antfu/utils': 0.5.2 - '@windicss/config': 1.8.6 + '@windicss/config': 1.8.7 debug: 4.3.4 fast-glob: 3.2.11 magic-string: 0.26.2 @@ -1485,6 +1580,12 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + /acorn/8.8.0: + resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + /aggregate-error/3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} @@ -1502,12 +1603,6 @@ packages: uri-js: 4.4.1 dev: true - /ansi-align/3.0.1: - resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} - dependencies: - string-width: 4.2.3 - dev: true - /ansi-colors/4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} engines: {node: '>=6'} @@ -1633,11 +1728,11 @@ packages: /asynckit/0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - dev: true /at-least-node/1.0.0: resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} engines: {node: '>= 4.0.0'} + dev: true /aws-sign2/0.7.0: resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} @@ -1647,10 +1742,11 @@ packages: resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} dev: true - /axios/0.21.4_debug@4.3.4: - resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} + /axios/0.27.2_debug@4.3.4: + resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} dependencies: follow-redirects: 1.14.9_debug@4.3.4 + form-data: 4.0.0 transitivePeerDependencies: - debug dev: false @@ -1684,20 +1780,6 @@ packages: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} dev: true - /boxen/5.1.2: - resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==} - engines: {node: '>=10'} - dependencies: - ansi-align: 3.0.1 - camelcase: 6.3.0 - chalk: 4.1.2 - cli-boxes: 2.2.1 - string-width: 4.2.3 - type-fest: 0.20.2 - widest-line: 3.1.0 - wrap-ansi: 7.0.0 - dev: true - /brace-expansion/1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: @@ -1780,19 +1862,6 @@ packages: resolution: {integrity: sha512-rM7E2ygtMkJqD9c7WnFU6fruFcN3xe4FM5yUmgxhZzIKJk4uHl9U/fhwdajGFQbQuv43FAUo1Fe8gX/oIKDeSA==} engines: {node: '>=8'} - /cacheable-request/6.1.0: - resolution: {integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==} - engines: {node: '>=8'} - dependencies: - clone-response: 1.0.2 - get-stream: 5.2.0 - http-cache-semantics: 4.1.0 - keyv: 3.1.0 - lowercase-keys: 2.0.0 - normalize-url: 4.5.1 - responselike: 1.0.2 - dev: true - /cachedir/2.3.0: resolution: {integrity: sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==} engines: {node: '>=6'} @@ -1814,11 +1883,6 @@ packages: engines: {node: '>=6'} dev: true - /camelcase/6.3.0: - resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} - engines: {node: '>=10'} - dev: true - /caseless/0.12.0: resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} dev: true @@ -1893,10 +1957,6 @@ packages: optionalDependencies: fsevents: 2.3.2 - /ci-info/2.0.0: - resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} - dev: true - /ci-info/3.3.2: resolution: {integrity: sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==} dev: true @@ -1913,11 +1973,6 @@ packages: engines: {node: '>=6'} dev: true - /cli-boxes/2.2.1: - resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} - engines: {node: '>=6'} - dev: true - /cli-cursor/3.1.0: resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} engines: {node: '>=8'} @@ -1965,12 +2020,6 @@ packages: wrap-ansi: 7.0.0 dev: false - /clone-response/1.0.2: - resolution: {integrity: sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==} - dependencies: - mimic-response: 1.0.1 - dev: true - /codemirror-theme-vars/0.1.1: resolution: {integrity: sha512-Au0Ysn6tUMZB/1Jd5S8g4Or1kZxTuTnNx6MVs9H46Ad7w8IEjkHusH+4oyia/FBcVuAJO4DIlkDnPM8Qnnf1rg==} dev: true @@ -2006,7 +2055,6 @@ packages: engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 - dev: true /commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -2043,18 +2091,6 @@ packages: resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} dev: true - /configstore/5.0.1: - resolution: {integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==} - engines: {node: '>=8'} - dependencies: - dot-prop: 5.3.0 - graceful-fs: 4.2.10 - make-dir: 3.1.0 - unique-string: 2.0.0 - write-file-atomic: 3.0.3 - xdg-basedir: 4.0.0 - dev: true - /connect/3.7.0: resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} engines: {node: '>= 0.10.0'} @@ -2091,11 +2127,6 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /crypto-random-string/2.0.0: - resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} - engines: {node: '>=8'} - dev: true - /css-tree/2.1.0: resolution: {integrity: sha512-PcysZRzToBbrpoUrZ9qfblRIRf8zbEAkU0AIpQFtgkFK0vSbzOmBCvdSAx2Zg7Xx5wiYJKUKk0NMP7kxevie/A==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} @@ -2117,8 +2148,8 @@ packages: resolution: {integrity: sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==} dev: false - /cypress/10.3.0: - resolution: {integrity: sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==} + /cypress/10.3.1: + resolution: {integrity: sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true @@ -2668,13 +2699,6 @@ packages: supports-color: 8.1.1 dev: true - /decompress-response/3.3.0: - resolution: {integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==} - engines: {node: '>=4'} - dependencies: - mimic-response: 1.0.1 - dev: true - /deep-eql/3.0.1: resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} engines: {node: '>=0.12'} @@ -2682,19 +2706,10 @@ packages: type-detect: 4.0.8 dev: true - /deep-extend/0.6.0: - resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} - engines: {node: '>=4.0.0'} - dev: true - /deep-is/0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true - /defer-to-connect/1.1.3: - resolution: {integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==} - dev: true - /define-lazy-prop/2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} @@ -2720,7 +2735,6 @@ packages: /delayed-stream/1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} - dev: true /destr/1.1.1: resolution: {integrity: sha512-QqkneF8LrYmwATMdnuD2MLI3GHQIcBnG6qFC2q9bSH430VTCDAVjcspPmUaKhPGtAtPAftIUFqY1obQYQuwmbg==} @@ -2777,13 +2791,6 @@ packages: domhandler: 4.3.1 dev: true - /dot-prop/5.3.0: - resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} - engines: {node: '>=8'} - dependencies: - is-obj: 2.0.0 - dev: true - /drauu/0.3.0: resolution: {integrity: sha512-27n6beq5cN1PysN0jfwL7Oms2Rk/A2MOQzu9qjhSukKrmpZoypG85q/blTy1ADvh5ukctpYJdytnoQfyNnrgjQ==} dependencies: @@ -2793,10 +2800,6 @@ packages: /duplexer/0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - /duplexer3/0.1.4: - resolution: {integrity: sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==} - dev: true - /eastasianwidth/0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true @@ -3295,11 +3298,6 @@ packages: engines: {node: '>=6'} dev: false - /escape-goat/2.1.1: - resolution: {integrity: sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==} - engines: {node: '>=8'} - dev: true - /escape-html/1.0.3: resolution: {integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=} dev: false @@ -3341,7 +3339,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/parser': 5.30.0_he2ccbldppg44uulnyq4rwocfa debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -3349,44 +3347,44 @@ packages: - supports-color dev: true - /eslint-plugin-antfu/0.25.2_b5e7v2qnwxfo6hmiq56u52mz3e: + /eslint-plugin-antfu/0.25.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-yRhuFMwUKhSYm8BWTZsW4ymYnFPCJWZb2LzjG+mQb7JbKflk73JIFMCREPOaV4nWwc4YJEPhym75QsC7AFbqSw==} dependencies: - '@typescript-eslint/utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.18.0: + /eslint-plugin-cypress/2.12.1_eslint@8.20.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.18.0 + eslint: 8.20.0 globals: 11.12.0 dev: true - /eslint-plugin-es/4.1.0_eslint@8.18.0: + /eslint-plugin-es/4.1.0_eslint@8.20.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.18.0 + eslint: 8.20.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.18.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.20.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.18.0 + eslint: 8.20.0 ignore: 5.2.0 dev: true @@ -3396,7 +3394,7 @@ packages: htmlparser2: 7.2.0 dev: true - /eslint-plugin-import/2.26.0_wno36sjfnklvt2ocf7qbhb2izy: + /eslint-plugin-import/2.26.0_dua2a4wnju4tpdhukgxzam7ll4: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -3406,12 +3404,12 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/parser': 5.30.0_he2ccbldppg44uulnyq4rwocfa array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.18.0 + eslint: 8.20.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3_s24jsywy72ks6h3c4f2dacxdsa has: 1.0.3 @@ -3427,40 +3425,40 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc/2.3.0_eslint@8.18.0: + /eslint-plugin-jsonc/2.3.0_eslint@8.20.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.18.0 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-markdown/2.2.1_eslint@8.18.0: + /eslint-plugin-markdown/2.2.1_eslint@8.20.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.18.0 + eslint: 8.20.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n/15.2.3_eslint@8.18.0: + /eslint-plugin-n/15.2.3_eslint@8.20.0: resolution: {integrity: sha512-H+KC7U5R+3IWTeRnACm/4wlqLvS1Q7M6t7BGhn89qXDkZan8HTAEv3ouIONA0ifDwc2YzPFmyPzHuNLddNK4jw==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.18.0 - eslint-plugin-es: 4.1.0_eslint@8.18.0 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint: 8.20.0 + eslint-plugin-es: 4.1.0_eslint@8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 ignore: 5.2.0 is-core-module: 2.9.0 minimatch: 3.1.2 @@ -3468,16 +3466,16 @@ packages: semver: 7.3.7 dev: true - /eslint-plugin-promise/6.0.0_eslint@8.18.0: + /eslint-plugin-promise/6.0.0_eslint@8.20.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.18.0 + eslint: 8.20.0 dev: true - /eslint-plugin-react/7.30.1_eslint@8.18.0: + /eslint-plugin-react/7.30.1_eslint@8.20.0: resolution: {integrity: sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==} engines: {node: '>=4'} peerDependencies: @@ -3486,7 +3484,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.18.0 + eslint: 8.20.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.1 minimatch: 3.1.2 @@ -3500,7 +3498,7 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /eslint-plugin-unicorn/42.0.0_eslint@8.18.0: + /eslint-plugin-unicorn/42.0.0_eslint@8.20.0: resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==} engines: {node: '>=12'} peerDependencies: @@ -3509,8 +3507,8 @@ packages: '@babel/helper-validator-identifier': 7.18.6 ci-info: 3.3.2 clean-regexp: 1.0.0 - eslint: 8.18.0 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -3523,32 +3521,32 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/9.1.1_eslint@8.18.0: + /eslint-plugin-vue/9.1.1_eslint@8.20.0: resolution: {integrity: sha512-W9n5PB1X2jzC7CK6riG0oAcxjmKrjTF6+keL1rni8n57DZeilx/Fulz+IRJK3lYseLNAygN0I62L7DvioW40Tw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.18.0 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.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.3_eslint@8.18.0 + vue-eslint-parser: 9.0.3_eslint@8.20.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/1.0.0_eslint@8.18.0: + /eslint-plugin-yml/1.0.0_eslint@8.20.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.18.0 + eslint: 8.20.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.0.1 @@ -3579,13 +3577,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.18.0: + /eslint-utils/3.0.0_eslint@8.20.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.18.0 + eslint: 8.20.0 eslint-visitor-keys: 2.1.0 dev: true @@ -3604,8 +3602,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.18.0: - resolution: {integrity: sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==} + /eslint/8.20.0: + resolution: {integrity: sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -3618,7 +3616,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint-utils: 3.0.0_eslint@8.20.0 eslint-visitor-keys: 3.3.0 espree: 9.3.2 esquery: 1.4.0 @@ -3939,6 +3937,15 @@ packages: mime-types: 2.1.35 dev: true + /form-data/4.0.0: + resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + engines: {node: '>= 6'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + dev: false + /formdata-polyfill/4.0.10: resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} engines: {node: '>=12.20.0'} @@ -3978,6 +3985,7 @@ packages: graceful-fs: 4.2.10 jsonfile: 6.1.0 universalify: 2.0.0 + dev: true /fs.realpath/1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -4028,13 +4036,6 @@ packages: has-symbols: 1.0.3 dev: true - /get-stream/4.1.0: - resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} - engines: {node: '>=6'} - dependencies: - pump: 3.0.0 - dev: true - /get-stream/5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} @@ -4153,25 +4154,6 @@ packages: slash: 4.0.0 dev: true - /got/9.6.0: - resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==} - engines: {node: '>=8.6'} - dependencies: - '@sindresorhus/is': 0.14.0 - '@szmarczak/http-timer': 1.1.2 - '@types/keyv': 3.1.4 - '@types/responselike': 1.0.0 - cacheable-request: 6.1.0 - decompress-response: 3.3.0 - duplexer3: 0.1.4 - get-stream: 4.1.0 - lowercase-keys: 1.0.1 - mimic-response: 1.0.1 - p-cancelable: 1.1.0 - to-readable-stream: 1.0.0 - url-parse-lax: 3.0.0 - dev: true - /graceful-fs/4.2.10: resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} @@ -4229,11 +4211,6 @@ packages: has-symbols: 1.0.3 dev: true - /has-yarn/2.1.0: - resolution: {integrity: sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==} - engines: {node: '>=8'} - dev: true - /has/1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} @@ -4257,10 +4234,6 @@ packages: entities: 3.0.1 dev: true - /http-cache-semantics/4.1.0: - resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} - dev: true - /http-signature/1.3.6: resolution: {integrity: sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==} engines: {node: '>=0.10'} @@ -4322,11 +4295,6 @@ packages: engines: {node: '>=12.2'} dev: false - /import-lazy/2.1.0: - resolution: {integrity: sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==} - engines: {node: '>=4'} - dev: true - /imurmurhash/0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} @@ -4350,6 +4318,7 @@ packages: /ini/1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + dev: false /ini/2.0.0: resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==} @@ -4415,13 +4384,6 @@ packages: engines: {node: '>= 0.4'} dev: true - /is-ci/2.0.0: - resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} - hasBin: true - dependencies: - ci-info: 2.0.0 - dev: true - /is-ci/3.0.1: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true @@ -4491,11 +4453,6 @@ packages: engines: {node: '>= 0.4'} dev: true - /is-npm/5.0.0: - resolution: {integrity: sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==} - engines: {node: '>=10'} - dev: true - /is-number-object/1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} @@ -4507,11 +4464,6 @@ packages: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} - /is-obj/2.0.0: - resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} - engines: {node: '>=8'} - dev: true - /is-path-inside/3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} @@ -4575,10 +4527,6 @@ packages: is-docker: 2.2.1 dev: false - /is-yarn-global/0.3.0: - resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==} - dev: true - /isexe/2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} @@ -4621,10 +4569,6 @@ packages: resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} dev: true - /json-buffer/3.0.0: - resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==} - dev: true - /json-parse-even-better-errors/2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: true @@ -4697,12 +4641,6 @@ packages: dependencies: commander: 8.3.0 - /keyv/3.1.0: - resolution: {integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==} - dependencies: - json-buffer: 3.0.0 - dev: true - /khroma/2.0.0: resolution: {integrity: sha512-2J8rDNlQWbtiNYThZRvmMv5yt44ZakX+Tz5ZIp/mN1pt4snn+m030Va5Z4v8xA0cQFDXBwO/8i42xL4QPsVk3g==} @@ -4723,13 +4661,6 @@ packages: /kolorist/1.5.1: resolution: {integrity: sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==} - /latest-version/5.1.0: - resolution: {integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==} - engines: {node: '>=8'} - dependencies: - package-json: 6.5.0 - dev: true - /lazy-ass/1.6.0: resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==} engines: {node: '> 0.8'} @@ -4825,8 +4756,8 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true - /local-pkg/0.4.1: - resolution: {integrity: sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==} + /local-pkg/0.4.2: + resolution: {integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==} engines: {node: '>=14'} /locate-path/2.0.0: @@ -4897,16 +4828,6 @@ packages: get-func-name: 2.0.0 dev: true - /lowercase-keys/1.0.1: - resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} - engines: {node: '>=0.10.0'} - dev: true - - /lowercase-keys/2.0.0: - resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} - engines: {node: '>=8'} - dev: true - /lru-cache/6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} @@ -4926,13 +4847,6 @@ packages: dependencies: sourcemap-codec: 1.4.8 - /make-dir/3.1.0: - resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} - engines: {node: '>=8'} - dependencies: - semver: 6.3.0 - dev: true - /map-stream/0.1.0: resolution: {integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==} dev: true @@ -5019,14 +4933,12 @@ packages: /mime-db/1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} - dev: true /mime-types/2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 - dev: true /mimic-fn/2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} @@ -5037,11 +4949,6 @@ packages: engines: {node: '>=12'} dev: true - /mimic-response/1.0.1: - resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} - engines: {node: '>=4'} - dev: true - /min-indent/1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} @@ -5125,8 +5032,8 @@ packages: formdata-polyfill: 4.0.10 dev: true - /nodemon/2.0.18: - resolution: {integrity: sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==} + /nodemon/2.0.19: + resolution: {integrity: sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==} engines: {node: '>=8.10.0'} hasBin: true requiresBuild: true @@ -5137,10 +5044,10 @@ packages: minimatch: 3.1.2 pstree.remy: 1.1.8 semver: 5.7.1 + simple-update-notifier: 1.0.7 supports-color: 5.5.0 touch: 3.1.0 undefsafe: 2.0.5 - update-notifier: 5.1.0 dev: true /nopt/1.0.10: @@ -5163,11 +5070,6 @@ packages: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - /normalize-url/4.5.1: - resolution: {integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==} - engines: {node: '>=8'} - dev: true - /npm-run-path/4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} @@ -5250,7 +5152,7 @@ packages: dependencies: destr: 1.1.1 node-fetch-native: 0.1.4 - ufo: 0.8.4 + ufo: 0.8.5 undici: 5.5.1 dev: false @@ -5305,11 +5207,6 @@ packages: resolution: {integrity: sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==} dev: true - /p-cancelable/1.1.0: - resolution: {integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==} - engines: {node: '>=6'} - dev: true - /p-limit/1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} @@ -5369,16 +5266,6 @@ packages: engines: {node: '>=6'} dev: true - /package-json/6.5.0: - resolution: {integrity: sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==} - engines: {node: '>=8'} - dependencies: - got: 9.6.0 - registry-auth-token: 4.2.1 - registry-url: 5.1.0 - semver: 6.3.0 - dev: true - /parent-module/1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} @@ -5500,17 +5387,17 @@ packages: resolution: {integrity: sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==} dev: false - /playwright-chromium/1.23.0: - resolution: {integrity: sha512-AQn3/7mHvQ0TLHX//9FAyKKcWFja73IoZlg6vVtICHM0MlUubyqsmpNEZzrI2t5I7lYT0kCP074CvZd7KWXGKg==} + /playwright-chromium/1.24.1: + resolution: {integrity: sha512-4dPVbwICijhEZ21zXMGu/CF+shWhcmARx3jNFlBUREKJhq9jwQDPRXploJkUQiKLZ69E63wfE5tx5P/bLLr7Tw==} engines: {node: '>=14'} hasBin: true requiresBuild: true dependencies: - playwright-core: 1.23.0 + playwright-core: 1.24.1 dev: true - /playwright-core/1.23.0: - resolution: {integrity: sha512-Zzhyr5RZGoJ1ek2sgfJCt2076kdOg8hnNwFBqAYeLySiutXyxSQk93vZ5gbnFiWV1sHvueCcwla9n35acUTxtA==} + /playwright-core/1.24.1: + resolution: {integrity: sha512-1RoSDe/oTQS1Ct7Pb8i+vcFKbKYpmVIBXk0IUiD8RvCUMnNl7EJF1OSQ9E8TZ5RYamWkW2Psir9e8Doyz1FnhQ==} engines: {node: '>=14'} hasBin: true dev: true @@ -5520,8 +5407,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/7.4.0: - resolution: {integrity: sha512-mlV8dw6b9Ta+u+zhJeBDvf4Io+g9Vg8esCxdfUcVhai00wzrLaAJ7TNE67dzHHukkQZ3nuHmdWqQxvtkrBa5Ig==} + /pnpm/7.7.0: + resolution: {integrity: sha512-gI1AONpLi/e9oUKwcPH4pu/kdCnizH7zgIAuXzmvGrOJN1SjL/bXMfCV2jt6+SB3Io+moqNN6xkj0C6a0E7tcg==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -5580,11 +5467,6 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prepend-http/2.0.0: - resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==} - engines: {node: '>=4'} - dev: true - /prettier/2.7.1: resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} engines: {node: '>=10.13.0'} @@ -5652,13 +5534,6 @@ packages: engines: {node: '>=6'} dev: true - /pupa/2.1.1: - resolution: {integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==} - engines: {node: '>=8'} - dependencies: - escape-goat: 2.1.1 - dev: true - /qs/6.5.3: resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} engines: {node: '>=0.6'} @@ -5667,16 +5542,6 @@ packages: /queue-microtask/1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - /rc/1.2.8: - resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} - hasBin: true - dependencies: - deep-extend: 0.6.0 - ini: 1.3.8 - minimist: 1.2.6 - strip-json-comments: 2.0.1 - dev: true - /react-is/16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: true @@ -5729,20 +5594,6 @@ packages: engines: {node: '>=8'} dev: true - /registry-auth-token/4.2.1: - resolution: {integrity: sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==} - engines: {node: '>=6.0.0'} - dependencies: - rc: 1.2.8 - dev: true - - /registry-url/5.1.0: - resolution: {integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==} - engines: {node: '>=8'} - dependencies: - rc: 1.2.8 - dev: true - /request-progress/3.0.0: resolution: {integrity: sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==} dependencies: @@ -5787,12 +5638,6 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true - /responselike/1.0.2: - resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==} - dependencies: - lowercase-keys: 1.0.1 - dev: true - /restore-cursor/3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -5869,13 +5714,6 @@ packages: kind-of: 6.0.3 dev: false - /semver-diff/3.1.1: - resolution: {integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==} - engines: {node: '>=8'} - dependencies: - semver: 6.3.0 - dev: true - /semver/5.7.1: resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} hasBin: true @@ -5886,6 +5724,11 @@ packages: hasBin: true dev: true + /semver/7.0.0: + resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==} + hasBin: true + dev: true + /semver/7.3.7: resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==} engines: {node: '>=10'} @@ -5929,6 +5772,13 @@ packages: requiresBuild: true dev: true + /simple-update-notifier/1.0.7: + resolution: {integrity: sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==} + engines: {node: '>=8.10.0'} + dependencies: + semver: 7.0.0 + dev: true + /sirv/2.0.2: resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==} engines: {node: '>= 10'} @@ -6155,11 +6005,6 @@ packages: min-indent: 1.0.1 dev: true - /strip-json-comments/2.0.1: - resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} - engines: {node: '>=0.10.0'} - dev: true - /strip-json-comments/3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} @@ -6263,13 +6108,13 @@ packages: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: true - /tinypool/0.2.1: - resolution: {integrity: sha512-HFU5ZYVq3wBfhSaf8qdqGsneaqXm0FgJQpoUlJbVdHpRLzm77IneKAD3RjzJWZvIv0YpPB9S7LUW53f6BE6ZSg==} + /tinypool/0.2.4: + resolution: {integrity: sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==} engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.3.3: - resolution: {integrity: sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==} + /tinyspy/1.0.0: + resolution: {integrity: sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw==} engines: {node: '>=14.0.0'} dev: true @@ -6285,11 +6130,6 @@ packages: engines: {node: '>=4'} dev: false - /to-readable-stream/1.0.0: - resolution: {integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==} - engines: {node: '>=6'} - dev: true - /to-regex-range/5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -6478,12 +6318,6 @@ packages: engines: {node: '>=8'} dev: true - /typedarray-to-buffer/3.1.5: - resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - dependencies: - is-typedarray: 1.0.0 - dev: true - /typescript/4.7.4: resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} engines: {node: '>=4.2.0'} @@ -6494,12 +6328,8 @@ packages: resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} dev: false - /ufo/0.7.11: - resolution: {integrity: sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==} - dev: false - - /ufo/0.8.4: - resolution: {integrity: sha512-/+BmBDe8GvlB2nIflWasLLAInjYG0bC9HRnfEpNi4sw77J2AJNnEVnTDReVrehoh825+Q/evF3THXTAweyam2g==} + /ufo/0.8.5: + resolution: {integrity: sha512-e4+UtA5IRO+ha6hYklwj6r7BjiGMxS0O+UaSg9HbaTefg4kMkzj4tXzEBajRR+wkxf+golgAWKzLbytCUDMJAA==} /unbox-primitive/1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} @@ -6510,8 +6340,8 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unconfig/0.3.4: - resolution: {integrity: sha512-cf39F1brwQuLSuMLTYXOdWJH0O1CJee6a4QW1nYtO7SoBUfVvQCvEel6ssTNXtPfi17kop1ADmVtmC49NlFkIQ==} + /unconfig/0.3.5: + resolution: {integrity: sha512-YMnPPUSfW0pT4Zzy4inM8tRHJZmhH+KcuFW/3qxkLKPhswEw18gQYe1jt57jY6ctFB0fnpiCpQ2Jtkbg4y/IPA==} dependencies: '@antfu/utils': 0.5.2 defu: 6.0.0 @@ -6527,13 +6357,6 @@ packages: engines: {node: '>=12.18'} dev: false - /unique-string/2.0.0: - resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} - engines: {node: '>=8'} - dependencies: - crypto-random-string: 2.0.0 - dev: true - /unist-util-stringify-position/2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} dependencies: @@ -6544,59 +6367,31 @@ packages: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} - /unocss/0.42.0: - resolution: {integrity: sha512-yiTgPVykeX6zqXWJMzGlaUqquSIl5/CbiQ8HM0tADRfH7Yn+GiW4qaZkHgSwTtPLtA2z4taTqdKkQGTrrkN2jw==} + /unocss/0.45.1_vite@3.0.4: + resolution: {integrity: sha512-PRPU8WIqEYN+cS7YbptGOJqeAcdDBllRnknUNiK6vzaK9YqomR+Gzk81zxcSW3A159QERmy3TdvpaxmDwO4ZCA==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.42.0 + '@unocss/webpack': 0.45.1 peerDependenciesMeta: '@unocss/webpack': optional: true dependencies: - '@unocss/cli': 0.42.0 - '@unocss/core': 0.42.0 - '@unocss/preset-attributify': 0.42.0 - '@unocss/preset-icons': 0.42.0 - '@unocss/preset-mini': 0.42.0 - '@unocss/preset-tagify': 0.42.0 - '@unocss/preset-typography': 0.42.0 - '@unocss/preset-uno': 0.42.0 - '@unocss/preset-web-fonts': 0.42.0 - '@unocss/preset-wind': 0.42.0 - '@unocss/reset': 0.42.0 - '@unocss/transformer-compile-class': 0.42.0 - '@unocss/transformer-directives': 0.42.0 - '@unocss/transformer-variant-group': 0.42.0 - '@unocss/vite': 0.42.0 - transitivePeerDependencies: - - supports-color - - vite - dev: false - - /unocss/0.42.0_vite@2.9.13: - resolution: {integrity: sha512-yiTgPVykeX6zqXWJMzGlaUqquSIl5/CbiQ8HM0tADRfH7Yn+GiW4qaZkHgSwTtPLtA2z4taTqdKkQGTrrkN2jw==} - engines: {node: '>=14'} - peerDependencies: - '@unocss/webpack': 0.42.0 - peerDependenciesMeta: - '@unocss/webpack': - optional: true - dependencies: - '@unocss/cli': 0.42.0 - '@unocss/core': 0.42.0 - '@unocss/preset-attributify': 0.42.0 - '@unocss/preset-icons': 0.42.0 - '@unocss/preset-mini': 0.42.0 - '@unocss/preset-tagify': 0.42.0 - '@unocss/preset-typography': 0.42.0 - '@unocss/preset-uno': 0.42.0 - '@unocss/preset-web-fonts': 0.42.0 - '@unocss/preset-wind': 0.42.0 - '@unocss/reset': 0.42.0 - '@unocss/transformer-compile-class': 0.42.0 - '@unocss/transformer-directives': 0.42.0 - '@unocss/transformer-variant-group': 0.42.0 - '@unocss/vite': 0.42.0_vite@2.9.13 + '@unocss/cli': 0.45.1 + '@unocss/core': 0.45.1 + '@unocss/preset-attributify': 0.45.1 + '@unocss/preset-icons': 0.45.1 + '@unocss/preset-mini': 0.45.1 + '@unocss/preset-tagify': 0.45.1 + '@unocss/preset-typography': 0.45.1 + '@unocss/preset-uno': 0.45.1 + '@unocss/preset-web-fonts': 0.45.1 + '@unocss/preset-wind': 0.45.1 + '@unocss/reset': 0.45.1 + '@unocss/transformer-attributify-jsx': 0.45.1 + '@unocss/transformer-compile-class': 0.45.1 + '@unocss/transformer-directives': 0.45.1 + '@unocss/transformer-variant-group': 0.45.1 + '@unocss/vite': 0.45.1_vite@3.0.4 transitivePeerDependencies: - supports-color - vite @@ -6607,8 +6402,8 @@ packages: engines: {node: '>= 0.8'} dev: false - /unplugin-icons/0.14.6_an4lgmmlrau24p6bpvoomqupse: - resolution: {integrity: sha512-8sxDiL4l+TV4zufZfrskgHZZSDFoGOCBgYsefRMM4inQ3Z6KhgMSuNyew7U7D/xG//rwxgD7bN+Dv+YAZEEfEw==} + /unplugin-icons/0.14.8_drarq77wngniv3w6l3yoypch7m: + resolution: {integrity: sha512-YxLC0Uxec+ayl8ju3CXmRX4Jg7IF8Tu2cRyq/okXwMK6fM140SPae332ByTlul1E/I7I0PXYSVVn8SlGunM/2g==} peerDependencies: '@svgr/core': '>=5.5.0' '@vue/compiler-sfc': ^3.0.2 @@ -6630,8 +6425,8 @@ packages: '@vue/compiler-sfc': 3.2.37 debug: 4.3.4 kolorist: 1.5.1 - local-pkg: 0.4.1 - unplugin: 0.7.0_vite@2.9.13 + local-pkg: 0.4.2 + unplugin: 0.8.0_vite@3.0.4 transitivePeerDependencies: - esbuild - rollup @@ -6640,8 +6435,8 @@ packages: - webpack dev: false - /unplugin-vue-components/0.20.1_vite@2.9.13+vue@3.2.37: - resolution: {integrity: sha512-I70rKUvnJXxBvvTvKhjMV6jXh48BdiUNn2jcQiTdZjqBA3Xgkze31tdc4KBX46yryIy0y6pVaZ9gVBNPrF785g==} + /unplugin-vue-components/0.21.2_vite@3.0.4+vue@3.2.37: + resolution: {integrity: sha512-HBU+EuesDj/HRs7EtYH7gBACljVhqLylltrCLModRmCToIIrrNvMh54aylUt4AD4qiwylgOx4Vgb9sBlrIcRDw==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -6655,11 +6450,11 @@ packages: chokidar: 3.5.3 debug: 4.3.4 fast-glob: 3.2.11 - local-pkg: 0.4.1 + local-pkg: 0.4.2 magic-string: 0.26.2 minimatch: 5.1.0 resolve: 1.22.1 - unplugin: 0.7.0_vite@2.9.13 + unplugin: 0.7.2_vite@3.0.4 vue: 3.2.37 transitivePeerDependencies: - esbuild @@ -6669,12 +6464,12 @@ packages: - webpack dev: false - /unplugin/0.7.0_vite@2.9.13: - resolution: {integrity: sha512-OsiFrgybmqm5bGuaodvbLYhqUrvGuRHRMZDhddKEXTDbuQ1x+hR7M1WpQguXj03whVYjEYChhFo738cZH5RNig==} + /unplugin/0.7.2_vite@3.0.4: + resolution: {integrity: sha512-m7thX4jP8l5sETpLdUASoDOGOcHaOVtgNyrYlToyQUvILUtEzEnngRBrHnAX3IKqooJVmXpoa/CwQ/QqzvGaHQ==} peerDependencies: esbuild: '>=0.13' rollup: ^2.50.0 - vite: ^2.3.0 + vite: ^2.3.0 || ^3.0.0-0 webpack: 4 || 5 peerDependenciesMeta: esbuild: @@ -6688,9 +6483,33 @@ packages: dependencies: acorn: 8.7.1 chokidar: 3.5.3 - vite: 2.9.13 + vite: 3.0.4 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.3 + webpack-virtual-modules: 0.4.4 + dev: false + + /unplugin/0.8.0_vite@3.0.4: + resolution: {integrity: sha512-OzOkJ9XOPlD1Cph6qy/p4i/KSUbs76GToXjH/STHpfo6D7y+EqpfAL6G6HaoOw5QLkt9+KWwcxYUmPFkDf1upQ==} + peerDependencies: + esbuild: '>=0.13' + rollup: ^2.50.0 + vite: ^2.3.0 || ^3.0.0-0 + webpack: 4 || 5 + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + acorn: 8.8.0 + chokidar: 3.5.3 + vite: 3.0.4 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.4.4 dev: false /untildify/4.0.0: @@ -6698,39 +6517,12 @@ packages: engines: {node: '>=8'} dev: true - /update-notifier/5.1.0: - resolution: {integrity: sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==} - engines: {node: '>=10'} - dependencies: - boxen: 5.1.2 - chalk: 4.1.2 - configstore: 5.0.1 - has-yarn: 2.1.0 - import-lazy: 2.1.0 - is-ci: 2.0.0 - is-installed-globally: 0.4.0 - is-npm: 5.0.0 - is-yarn-global: 0.3.0 - latest-version: 5.1.0 - pupa: 2.1.1 - semver: 7.3.7 - semver-diff: 3.1.1 - xdg-basedir: 4.0.0 - dev: true - /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.1.1 dev: true - /url-parse-lax/3.0.0: - resolution: {integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==} - engines: {node: '>=4'} - dependencies: - prepend-http: 2.0.0 - dev: true - /util-deprecate/1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -6764,97 +6556,86 @@ packages: extsprintf: 1.3.0 dev: true - /vite-plugin-inspect/0.5.1: - resolution: {integrity: sha512-cSVdNhVPAfH3OdVSV331/t/YWjg++HR/KiBkVST8pjLISna7O8gRwU8NN7KLrEBJqKKQqoRYLBb0RSdYurEyeg==} + /vite-plugin-inspect/0.6.0: + resolution: {integrity: sha512-p2Ti5z+AscXx7JAW1nkU4bgiyKWW3O6D9UbaOEk+yz0v6R2E452OSukYhbs1zhqRnHL0W6ZsmG/lwz8aSQpSjg==} engines: {node: '>=14'} peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 + vite: ^3.0.0 dependencies: '@rollup/pluginutils': 4.2.1 debug: 4.3.4 kolorist: 1.5.1 sirv: 2.0.2 - ufo: 0.8.4 + ufo: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-remote-assets/0.2.2_vite@2.9.13: - resolution: {integrity: sha512-Hl2g1EGJW7jHjNKQ0hf96LJEbfmintfQLBIgKJkyFPyjO1NH3gNUheFgBoxi6G4/nbE9hHzpIIr30iwm1NxLlQ==} + /vite-plugin-remote-assets/0.3.0_vite@3.0.4: + resolution: {integrity: sha512-EgbyLhVpKqlwwRnkDHmEv/JeO9njgZk00+XyxHzXp9dBUx8co8A7ohbEED2mdIO62kPYD7bHF8MUT5VtulzFUQ==} peerDependencies: - vite: ^2.0.0 + vite: ^2.0.0 || ^3.0.0 dependencies: - axios: 0.21.4_debug@4.3.4 + axios: 0.27.2_debug@4.3.4 debug: 4.3.4 - fs-extra: 9.1.0 - magic-string: 0.25.9 - vite: 2.9.13 + fs-extra: 10.1.0 + magic-string: 0.26.2 + vite: 3.0.4 transitivePeerDependencies: - supports-color dev: false - /vite-plugin-vue-markdown/0.20.1_vite@2.9.13: - resolution: {integrity: sha512-OKWb7dtfb8SU2CLUQHWFz54eYN8Y3d3P8FpQCb7yzzh/GetTJVdY57A/orvzNJxAJqjZXx2Af1Q9ncj2wsGkiw==} + /vite-plugin-vue-markdown/0.21.1_vite@3.0.4: + resolution: {integrity: sha512-tvHtARDdNK45nSJhyCVaRhSxBAEVmgA6aD+xV1J4xXynNNxRaYXcpHS3l3S7l09j/lR3beRjTfbS+Ro6ipSHmA==} peerDependencies: vite: ^2.0.0 || ^3.0.0-0 dependencies: '@antfu/utils': 0.5.2 - '@mdit-vue/plugin-component': 0.1.1 + '@mdit-vue/plugin-component': 0.8.1 + '@mdit-vue/plugin-frontmatter': 0.8.0 + '@mdit-vue/types': 0.8.0 '@rollup/pluginutils': 4.2.1 '@types/markdown-it': 12.2.3 - gray-matter: 4.0.3 markdown-it: 13.0.1 - vite: 2.9.13 + vite: 3.0.4 dev: false - /vite-plugin-vue-server-ref/0.2.4_vite@2.9.13+vue@3.2.37: - resolution: {integrity: sha512-+WAiq0fSfP+LbmTbx2BkDrL6sGWrb0sUGZPk+G3ZbbmowFNh3TY+f+AV1ofce0rKs4hvH3zBuXxEAkTf/wQqRA==} + /vite-plugin-vue-server-ref/0.3.0_vite@3.0.4+vue@3.2.37: + resolution: {integrity: sha512-Hkb0ad9gI+4NIUzhR3uYxZsCc7QsKGGdyC6I4EEfpD7SvNTXEyPbs7WiYIJXYFi1eoBDnDGdW+mt7QwELWN3XA==} peerDependencies: - vite: ^2.0.0 - vue: ^3.0.0-0 + vite: ^2.0.0 || ^3.0.0 + vue: ^3.0.0 dependencies: debug: 4.3.4 - ufo: 0.7.11 - vite: 2.9.13 + ufo: 0.8.5 + vite: 3.0.4 vue: 3.2.37 transitivePeerDependencies: - supports-color dev: false - /vite-plugin-windicss/1.8.6: - resolution: {integrity: sha512-D4G4qmumgklPiPrq/ZALqq8Mby6krskFVShbmb5c+0VCSsLUN96qyFRTwi81rNIHwFvlbpqflgh+BpUM/9VjQg==} - peerDependencies: - vite: ^2.0.1 - dependencies: - '@windicss/plugin-utils': 1.8.6 - debug: 4.3.4 - kolorist: 1.5.1 - windicss: 3.5.6 - transitivePeerDependencies: - - supports-color - dev: false - - /vite-plugin-windicss/1.8.6_vite@2.9.13: - resolution: {integrity: sha512-D4G4qmumgklPiPrq/ZALqq8Mby6krskFVShbmb5c+0VCSsLUN96qyFRTwi81rNIHwFvlbpqflgh+BpUM/9VjQg==} + /vite-plugin-windicss/1.8.7_vite@3.0.4: + resolution: {integrity: sha512-/zwQ8+RV+MSkbG0IGqsEma6r2R01NzN/aNpNjJD7VVAkxAptNznqDXOObFTskkWfZ+9m6KJZCOuCPgAFtQIzEA==} peerDependencies: - vite: ^2.0.1 + vite: ^2.0.1 || ^3.0.0 dependencies: - '@windicss/plugin-utils': 1.8.6 + '@windicss/plugin-utils': 1.8.7 debug: 4.3.4 kolorist: 1.5.1 - vite: 2.9.13 + vite: 3.0.4 windicss: 3.5.6 transitivePeerDependencies: - supports-color - /vite/2.9.13: - resolution: {integrity: sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==} - engines: {node: '>=12.2.0'} + /vite/3.0.4: + resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==} + engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: less: '*' sass: '*' stylus: '*' + terser: ^5.4.0 peerDependenciesMeta: less: optional: true @@ -6862,6 +6643,8 @@ packages: optional: true stylus: optional: true + terser: + optional: true dependencies: esbuild: 0.14.48 postcss: 8.4.14 @@ -6870,16 +6653,22 @@ packages: optionalDependencies: fsevents: 2.3.2 - /vitest/0.16.0: - resolution: {integrity: sha512-Ntp6jrM8wf2NMtamMBLkRBBdeqHkgAH/WMh5Xryts1j2ft2D8QZQbiSVFkSl4WmEQzcPP0YM069g/Ga1vtnEtg==} + /vitest/0.19.1: + resolution: {integrity: sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: + '@edge-runtime/vm': '*' + '@vitest/browser': '*' '@vitest/ui': '*' c8: '*' happy-dom: '*' jsdom: '*' peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@vitest/browser': + optional: true '@vitest/ui': optional: true c8: @@ -6891,18 +6680,19 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 - '@types/node': 18.0.0 + '@types/node': 18.6.2 chai: 4.3.6 debug: 4.3.4 - local-pkg: 0.4.1 - tinypool: 0.2.1 - tinyspy: 0.3.3 - vite: 2.9.13 + local-pkg: 0.4.2 + tinypool: 0.2.4 + tinyspy: 1.0.0 + vite: 3.0.4 transitivePeerDependencies: - less - sass - stylus - supports-color + - terser dev: true /vscode-oniguruma/1.6.2: @@ -6956,14 +6746,29 @@ packages: optional: true dev: true - /vue-eslint-parser/9.0.3_eslint@8.18.0: + /vue-demi/0.13.1_vue@3.2.37: + resolution: {integrity: sha512-xmkJ56koG3ptpLnpgmIzk9/4nFf4CqduSJbUM0OdPoU87NwRuZ6x49OLhjSa/fC15fV+5CbEnrxU4oyE022svg==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + dependencies: + vue: 3.2.37 + dev: false + + /vue-eslint-parser/9.0.3_eslint@8.20.0: resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.20.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.2 @@ -6974,12 +6779,12 @@ packages: - supports-color dev: true - /vue-router/4.0.16_vue@3.2.37: - resolution: {integrity: sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA==} + /vue-router/4.1.3_vue@3.2.37: + resolution: {integrity: sha512-XvK81bcYglKiayT7/vYAg/f36ExPC4t90R/HIpzrZ5x+17BOWptXLCrEPufGgZeuq68ww4ekSIMBZY1qdUdfjA==} peerDependencies: vue: ^3.2.0 dependencies: - '@vue/devtools-api': 6.0.12 + '@vue/devtools-api': 6.2.1 vue: 3.2.37 dev: false @@ -7016,8 +6821,8 @@ packages: engines: {node: '>=10.13.0'} dev: false - /webpack-virtual-modules/0.4.3: - resolution: {integrity: sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw==} + /webpack-virtual-modules/0.4.4: + resolution: {integrity: sha512-h9atBP/bsZohWpHnr+2sic8Iecb60GxftXsWNLLLSqewgIsGzByd2gcIID4nXcG+3tNe4GQG3dLcff3kXupdRA==} dev: false /whatwg-url/7.1.0: @@ -7045,19 +6850,6 @@ packages: dependencies: isexe: 2.0.0 - /widest-line/3.1.0: - resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} - engines: {node: '>=8'} - dependencies: - string-width: 4.2.3 - dev: true - - /windicss/3.5.5: - resolution: {integrity: sha512-Mnbb9DT+74cw3UxcVimbwCw5tKxITNvOBwTFMFdUv9f5KoZensestA4vKUM8tw74QAwyjE5bqH0QQufgFQwj0Q==} - engines: {node: '>= 12'} - hasBin: true - dev: false - /windicss/3.5.6: resolution: {integrity: sha512-P1mzPEjgFMZLX0ZqfFht4fhV/FX8DTG7ERG1fBLiWvd34pTLVReS5CVsewKn9PApSgXnVfPWwvq+qUsRwpnwFA==} engines: {node: '>= 12'} @@ -7089,20 +6881,6 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true - /write-file-atomic/3.0.3: - resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} - dependencies: - imurmurhash: 0.1.4 - is-typedarray: 1.0.0 - signal-exit: 3.0.7 - typedarray-to-buffer: 3.1.5 - dev: true - - /xdg-basedir/4.0.0: - resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==} - engines: {node: '>=8'} - dev: true - /xml-name-validator/4.0.0: resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} engines: {node: '>=12'} @@ -7166,8 +6944,8 @@ packages: engines: {node: '>=10'} dev: false - /zx/7.0.4: - resolution: {integrity: sha512-Z0uybYYLtL8ODx9ZOU88EKi6OLZ9ZTDRXX5igtcAsePUIseOWdACSaMxPjzgp0hqWkx0sZz/Lxs8bBSAHOsnNA==} + /zx/7.0.7: + resolution: {integrity: sha512-cWF5cWqqrTVxgEPmQ8w/LvUXOK3rJTdgC+Tt1nz113+YncNIO0X6UXgCY72UfE8Az/lwOubbEJARXpQ+7RiM9g==} engines: {node: '>= 16.0.0'} hasBin: true dependencies: