diff --git a/docs/package.json b/docs/package.json index 4c7e121d..4f41c877 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,7 +19,7 @@ "@vue-flow/core": "workspace:*", "@vue/repl": "1.1.2", "blobity": "^0.2.1", - "canvas-confetti": "^1.5.1", + "canvas-confetti": "^1.6.0", "vite": "^2.9.15", "vue": "^3.2.37" }, @@ -28,15 +28,15 @@ "@types/canvas-confetti": "^1.4.3", "@types/node": "^18.7.8", "@windicss/plugin-scrollbar": "^1.2.3", - "dotenv": "^16.0.1", - "ohmyfetch": "^0.4.18", + "dotenv": "^16.0.3", + "ohmyfetch": "^0.4.21", "typedoc": "^0.22.18", - "typedoc-plugin-markdown": "^3.13.4", + "typedoc-plugin-markdown": "^3.13.6", "typedoc-plugin-merge-modules": "^4.0.1", - "unplugin-auto-import": "^0.10.3", - "unplugin-icons": "^0.14.8", - "unplugin-vue-components": "^0.21.2", - "vite-plugin-windicss": "^1.8.7", + "unplugin-auto-import": "^0.11.4", + "unplugin-icons": "^0.14.13", + "unplugin-vue-components": "^0.22.9", + "vite-plugin-windicss": "^1.8.8", "vitepress": "^1.0.0-alpha.4", "windicss": "^3.5.6" } diff --git a/examples/vite/package.json b/examples/vite/package.json index 364fc877..b99fb2eb 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -13,10 +13,10 @@ }, "devDependencies": { "@types/dagre": "^0.7.47", - "@vitejs/plugin-vue": "^2.3.4", + "@vitejs/plugin-vue": "^3.2.0", "dagre": "^0.8.5", - "unplugin-auto-import": "^0.6.9", - "vite": "2.9.15", + "unplugin-auto-import": "^0.11.4", + "vite": "^3.2.3", "vite-plugin-vue-type-imports": "0.2.0", "vite-svg-loader": "^3.6.0", "vue": "^3.2.37", diff --git a/packages/additional-components/package.json b/packages/additional-components/package.json index 39e343e4..8091a9d6 100644 --- a/packages/additional-components/package.json +++ b/packages/additional-components/package.json @@ -33,16 +33,16 @@ "@vue-flow/core": "^1.0.0" }, "dependencies": { - "@types/d3-selection": "^3.0.3", - "@types/d3-zoom": "^3.0.1", "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0" }, "devDependencies": { + "@types/d3-selection": "^3.0.3", + "@types/d3-zoom": "^3.0.1", "@vue-flow/core": "workspace:*", "@vitejs/plugin-vue": "^3.2.0", "unplugin-auto-import": "^0.11.4", - "vite": "^3.2.2", + "vite": "^3.2.3", "vite-svg-loader": "^3.6.0", "vite-plugin-vue-type-imports": "0.2.0", "vue-tsc": "^1.0.9" diff --git a/packages/core/package.json b/packages/core/package.json index 25d3aa63..7b0dda36 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,7 +36,7 @@ "vue": "^3.2.25" }, "dependencies": { - "@vueuse/core": "^9.4.0", + "@vueuse/core": "^9.5.0", "d3-drag": "^3.0.0", "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0" @@ -52,7 +52,7 @@ "ts-patch": "^2.0.2", "typescript-transform-paths": "^3.4.4", "unplugin-auto-import": "^0.11.4", - "vite": "^3.2.2", + "vite": "^3.2.3", "vite-plugin-vue-type-imports": "0.2.0", "vue-tsc": "^1.0.9" }, diff --git a/packages/vue-flow/package.json b/packages/vue-flow/package.json index 0b2eb978..16bb9110 100644 --- a/packages/vue-flow/package.json +++ b/packages/vue-flow/package.json @@ -12,8 +12,8 @@ "bugs": { "url": "https://github.com/bcakmakoglu/vue-flow/issues" }, - "main": "./dist/vue-flow.cjs.js", - "module": "./dist/vue-flow.es.js", + "main": "./dist/vue-flow.js", + "module": "./dist/vue-flow.mjs", "types": "./dist/index.d.ts", "unpkg": "./dist/vue-flow.iife.js", "jsdelivr": "./dist/vue-flow.iife.js", @@ -43,7 +43,7 @@ "postcss": "^8.4.16", "postcss-cli": "^9.1.0", "postcss-nested": "^5.0.6", - "vite": "^2.9.15" + "vite": "^3.2.3" }, "publishConfig": { "access": "public", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 83b00d1a..ef7375dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: turbo: ^1.6.3 typescript: ^4.8.4 devDependencies: - '@antfu/eslint-config': 0.29.3_yv3nvntfnealqm77uomj2fi4ki + '@antfu/eslint-config': 0.29.4_yv3nvntfnealqm77uomj2fi4ki '@changesets/changelog-github': 0.4.7 '@changesets/cli': 2.25.2 eslint: 8.22.0 @@ -42,17 +42,16 @@ importers: '@vue/repl': 1.1.2 '@windicss/plugin-scrollbar': ^1.2.3 blobity: ^0.2.1 - canvas-confetti: ^1.5.1 - dotenv: ^16.0.1 - ohmyfetch: ^0.4.18 + canvas-confetti: ^1.6.0 + dotenv: ^16.0.3 + ohmyfetch: ^0.4.21 typedoc: ^0.22.18 - typedoc-plugin-markdown: ^3.13.4 + typedoc-plugin-markdown: ^3.13.6 typedoc-plugin-merge-modules: ^4.0.1 - unplugin-auto-import: ^0.10.3 - unplugin-icons: ^0.14.8 - unplugin-vue-components: ^0.21.2 - vite: ^2.9.15 - vite-plugin-windicss: ^1.8.7 + unplugin-auto-import: ^0.11.4 + unplugin-icons: ^0.14.13 + unplugin-vue-components: ^0.22.9 + vite-plugin-windicss: ^1.8.8 vitepress: ^1.0.0-alpha.4 vue: ^3.2.37 windicss: ^3.5.6 @@ -65,23 +64,22 @@ importers: '@vue-flow/core': link:../packages/core '@vue/repl': 1.1.2_vue@3.2.37 blobity: 0.2.1_react@18.2.0+vue@3.2.37 - canvas-confetti: 1.5.1 - vite: 2.9.15 + canvas-confetti: 1.6.0 vue: 3.2.37 devDependencies: '@iconify/json': 2.1.95 '@types/canvas-confetti': 1.4.3 '@types/node': 18.7.8 '@windicss/plugin-scrollbar': 1.2.3 - dotenv: 16.0.1 - ohmyfetch: 0.4.18 + dotenv: 16.0.3 + ohmyfetch: 0.4.21 typedoc: 0.22.18_typescript@4.7.4 - typedoc-plugin-markdown: 3.13.4_typedoc@0.22.18 + typedoc-plugin-markdown: 3.13.6_typedoc@0.22.18 typedoc-plugin-merge-modules: 4.0.1_typedoc@0.22.18 - unplugin-auto-import: 0.10.3_vite@2.9.15 - unplugin-icons: 0.14.8_vite@2.9.15 - unplugin-vue-components: 0.21.2_vite@2.9.15+vue@3.2.37 - vite-plugin-windicss: 1.8.7_vite@2.9.15 + unplugin-auto-import: 0.11.4 + unplugin-icons: 0.14.13 + unplugin-vue-components: 0.22.9_vue@3.2.37 + vite-plugin-windicss: 1.8.8_vite@3.2.3 vitepress: 1.0.0-alpha.4_imvgwgjzmeisgkq5uchhrryg6y windicss: 3.5.6 @@ -95,7 +93,7 @@ importers: '@vue-flow/additional-components': link:../packages/additional-components '@vue-flow/core': link:../packages/core devDependencies: - '@vitejs/plugin-vue': 3.2.0_vite@3.2.2+vue@3.2.40 + '@vitejs/plugin-vue': 3.2.0_vite@3.2.3+vue@3.2.40 cypress: 10.9.0 examples/nuxt3: @@ -137,12 +135,12 @@ importers: examples/vite: specifiers: '@types/dagre': ^0.7.47 - '@vitejs/plugin-vue': ^2.3.4 + '@vitejs/plugin-vue': ^3.2.0 '@vue-flow/additional-components': workspace:* '@vue-flow/core': workspace:* dagre: ^0.8.5 - unplugin-auto-import: ^0.6.9 - vite: 2.9.15 + unplugin-auto-import: ^0.11.4 + vite: ^3.2.3 vite-plugin-vue-type-imports: 0.2.0 vite-svg-loader: ^3.6.0 vue: ^3.2.37 @@ -154,10 +152,10 @@ importers: vueflow: link:../../packages/vue-flow devDependencies: '@types/dagre': 0.7.47 - '@vitejs/plugin-vue': 2.3.4_vite@2.9.15+vue@3.2.37 + '@vitejs/plugin-vue': 3.2.0_vite@3.2.3+vue@3.2.37 dagre: 0.8.5 - unplugin-auto-import: 0.6.9_vite@2.9.15 - vite: 2.9.15 + unplugin-auto-import: 0.11.4 + vite: 3.2.3 vite-plugin-vue-type-imports: 0.2.0_etyjjt2ntofrpw6e4x2an3nxaq vite-svg-loader: 3.6.0 vue: 3.2.37 @@ -172,22 +170,22 @@ importers: d3-selection: ^3.0.0 d3-zoom: ^3.0.0 unplugin-auto-import: ^0.11.4 - vite: ^3.2.2 + vite: ^3.2.3 vite-plugin-vue-type-imports: 0.2.0 vite-svg-loader: ^3.6.0 vue: ^3.2.37 vue-tsc: ^1.0.9 dependencies: - '@types/d3-selection': 3.0.3 - '@types/d3-zoom': 3.0.1 d3-selection: 3.0.0 d3-zoom: 3.0.0 vue: 3.2.40 devDependencies: - '@vitejs/plugin-vue': 3.2.0_vite@3.2.2+vue@3.2.40 + '@types/d3-selection': 3.0.3 + '@types/d3-zoom': 3.0.1 + '@vitejs/plugin-vue': 3.2.0_vite@3.2.3+vue@3.2.40 '@vue-flow/core': link:../core unplugin-auto-import: 0.11.4 - vite: 3.2.2 + vite: 3.2.3 vite-plugin-vue-type-imports: 0.2.0_2c357eobkqysc4ibwdjj6f3ioy vite-svg-loader: 3.6.0 vue-tsc: 1.0.9_typescript@4.8.4 @@ -197,7 +195,7 @@ importers: '@rollup/plugin-replace': ^4.0.0 '@types/d3': ^7.4.0 '@vitejs/plugin-vue': ^3.2.0 - '@vueuse/core': ^9.4.0 + '@vueuse/core': ^9.5.0 autoprefixer: ^10.4.13 d3-drag: ^3.0.0 d3-selection: ^3.0.0 @@ -208,12 +206,12 @@ importers: ts-patch: ^2.0.2 typescript-transform-paths: ^3.4.4 unplugin-auto-import: ^0.11.4 - vite: ^3.2.2 + vite: ^3.2.3 vite-plugin-vue-type-imports: 0.2.0 vue: ^3.2.25 vue-tsc: ^1.0.9 dependencies: - '@vueuse/core': 9.4.0_vue@3.2.40 + '@vueuse/core': 9.5.0_vue@3.2.40 d3-drag: 3.0.0 d3-selection: 3.0.0 d3-zoom: 3.0.0 @@ -221,15 +219,15 @@ importers: devDependencies: '@rollup/plugin-replace': 4.0.0_rollup@2.79.1 '@types/d3': 7.4.0 - '@vitejs/plugin-vue': 3.2.0_vite@3.2.2+vue@3.2.40 + '@vitejs/plugin-vue': 3.2.0_vite@3.2.3+vue@3.2.40 autoprefixer: 10.4.13_postcss@8.4.16 postcss: 8.4.16 postcss-cli: 9.1.0_postcss@8.4.16 postcss-nested: 5.0.6_postcss@8.4.16 ts-patch: 2.0.2_typescript@4.8.4 typescript-transform-paths: 3.4.4_typescript@4.8.4 - unplugin-auto-import: 0.11.4_6atjafs3v6znsplg3j7hgljsd4 - vite: 3.2.2 + unplugin-auto-import: 0.11.4_mzriwbjum4j5a7cktevzuvc2c4 + vite: 3.2.3 vite-plugin-vue-type-imports: 0.2.0_2c357eobkqysc4ibwdjj6f3ioy vue-tsc: 1.0.9_typescript@4.8.4 @@ -297,7 +295,7 @@ importers: postcss: ^8.4.16 postcss-cli: ^9.1.0 postcss-nested: ^5.0.6 - vite: ^2.9.15 + vite: ^3.2.3 vue: ^3.2.25 dependencies: '@vue-flow/additional-components': link:../additional-components @@ -308,7 +306,7 @@ importers: postcss: 8.4.16 postcss-cli: 9.1.0_postcss@8.4.16 postcss-nested: 5.0.6_postcss@8.4.16 - vite: 2.9.15 + vite: 3.2.3 packages: @@ -474,21 +472,21 @@ packages: vue: 3.2.37 dev: false - /@antfu/eslint-config-basic/0.29.3_fbzrb3mx6vzqsr2yqelg57y2hy: - resolution: {integrity: sha512-zC9lcwqCZhi75Dh4qAXLBIFnVfXoBS8Tg9Caq7wE+3CbDqXNwwQKxCZQgbc7ZcYwP6sZmd1Z1AsCrrm/eoS12Q==} + /@antfu/eslint-config-basic/0.29.4_cvqplopeoncibrik5fdjv3ftt4: + resolution: {integrity: sha512-5j8Ggd721DIv2Xf/vzCYE4P2T+l0MKEdDyy8kVx9NV0Nprty5tjC86gZNEq2/zg2LgMxTEOwbzAl9FseKzCIig==} peerDependencies: eslint: '>=7.4.0' dependencies: eslint: 8.22.0 - eslint-plugin-antfu: 0.29.3_yv3nvntfnealqm77uomj2fi4ki + eslint-plugin-antfu: 0.29.4_yv3nvntfnealqm77uomj2fi4ki eslint-plugin-eslint-comments: 3.2.0_eslint@8.22.0 eslint-plugin-html: 7.1.0 - eslint-plugin-import: 2.26.0_e3bnlh74syaux3jintxekg4fya - eslint-plugin-jsonc: 2.4.0_eslint@8.22.0 + eslint-plugin-import: 2.26.0_e6rshir3uyfhufwzfdpvwdqepa + eslint-plugin-jsonc: 2.5.0_eslint@8.22.0 eslint-plugin-markdown: 3.0.0_eslint@8.22.0 - eslint-plugin-n: 15.3.0_eslint@8.22.0 + eslint-plugin-n: 15.5.1_eslint@8.22.0 eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-promise: 6.0.1_eslint@8.22.0 + eslint-plugin-promise: 6.1.1_eslint@8.22.0 eslint-plugin-unicorn: 43.0.2_eslint@8.22.0 eslint-plugin-yml: 1.2.0_eslint@8.22.0 jsonc-eslint-parser: 2.1.0 @@ -501,15 +499,15 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.29.3_yv3nvntfnealqm77uomj2fi4ki: - resolution: {integrity: sha512-yOQVA++cHAe3tggnPFjAH/5SC/t2krkj/n9dJSbaCc4rUzr/vtaHt816TxIVc+iYqrIeN45OnMFdFngfq2RY0Q==} + /@antfu/eslint-config-ts/0.29.4_yv3nvntfnealqm77uomj2fi4ki: + resolution: {integrity: sha512-dPiWjNodt19f04bs7fvasb0N8znzNijtKBy5qvUZgGM44738h79EYYoUftoKcyCV3Ypkuo0jeyG05PUPsj7YWw==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.29.3_fbzrb3mx6vzqsr2yqelg57y2hy - '@typescript-eslint/eslint-plugin': 5.39.0_fbzrb3mx6vzqsr2yqelg57y2hy - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@antfu/eslint-config-basic': 0.29.4_cvqplopeoncibrik5fdjv3ftt4 + '@typescript-eslint/eslint-plugin': 5.42.1_cvqplopeoncibrik5fdjv3ftt4 + '@typescript-eslint/parser': 5.42.1_yv3nvntfnealqm77uomj2fi4ki eslint: 8.22.0 typescript: 4.8.4 transitivePeerDependencies: @@ -518,14 +516,14 @@ packages: - supports-color dev: true - /@antfu/eslint-config-vue/0.29.3_yv3nvntfnealqm77uomj2fi4ki: - resolution: {integrity: sha512-FFNI4riCjItDent3P0jlccUoSfTrdqjmWpFO52n6pC7CZXUs1P7A0sWjoHc2jxBLNqJ94fzlMsNJbbnlqqPMTw==} + /@antfu/eslint-config-vue/0.29.4_yv3nvntfnealqm77uomj2fi4ki: + resolution: {integrity: sha512-WkhrsrHq4tCFfCllFqdKf9Eu0zDyM013I7ijjNJ5709XQOXiB5tSGhYY8y0qvkXIW7TVExGl03nGn3wmojkIPg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.29.3_yv3nvntfnealqm77uomj2fi4ki + '@antfu/eslint-config-ts': 0.29.4_yv3nvntfnealqm77uomj2fi4ki eslint: 8.22.0 - eslint-plugin-vue: 9.6.0_eslint@8.22.0 + eslint-plugin-vue: 9.7.0_eslint@8.22.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -533,23 +531,23 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.29.3_yv3nvntfnealqm77uomj2fi4ki: - resolution: {integrity: sha512-J6QObVJc0+s2Gk1AXSj7pRI8ZamOwj6yy60Bbbh7zJY/VLTImndI6LqhTDlVfEZ38DcpJl3SSX/PXusXBxTN6g==} + /@antfu/eslint-config/0.29.4_yv3nvntfnealqm77uomj2fi4ki: + resolution: {integrity: sha512-YH/97Cp7bJRMpXCuctZITF47wLvgXboy42hrij6I0Pf+Pp4Qi6pQJPJWKJz8xYXJCwaYK0JTKQAMtYsKyA9RpA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-vue': 0.29.3_yv3nvntfnealqm77uomj2fi4ki - '@typescript-eslint/eslint-plugin': 5.39.0_fbzrb3mx6vzqsr2yqelg57y2hy - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@antfu/eslint-config-vue': 0.29.4_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/eslint-plugin': 5.42.1_cvqplopeoncibrik5fdjv3ftt4 + '@typescript-eslint/parser': 5.42.1_yv3nvntfnealqm77uomj2fi4ki eslint: 8.22.0 eslint-plugin-eslint-comments: 3.2.0_eslint@8.22.0 eslint-plugin-html: 7.1.0 - eslint-plugin-import: 2.26.0_e3bnlh74syaux3jintxekg4fya - eslint-plugin-jsonc: 2.4.0_eslint@8.22.0 - eslint-plugin-n: 15.3.0_eslint@8.22.0 - eslint-plugin-promise: 6.0.1_eslint@8.22.0 + eslint-plugin-import: 2.26.0_e6rshir3uyfhufwzfdpvwdqepa + eslint-plugin-jsonc: 2.5.0_eslint@8.22.0 + eslint-plugin-n: 15.5.1_eslint@8.22.0 + eslint-plugin-promise: 6.1.1_eslint@8.22.0 eslint-plugin-unicorn: 43.0.2_eslint@8.22.0 - eslint-plugin-vue: 9.6.0_eslint@8.22.0 + eslint-plugin-vue: 9.7.0_eslint@8.22.0 eslint-plugin-yml: 1.2.0_eslint@8.22.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.1.0 @@ -560,8 +558,8 @@ packages: - typescript dev: true - /@antfu/install-pkg/0.1.0: - resolution: {integrity: sha512-VaIJd3d1o7irZfK1U0nvBsHMyjkuyMP3HKYVV53z8DKyulkHKmjhhtccXO51WSPeeSHIeoJEoNOKavYpS7jkZw==} + /@antfu/install-pkg/0.1.1: + resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==} dependencies: execa: 5.1.1 find-up: 5.0.0 @@ -1265,14 +1263,18 @@ packages: resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==} dev: true - /@iconify/utils/1.0.33: - resolution: {integrity: sha512-vGeAqo7aGPxOQmGdVoXFUOuyN+0V7Lcrx2EvaiRjxUD1x6Om0Tvq2bdm7E24l2Pz++4S0mWMCVFXe/17EtKImQ==} + /@iconify/types/2.0.0: + resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} + dev: true + + /@iconify/utils/2.0.1: + resolution: {integrity: sha512-t8IyICk25wgZL4YKn/2kYfjG5MGA6EWZlaUJZ1OEIku4V+kX9V900T5E4HIqS3hLyD6/RJET0zY4vxO9pHLHHw==} dependencies: - '@antfu/install-pkg': 0.1.0 + '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.5.2 - '@iconify/types': 1.1.0 + '@iconify/types': 2.0.0 debug: 4.3.4 - kolorist: 1.5.1 + kolorist: 1.6.0 local-pkg: 0.4.2 transitivePeerDependencies: - supports-color @@ -1470,7 +1472,7 @@ packages: postcss-import-resolver: 2.0.0 scule: 0.3.2 std-env: 3.2.1 - ufo: 0.8.5 + ufo: 0.8.6 unimport: 0.6.7_cqdmw335g2mfukdgd4jnaxdu4u transitivePeerDependencies: - esbuild @@ -1492,7 +1494,7 @@ packages: postcss-import-resolver: 2.0.0 scule: 0.3.2 std-env: 3.2.1 - ufo: 0.8.5 + ufo: 0.8.6 unimport: 0.6.7_rollup@2.79.1+vite@3.1.6 transitivePeerDependencies: - esbuild @@ -1511,7 +1513,7 @@ packages: consola: 2.15.3 create-require: 1.1.1 defu: 6.1.0 - destr: 1.1.1 + destr: 1.2.0 dotenv: 16.0.3 fs-extra: 10.1.0 git-url-parse: 13.1.0 @@ -1521,7 +1523,7 @@ packages: mri: 1.2.0 nanoid: 4.0.0 node-fetch: 3.2.10 - ohmyfetch: 0.4.19 + ohmyfetch: 0.4.21 parse-git-config: 3.0.0 rc9: 1.2.2 std-env: 3.2.1 @@ -1570,7 +1572,7 @@ packages: postcss-url: 10.1.3_postcss@8.4.18 rollup: 2.79.1 rollup-plugin-visualizer: 5.8.2_rollup@2.79.1 - ufo: 0.8.5 + ufo: 0.8.6 unplugin: 0.9.3_cqdmw335g2mfukdgd4jnaxdu4u vite: 3.1.6 vite-node: 0.23.4 @@ -1578,6 +1580,7 @@ packages: vue: 3.2.40 vue-bundle-renderer: 0.4.3 transitivePeerDependencies: + - '@types/node' - eslint - less - sass @@ -1904,6 +1907,7 @@ packages: /@types/d3-color/3.1.0: resolution: {integrity: sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA==} + dev: true /@types/d3-contour/3.0.1: resolution: {integrity: sha512-C3zfBrhHZvrpAAK3YXqLWVAGo87A4SvJ83Q/zVJ8rFWJdKejUnDYaWZPkA8K84kb2vDA/g90LTQAz7etXcgoQQ==} @@ -1962,6 +1966,7 @@ packages: resolution: {integrity: sha512-jx5leotSeac3jr0RePOH1KdR9rISG91QIE4Q2PYTu4OymLTZfA3SrnURSLzKH48HmXVUru50b8nje4E79oQSQw==} dependencies: '@types/d3-color': 3.1.0 + dev: true /@types/d3-path/3.0.0: resolution: {integrity: sha512-0g/A+mZXgFkQxN3HniRDbXMN79K3CdTpLsevj+PXiTcb2hVyvkZUBg37StmgCQkaD84cUJ4uaDAWq7UJOQy2Tg==} @@ -1991,6 +1996,7 @@ packages: /@types/d3-selection/3.0.3: resolution: {integrity: sha512-Mw5cf6nlW1MlefpD9zrshZ+DAWL4IQ5LnWfRheW6xwsdaWOb6IRRu2H7XPAQcyXEx1D7XQWgdoKR83ui1/HlEA==} + dev: true /@types/d3-shape/3.1.0: resolution: {integrity: sha512-jYIYxFFA9vrJ8Hd4Se83YI6XF+gzDL1aC5DCsldai4XYYiVNdhtpGbA/GM6iyQ8ayhSp3a148LY34hy7A4TxZA==} @@ -2021,6 +2027,7 @@ packages: dependencies: '@types/d3-interpolate': 3.0.1 '@types/d3-selection': 3.0.3 + dev: true /@types/d3/7.4.0: resolution: {integrity: sha512-jIfNVK0ZlxcuRDKtRS/SypEyOQ6UHaFQBKv032X45VvxSJ6Yi5G9behy9h6tNTHTDGh5Vq+KbmBjUWLgY4meCA==} @@ -2196,6 +2203,10 @@ packages: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} dev: true + /@types/semver/7.3.13: + resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} + dev: true + /@types/serve-static/1.13.10: resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==} dependencies: @@ -2229,8 +2240,8 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.39.0_fbzrb3mx6vzqsr2yqelg57y2hy: - resolution: {integrity: sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==} + /@typescript-eslint/eslint-plugin/5.42.1_cvqplopeoncibrik5fdjv3ftt4: + resolution: {integrity: sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2240,23 +2251,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki - '@typescript-eslint/scope-manager': 5.39.0 - '@typescript-eslint/type-utils': 5.39.0_yv3nvntfnealqm77uomj2fi4ki - '@typescript-eslint/utils': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/parser': 5.42.1_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/type-utils': 5.42.1_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/utils': 5.42.1_yv3nvntfnealqm77uomj2fi4ki debug: 4.3.4 eslint: 8.22.0 ignore: 5.2.0 + natural-compare-lite: 1.4.0 regexpp: 3.2.0 - semver: 7.3.7 + semver: 7.3.8 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.39.0_yv3nvntfnealqm77uomj2fi4ki: - resolution: {integrity: sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==} + /@typescript-eslint/parser/5.42.1_yv3nvntfnealqm77uomj2fi4ki: + resolution: {integrity: sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2265,9 +2277,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.39.0 - '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4 debug: 4.3.4 eslint: 8.22.0 typescript: 4.8.4 @@ -2275,16 +2287,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.39.0: - resolution: {integrity: sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==} + /@typescript-eslint/scope-manager/5.42.1: + resolution: {integrity: sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/visitor-keys': 5.39.0 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/visitor-keys': 5.42.1 dev: true - /@typescript-eslint/type-utils/5.39.0_yv3nvntfnealqm77uomj2fi4ki: - resolution: {integrity: sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==} + /@typescript-eslint/type-utils/5.42.1_yv3nvntfnealqm77uomj2fi4ki: + resolution: {integrity: sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2293,8 +2305,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4 + '@typescript-eslint/utils': 5.42.1_yv3nvntfnealqm77uomj2fi4ki debug: 4.3.4 eslint: 8.22.0 tsutils: 3.21.0_typescript@4.8.4 @@ -2303,13 +2315,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.39.0: - resolution: {integrity: sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==} + /@typescript-eslint/types/5.42.1: + resolution: {integrity: sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.39.0_typescript@4.8.4: - resolution: {integrity: sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==} + /@typescript-eslint/typescript-estree/5.42.1_typescript@4.8.4: + resolution: {integrity: sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2317,41 +2329,43 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/visitor-keys': 5.39.0 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/visitor-keys': 5.42.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.7 + semver: 7.3.8 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.39.0_yv3nvntfnealqm77uomj2fi4ki: - resolution: {integrity: sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==} + /@typescript-eslint/utils/5.42.1_yv3nvntfnealqm77uomj2fi4ki: + resolution: {integrity: sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==} 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.39.0 - '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4 eslint: 8.22.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.22.0 + semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.39.0: - resolution: {integrity: sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==} + /@typescript-eslint/visitor-keys/5.42.1: + resolution: {integrity: sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.39.0 + '@typescript-eslint/types': 5.42.1 eslint-visitor-keys: 3.3.0 dev: true @@ -2425,14 +2439,25 @@ packages: vue: 3.2.40 dev: true - /@vitejs/plugin-vue/3.2.0_vite@3.2.2+vue@3.2.40: + /@vitejs/plugin-vue/3.2.0_vite@3.2.3+vue@3.2.37: resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^3.0.0 vue: ^3.2.25 dependencies: - vite: 3.2.2 + vite: 3.2.3 + vue: 3.2.37 + dev: true + + /@vitejs/plugin-vue/3.2.0_vite@3.2.3+vue@3.2.40: + resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^3.0.0 + vue: ^3.2.25 + dependencies: + vite: 3.2.3 vue: 3.2.40 dev: true @@ -2789,12 +2814,12 @@ packages: vue-demi: 0.13.6_vue@3.2.40 dev: true - /@vueuse/core/9.4.0_vue@3.2.40: - resolution: {integrity: sha512-JzgenGj1ZF2BHOen5rsFiAyyI9sXAv7aKhNLlm9b7SwYQeKTcxTWdhudonURCSP3Egl9NQaRBzes2lv/1JUt/Q==} + /@vueuse/core/9.5.0_vue@3.2.40: + resolution: {integrity: sha512-6GsWBsJHEb3sYw15mbLrcbslAVY45pkzjJYTKYKCXv88z7srAF0VEW0q+oXKsl58tCbqooplInahXFg8Yo1m4w==} dependencies: '@types/web-bluetooth': 0.0.16 - '@vueuse/metadata': 9.4.0 - '@vueuse/shared': 9.4.0_vue@3.2.40 + '@vueuse/metadata': 9.5.0 + '@vueuse/shared': 9.5.0_vue@3.2.40 vue-demi: 0.13.6_vue@3.2.40 transitivePeerDependencies: - '@vue/composition-api' @@ -2814,8 +2839,8 @@ packages: /@vueuse/metadata/8.9.4: resolution: {integrity: sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==} - /@vueuse/metadata/9.4.0: - resolution: {integrity: sha512-7GKMdGAsJyQJl35MYOz/RDpP0FxuiZBRDSN79QIPbdqYx4Sd0sVTnIC68KJ6Oln0t0SouvSUMvRHuno216Ud2Q==} + /@vueuse/metadata/9.5.0: + resolution: {integrity: sha512-4M1AyPZmIv41pym+K5+4wup3bKuYebbH8w8BROY1hmT7rIwcyS4tEL+UsGz0Hiu1FCOxcoBrwtAizc0YmBJjyQ==} /@vueuse/shared/8.9.4_vue@3.2.37: resolution: {integrity: sha512-wt+T30c4K6dGRMVqPddexEVLa28YwxW5OFIPmzUHICjphfAuBFTTdDoyqREZNDOFJZ44ARH1WWQNCUK8koJ+Ag==} @@ -2855,19 +2880,19 @@ packages: - vue dev: true - /@vueuse/shared/9.4.0_vue@3.2.40: - resolution: {integrity: sha512-fTuem51KwMCnqUKkI8B57qAIMcFovtGgsCtAeqxIzH3i6nE9VYge+gVfneNHAAy7lj8twbkNfqQSygOPJTm4tQ==} + /@vueuse/shared/9.5.0_vue@3.2.40: + resolution: {integrity: sha512-HnnCWU1Vg9CVWRCcI8ohDKDRB2Sc4bTgT1XAIaoLSfVHHn+TKbrox6pd3klCSw4UDxkhDfOk8cAdcK+Z5KleCA==} dependencies: vue-demi: 0.13.6_vue@3.2.40 transitivePeerDependencies: - '@vue/composition-api' - vue - /@windicss/config/1.8.7: - resolution: {integrity: sha512-8n+/Y36j5L3rw2tgMdLjeGRuNV7VYfKoHoraLK6Bk9OJ1MTPd5vv7pekof/uOPWVV7WWjVeZ6CTO8SDbDDW3iw==} + /@windicss/config/1.8.8: + resolution: {integrity: sha512-kNas/zMkwsDFMcJPmHoPDJlQi1MHvYwx8BSxo9JKcbCW7Gaj8Rg2CnEImX5YdT+ZcFQqQ+kUn0Vi/ScsAxhGEw==} dependencies: debug: 4.3.4 - jiti: 1.14.0 + jiti: 1.16.0 windicss: 3.5.6 transitivePeerDependencies: - supports-color @@ -2877,11 +2902,11 @@ packages: resolution: {integrity: sha512-+cqv1pEmaNPITeBJ/lO6tc8IjBzRhQ+V9G8r249MMXivYoxUO4DtModBrRGHVvBgsYZgPXDsIv2jqtxc4NqYEg==} dev: true - /@windicss/plugin-utils/1.8.7: - resolution: {integrity: sha512-dfj95olNZyGFDPFMBvE5oq8hA5f0ooUJZjVdWlthS4ek4W1/xNOHDxB6ygWR8LE9zCOXZykApjt1LOhy9Ky2QA==} + /@windicss/plugin-utils/1.8.8: + resolution: {integrity: sha512-a+npbTKmdrAvnMqzVJvyPa29xyNcPaSkt6qQpgWY9m0WyVlYd9BM8V0+cbqt279fTlvlaZpUs9dqmilB1PUH6g==} dependencies: '@antfu/utils': 0.5.2 - '@windicss/config': 1.8.7 + '@windicss/config': 1.8.8 debug: 4.3.4 fast-glob: 3.2.12 magic-string: 0.26.7 @@ -3406,7 +3431,7 @@ packages: /builtins/5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: - semver: 7.3.7 + semver: 7.3.8 dev: true /busboy/1.6.0: @@ -3499,8 +3524,8 @@ packages: resolution: {integrity: sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==} dev: true - /canvas-confetti/1.5.1: - resolution: {integrity: sha512-Ncz+oZJP6OvY7ti4E1slxVlyAV/3g7H7oQtcCDXgwGgARxPnwYY9PW5Oe+I8uvspYNtuHviAdgA0LfcKFWJfpg==} + /canvas-confetti/1.6.0: + resolution: {integrity: sha512-ej+w/m8Jzpv9Z7W7uJZer14Ke8P2ogsjg4ZMGIuq4iqUOqY2Jq8BNW42iGmNfRwREaaEfFIczLuZZiEVSYNHAA==} dev: false /caseless/0.12.0: @@ -3578,6 +3603,10 @@ packages: resolution: {integrity: sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==} dev: true + /ci-info/3.5.0: + resolution: {integrity: sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw==} + dev: true + /clean-css/4.2.4: resolution: {integrity: sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==} engines: {node: '>= 4.0'} @@ -4309,6 +4338,10 @@ packages: resolution: {integrity: sha512-QqkneF8LrYmwATMdnuD2MLI3GHQIcBnG6qFC2q9bSH430VTCDAVjcspPmUaKhPGtAtPAftIUFqY1obQYQuwmbg==} dev: true + /destr/1.2.0: + resolution: {integrity: sha512-JG+cG4ZPB1L27sl2C2URg8MIOmIUtTbE5wEx02BpmrTCqg/hXxFKXsYsnODl5PdpqNRaS1KQGUQ56V8jk8XpYQ==} + dev: true + /destroy/1.2.0: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} @@ -4409,11 +4442,6 @@ packages: type-fest: 2.17.0 dev: true - /dotenv/16.0.1: - resolution: {integrity: sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==} - engines: {node: '>=12'} - dev: true - /dotenv/16.0.3: resolution: {integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==} engines: {node: '>=12'} @@ -4577,6 +4605,7 @@ packages: cpu: [x64] os: [android] requiresBuild: true + dev: true optional: true /esbuild-android-64/0.15.10: @@ -4594,6 +4623,7 @@ packages: cpu: [arm64] os: [android] requiresBuild: true + dev: true optional: true /esbuild-android-arm64/0.15.10: @@ -4611,6 +4641,7 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true + dev: true optional: true /esbuild-darwin-64/0.15.10: @@ -4628,6 +4659,7 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true + dev: true optional: true /esbuild-darwin-arm64/0.15.10: @@ -4645,6 +4677,7 @@ packages: cpu: [x64] os: [freebsd] requiresBuild: true + dev: true optional: true /esbuild-freebsd-64/0.15.10: @@ -4662,6 +4695,7 @@ packages: cpu: [arm64] os: [freebsd] requiresBuild: true + dev: true optional: true /esbuild-freebsd-arm64/0.15.10: @@ -4679,6 +4713,7 @@ packages: cpu: [ia32] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-32/0.15.10: @@ -4696,6 +4731,7 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-64/0.15.10: @@ -4713,6 +4749,7 @@ packages: cpu: [arm] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-arm/0.15.10: @@ -4730,6 +4767,7 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-arm64/0.15.10: @@ -4747,6 +4785,7 @@ packages: cpu: [mips64el] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-mips64le/0.15.10: @@ -4764,6 +4803,7 @@ packages: cpu: [ppc64] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-ppc64le/0.15.10: @@ -4781,6 +4821,7 @@ packages: cpu: [riscv64] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-riscv64/0.15.10: @@ -4798,6 +4839,7 @@ packages: cpu: [s390x] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-s390x/0.15.10: @@ -4815,6 +4857,7 @@ packages: cpu: [x64] os: [netbsd] requiresBuild: true + dev: true optional: true /esbuild-netbsd-64/0.15.10: @@ -4832,6 +4875,7 @@ packages: cpu: [x64] os: [openbsd] requiresBuild: true + dev: true optional: true /esbuild-openbsd-64/0.15.10: @@ -4849,6 +4893,7 @@ packages: cpu: [x64] os: [sunos] requiresBuild: true + dev: true optional: true /esbuild-sunos-64/0.15.10: @@ -4866,6 +4911,7 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true + dev: true optional: true /esbuild-windows-32/0.15.10: @@ -4883,6 +4929,7 @@ packages: cpu: [x64] os: [win32] requiresBuild: true + dev: true optional: true /esbuild-windows-64/0.15.10: @@ -4900,6 +4947,7 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true + dev: true optional: true /esbuild-windows-arm64/0.15.10: @@ -4937,6 +4985,7 @@ packages: esbuild-windows-32: 0.14.51 esbuild-windows-64: 0.14.51 esbuild-windows-arm64: 0.14.51 + dev: true /esbuild/0.15.10: resolution: {integrity: sha512-N7wBhfJ/E5fzn/SpNgX+oW2RLRjwaL8Y0ezqNqhjD6w0H2p0rDuEz2FKZqpqLnO8DCaWumKe8dsC/ljvVSSxng==} @@ -5010,7 +5059,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_zgjfcdlr3zhegzdqses2t5vk6u: + /eslint-module-utils/2.7.3_v6ns2aycyui732mqoyv5gwdjve: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -5028,7 +5077,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/parser': 5.42.1_yv3nvntfnealqm77uomj2fi4ki debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -5036,10 +5085,10 @@ packages: - supports-color dev: true - /eslint-plugin-antfu/0.29.3_yv3nvntfnealqm77uomj2fi4ki: - resolution: {integrity: sha512-4WddmXVBtCPMJPlyWYrgfwirqOIM0GHTMv09inJB20MZEfvT+uboMxdZKSLoLdJgoXnDI4IFoOKbEzjUuOWBSw==} + /eslint-plugin-antfu/0.29.4_yv3nvntfnealqm77uomj2fi4ki: + resolution: {integrity: sha512-JKYB0ROn4HfCQsnlAqMalJz8uI0W5xHvnvHjh9MZeJuCF11oj7VcRnbVdcpdXwEMCdP7cs9xhxGs8SkpiEwq/w==} dependencies: - '@typescript-eslint/utils': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/utils': 5.42.1_yv3nvntfnealqm77uomj2fi4ki transitivePeerDependencies: - eslint - supports-color @@ -5083,7 +5132,7 @@ packages: htmlparser2: 8.0.1 dev: true - /eslint-plugin-import/2.26.0_e3bnlh74syaux3jintxekg4fya: + /eslint-plugin-import/2.26.0_e6rshir3uyfhufwzfdpvwdqepa: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -5093,16 +5142,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_yv3nvntfnealqm77uomj2fi4ki + '@typescript-eslint/parser': 5.42.1_yv3nvntfnealqm77uomj2fi4ki array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.22.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_zgjfcdlr3zhegzdqses2t5vk6u + eslint-module-utils: 2.7.3_v6ns2aycyui732mqoyv5gwdjve has: 1.0.3 - is-core-module: 2.10.0 + is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.5 @@ -5114,8 +5163,8 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc/2.4.0_eslint@8.22.0: - resolution: {integrity: sha512-YXy5PjyUL9gFYal6pYijd8P6EmpeWskv7PVhB9Py/AwKPn+hwnQHcIzQILiLfxztfhtWiRIUSzoLe/JThZgSUw==} + /eslint-plugin-jsonc/2.5.0_eslint@8.22.0: + resolution: {integrity: sha512-G257khwkrOQ5MJpSzz4yQh5K12W4xFZRcHmVlhVFWh2GCLDX+JwHnmkQoUoFDbOieSPBMsPFZDTJScwrXiWlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -5138,8 +5187,8 @@ packages: - supports-color dev: true - /eslint-plugin-n/15.3.0_eslint@8.22.0: - resolution: {integrity: sha512-IyzPnEWHypCWasDpxeJnim60jhlumbmq0pubL6IOcnk8u2y53s5QfT8JnXy7skjHJ44yWHRb11PLtDHuu1kg/Q==} + /eslint-plugin-n/15.5.1_eslint@8.22.0: + resolution: {integrity: sha512-kAd+xhZm7brHoFLzKLB7/FGRFJNg/srmv67mqb7tto22rpr4wv/LV6RuXzAfv3jbab7+k1wi42PsIhGviywaaw==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' @@ -5149,10 +5198,10 @@ packages: eslint-plugin-es: 4.1.0_eslint@8.22.0 eslint-utils: 3.0.0_eslint@8.22.0 ignore: 5.2.0 - is-core-module: 2.10.0 + is-core-module: 2.11.0 minimatch: 3.1.2 resolve: 1.22.1 - semver: 7.3.7 + semver: 7.3.8 dev: true /eslint-plugin-no-only-tests/3.1.0: @@ -5177,8 +5226,8 @@ packages: prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise/6.0.1_eslint@8.22.0: - resolution: {integrity: sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==} + /eslint-plugin-promise/6.1.1_eslint@8.22.0: + resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5193,24 +5242,24 @@ packages: eslint: '>=8.18.0' dependencies: '@babel/helper-validator-identifier': 7.19.1 - ci-info: 3.3.2 + ci-info: 3.5.0 clean-regexp: 1.0.0 eslint: 8.22.0 eslint-utils: 3.0.0_eslint@8.22.0 esquery: 1.4.0 indent-string: 4.0.0 - is-builtin-module: 3.1.0 + is-builtin-module: 3.2.0 lodash: 4.17.21 pluralize: 8.0.0 read-pkg-up: 7.0.1 regexp-tree: 0.1.24 safe-regex: 2.1.1 - semver: 7.3.7 + semver: 7.3.8 strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/9.6.0_eslint@8.22.0: - resolution: {integrity: sha512-zzySkJgVbFCylnG2+9MDF7N+2Rjze2y0bF8GyUNpFOnT8mCMfqqtLDJkHBuYu9N/psW1A6DVbQhPkP92E+qakA==} + /eslint-plugin-vue/9.7.0_eslint@8.22.0: + resolution: {integrity: sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 @@ -5220,7 +5269,7 @@ packages: natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.10 - semver: 7.3.7 + semver: 7.3.8 vue-eslint-parser: 9.0.3_eslint@8.22.0 xml-name-validator: 4.0.0 transitivePeerDependencies: @@ -5509,7 +5558,7 @@ packages: enhanced-resolve: 5.10.0 mlly: 0.5.16 pathe: 0.3.9 - ufo: 0.8.5 + ufo: 0.8.6 dev: true /extract-zip/2.0.1_supports-color@8.1.1: @@ -5805,10 +5854,12 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true + dev: true optional: true /function-bind/1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + dev: true /function.prototype.name/1.1.5: resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} @@ -6061,9 +6112,9 @@ packages: resolution: {integrity: sha512-F/qdr3JKh8zBLiZyiprH5kuzG6vjoTK3nFnIYFUIQPLsw755GI5JezAFc3HJxbgYlzawcGeJlmsw4xu2t/0n/Q==} dependencies: cookie-es: 0.5.0 - destr: 1.1.1 + destr: 1.2.0 radix3: 0.1.2 - ufo: 0.8.5 + ufo: 0.8.6 dev: true /handlebars/4.7.7: @@ -6125,6 +6176,7 @@ packages: engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 + dev: true /hash-sum/2.0.0: resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==} @@ -6415,6 +6467,13 @@ packages: builtin-modules: 3.3.0 dev: true + /is-builtin-module/3.2.0: + resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==} + engines: {node: '>=6'} + dependencies: + builtin-modules: 3.3.0 + dev: true + /is-callable/1.2.4: resolution: {integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==} engines: {node: '>= 0.4'} @@ -6431,6 +6490,13 @@ packages: resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} dependencies: has: 1.0.3 + dev: true + + /is-core-module/2.11.0: + resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} + dependencies: + has: 1.0.3 + dev: true /is-date-object/1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} @@ -6754,7 +6820,7 @@ packages: acorn: 8.8.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 - semver: 7.3.7 + semver: 7.3.8 dev: true /jsonc-parser/3.2.0: @@ -6812,6 +6878,10 @@ packages: resolution: {integrity: sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==} dev: true + /kolorist/1.6.0: + resolution: {integrity: sha512-dLkz37Ab97HWMx9KTes3Tbi3D1ln9fCAy2zr2YVExJasDRPGRaKcoE4fycWNtnCAJfjFqe0cnY+f8KT2JePEXQ==} + dev: true + /lazy-ass/1.6.0: resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==} engines: {node: '> 0.8'} @@ -6850,7 +6920,7 @@ packages: get-port-please: 2.6.1 http-shutdown: 1.2.2 selfsigned: 2.0.1 - ufo: 0.8.5 + ufo: 0.8.6 dev: true /listhen/0.3.4: @@ -6863,7 +6933,7 @@ packages: http-shutdown: 1.2.2 ip-regex: 5.0.0 node-forge: 1.3.1 - ufo: 0.8.5 + ufo: 0.8.6 dev: true /listr2/3.14.0_enquirer@2.3.6: @@ -7320,7 +7390,7 @@ packages: acorn: 8.8.0 pathe: 0.3.9 pkg-types: 0.3.5 - ufo: 0.8.5 + ufo: 0.8.6 dev: true /mlly/0.5.5: @@ -7377,6 +7447,10 @@ packages: hasBin: true dev: true + /natural-compare-lite/1.4.0: + resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + dev: true + /natural-compare/1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true @@ -7413,7 +7487,7 @@ packages: consola: 2.15.3 cookie-es: 0.5.0 defu: 6.1.0 - destr: 1.1.1 + destr: 1.2.0 dot-prop: 7.2.0 esbuild: 0.15.10 escape-string-regexp: 5.0.0 @@ -7432,9 +7506,9 @@ packages: mime: 3.0.0 mlly: 0.5.16 mri: 1.2.0 - node-fetch-native: 0.1.7 + node-fetch-native: 0.1.8 ohash: 0.1.5 - ohmyfetch: 0.4.19 + ohmyfetch: 0.4.21 pathe: 0.3.9 perfect-debounce: 0.1.3 pkg-types: 0.3.5 @@ -7449,7 +7523,7 @@ packages: serve-static: 1.15.0 source-map-support: 0.5.21 std-env: 3.2.1 - ufo: 0.8.5 + ufo: 0.8.6 unenv: 0.6.2 unimport: 0.6.7_cqdmw335g2mfukdgd4jnaxdu4u unstorage: 0.5.6 @@ -7474,12 +7548,8 @@ packages: engines: {node: '>=10.5.0'} dev: true - /node-fetch-native/0.1.4: - resolution: {integrity: sha512-10EKpOCQPXwZVFh3U1ptOMWBgKTbsN7Vvo6WVKt5pw4hp8zbv6ZVBZPlXw+5M6Tyi1oc1iD4/sNPd71KYA16tQ==} - dev: true - - /node-fetch-native/0.1.7: - resolution: {integrity: sha512-hps7dFJM0IEF056JftDSSjWDAwW9v2clwHoUJiHyYgl+ojoqjKyWybljMlpTmlC1O+864qovNlRLyAIjRxu9Ag==} + /node-fetch-native/0.1.8: + resolution: {integrity: sha512-ZNaury9r0NxaT2oL65GvdGDy+5PlSaHTovT6JV5tOW07k1TQmgC0olZETa4C9KZg0+6zBr99ctTYa3Utqj9P/Q==} dev: true /node-fetch/2.6.7: @@ -7609,7 +7679,7 @@ packages: nitropack: 0.5.4_vite@3.1.6 nuxi: 3.0.0-rc.11 ohash: 0.1.5 - ohmyfetch: 0.4.19 + ohmyfetch: 0.4.21 pathe: 0.3.9 perfect-debounce: 0.1.3 scule: 0.3.2 @@ -7625,6 +7695,7 @@ packages: vue-devtools-stub: 0.1.0 vue-router: 4.1.5_vue@3.2.40 transitivePeerDependencies: + - '@types/node' - '@vue/composition-api' - bufferutil - debug @@ -7683,22 +7754,13 @@ packages: resolution: {integrity: sha512-qynly1AFIpGWEAW88p6DhMNqok/Swb52/KsiU+Toi7er058Ptvno3tkfTML6wYcEgFgp2GsUziW4Nqn62ciuyw==} dev: true - /ohmyfetch/0.4.18: - resolution: {integrity: sha512-MslzNrQzBLtZHmiZBI8QMOcMpdNFlK61OJ34nFNFynZ4v+4BonfCQ7VIN4EGXvGGq5zhDzgdJoY3o9S1l2T7KQ==} + /ohmyfetch/0.4.21: + resolution: {integrity: sha512-VG7f/JRvqvBOYvL0tHyEIEG7XHWm7OqIfAs6/HqwWwDfjiJ1g0huIpe5sFEmyb+7hpFa1EGNH2aERWR72tlClw==} dependencies: - destr: 1.1.1 - node-fetch-native: 0.1.4 - ufo: 0.8.5 - undici: 5.8.0 - dev: true - - /ohmyfetch/0.4.19: - resolution: {integrity: sha512-OH2xVeRPNsHkx+JFdq1ewe9EwVDfTrv6lsBHpIx8wIWXowP5FyLhhYVaXIVlPsW542rt7gmwK14FwIDWUXEO+Q==} - dependencies: - destr: 1.1.1 - node-fetch-native: 0.1.7 - ufo: 0.8.5 - undici: 5.11.0 + destr: 1.2.0 + node-fetch-native: 0.1.8 + ufo: 0.8.6 + undici: 5.12.0 dev: true /on-finished/2.4.1: @@ -7958,6 +8020,7 @@ packages: /path-parse/1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: true /path-to-regexp/0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} @@ -8602,7 +8665,7 @@ packages: resolution: {integrity: sha512-zbe8+HR2X28eZepAwohuKkebbEsA67h0DO9I7g12QrHa2CQopR9gztOLPIPXXGTvcxeUjAN4wZ+b29t3m/u05g==} dependencies: defu: 6.1.0 - destr: 1.1.1 + destr: 1.2.0 flat: 5.0.2 dev: true @@ -8854,6 +8917,7 @@ packages: is-core-module: 2.10.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + dev: true /restore-cursor/3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} @@ -8942,6 +9006,7 @@ packages: hasBin: true optionalDependencies: fsevents: 2.3.2 + dev: true /rollup/2.78.1: resolution: {integrity: sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==} @@ -9047,6 +9112,14 @@ packages: lru-cache: 6.0.0 dev: true + /semver/7.3.8: + resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: true + /send/0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -9451,6 +9524,7 @@ packages: /supports-preserve-symlinks-flag/1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + dev: true /svg-tags/1.0.0: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} @@ -9804,8 +9878,8 @@ packages: mime-types: 2.1.35 dev: true - /typedoc-plugin-markdown/3.13.4_typedoc@0.22.18: - resolution: {integrity: sha512-E/EBBmu6ARtnbswZGtBVBB/BfukZiGMOlqPc0RXCI/NFitONBahFqbCAF5fKQlijlcfipJj5pw5AMFH3NytrAw==} + /typedoc-plugin-markdown/3.13.6_typedoc@0.22.18: + resolution: {integrity: sha512-ISSc9v3BK7HkokxSBuJPttXox4tJ6hP0N9wfSIk0fmLN67+eqtAxbk97gs2nDiuha+RTO5eW9gdeAb+RPP0mgg==} peerDependencies: typedoc: '>=0.23.0' dependencies: @@ -9870,6 +9944,10 @@ packages: resolution: {integrity: sha512-e4+UtA5IRO+ha6hYklwj6r7BjiGMxS0O+UaSg9HbaTefg4kMkzj4tXzEBajRR+wkxf+golgAWKzLbytCUDMJAA==} dev: true + /ufo/0.8.6: + resolution: {integrity: sha512-fk6CmUgwKCfX79EzcDQQpSCMxrHstvbLswFChHS0Vump+kFkw7nJBfTZoC1j0bOGoY9I7R3n2DGek5ajbcYnOw==} + dev: true + /uglify-js/3.16.3: resolution: {integrity: sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==} engines: {node: '>=0.8.0'} @@ -9895,47 +9973,22 @@ packages: unplugin: 0.9.6 dev: true - /undici/5.11.0: - resolution: {integrity: sha512-oWjWJHzFet0Ow4YZBkyiJwiK5vWqEYoH7BINzJAJOLedZ++JpAlCbUktW2GQ2DS2FpKmxD/JMtWUUWl1BtghGw==} + /undici/5.12.0: + resolution: {integrity: sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==} engines: {node: '>=12.18'} dependencies: busboy: 1.6.0 dev: true - /undici/5.8.0: - resolution: {integrity: sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==} - engines: {node: '>=12.18'} - dev: true - /unenv/0.6.2: resolution: {integrity: sha512-IdQfYsHsGKDkiBdeOmtU4MjWvPYfMDOC63cvFqZPodAc5aVezvfD9Bwr7FL/G78cAMMCaDm5Jux3vYo+Z8c/Dg==} dependencies: defu: 6.1.0 mime: 3.0.0 - node-fetch-native: 0.1.4 + node-fetch-native: 0.1.8 pathe: 0.3.9 dev: true - /unimport/0.6.4_vite@2.9.15: - resolution: {integrity: sha512-1cbSeTsC2EwzWeWAyQleajM354y+EYsymxE9p1wDbHKVTEe9XL6+e7vlEv2pj1Zk8YYFf+CBf9QG8My7aDKhag==} - dependencies: - '@rollup/pluginutils': 4.2.1 - escape-string-regexp: 5.0.0 - fast-glob: 3.2.12 - local-pkg: 0.4.2 - magic-string: 0.26.7 - mlly: 0.5.5 - pathe: 0.3.2 - scule: 0.3.2 - strip-literal: 0.4.0 - unplugin: 0.8.0_vite@2.9.15 - transitivePeerDependencies: - - esbuild - - rollup - - vite - - webpack - dev: true - /unimport/0.6.7_cqdmw335g2mfukdgd4jnaxdu4u: resolution: {integrity: sha512-EMoVqDjswHkU+nD098QYHXH7Mkw7KwGDQAyeRF2lgairJnuO+wpkhIcmCqrD1OPJmsjkTbJ2tW6Ap8St0PuWZA==} dependencies: @@ -10053,28 +10106,6 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import/0.10.3_vite@2.9.15: - resolution: {integrity: sha512-tODQr7ZBnsBZ9lKaz2mqszKVi/4ALuLtS4gc1xwpcsBav5TCAl0HFSMuai1qL4AkYEwD2HPqK04LocCyK+D0KQ==} - engines: {node: '>=14'} - peerDependencies: - '@vueuse/core': '*' - peerDependenciesMeta: - '@vueuse/core': - optional: true - dependencies: - '@antfu/utils': 0.5.2 - '@rollup/pluginutils': 4.2.1 - local-pkg: 0.4.2 - magic-string: 0.26.2 - unimport: 0.6.4_vite@2.9.15 - unplugin: 0.8.0_vite@2.9.15 - transitivePeerDependencies: - - esbuild - - rollup - - vite - - webpack - dev: true - /unplugin-auto-import/0.11.2_tz26lugnys4zsg624icbm2tdye: resolution: {integrity: sha512-1+VwBfn9dtiYv9SQLKP1AvZolUbK9xTVeAT+iOcEk4EHSFUlmIqBVLEKI76cifSQTLOJ3rZyPrEgptf3SZNLlQ==} engines: {node: '>=14'} @@ -10139,7 +10170,7 @@ packages: - rollup dev: true - /unplugin-auto-import/0.11.4_6atjafs3v6znsplg3j7hgljsd4: + /unplugin-auto-import/0.11.4_mzriwbjum4j5a7cktevzuvc2c4: resolution: {integrity: sha512-lh/bRDRYwgnb9Cm5ur8TlTMGxA1GRZvgzCvBIf0vyuVRy7ebWcWefFElpUDpr8vLl+ZRGsPVCOGiYJ8TCR625Q==} engines: {node: '>=14'} peerDependencies: @@ -10150,7 +10181,7 @@ packages: dependencies: '@antfu/utils': 0.6.2 '@rollup/pluginutils': 5.0.2_rollup@2.79.1 - '@vueuse/core': 9.4.0_vue@3.2.40 + '@vueuse/core': 9.5.0_vue@3.2.40 local-pkg: 0.4.2 magic-string: 0.26.7 unimport: 0.7.0_rollup@2.79.1 @@ -10159,30 +10190,8 @@ packages: - rollup dev: true - /unplugin-auto-import/0.6.9_vite@2.9.15: - resolution: {integrity: sha512-IqgT7AoRrNQwNhiF/wDH3sMEDX8SqCYBEgJzwdg5441b5aiC5VwZz0J0wYqkaKu89YkZE9DG6rQ2JpFfZv1iiQ==} - engines: {node: '>=14'} - peerDependencies: - '@vueuse/core': '*' - peerDependenciesMeta: - '@vueuse/core': - optional: true - dependencies: - '@antfu/utils': 0.5.2 - '@rollup/pluginutils': 4.2.1 - local-pkg: 0.4.2 - magic-string: 0.26.2 - resolve: 1.22.1 - unplugin: 0.4.0_vite@2.9.15 - transitivePeerDependencies: - - esbuild - - rollup - - vite - - webpack - dev: true - - /unplugin-icons/0.14.8_vite@2.9.15: - resolution: {integrity: sha512-YxLC0Uxec+ayl8ju3CXmRX4Jg7IF8Tu2cRyq/okXwMK6fM140SPae332ByTlul1E/I7I0PXYSVVn8SlGunM/2g==} + /unplugin-icons/0.14.13: + resolution: {integrity: sha512-ZZCw9qZg/zNJeHWicaFYMfsfzMAXOHHnZt5tRxslhPE++/THvg5xGu5AsIRmMCtyNBCpC1Ly1MTb8CZmlqaQTA==} peerDependencies: '@svgr/core': '>=5.5.0' '@vue/compiler-sfc': ^3.0.2 @@ -10198,23 +10207,19 @@ packages: vue-template-es2015-compiler: optional: true dependencies: - '@antfu/install-pkg': 0.1.0 - '@antfu/utils': 0.5.2 - '@iconify/utils': 1.0.33 + '@antfu/install-pkg': 0.1.1 + '@antfu/utils': 0.6.2 + '@iconify/utils': 2.0.1 debug: 4.3.4 - kolorist: 1.5.1 + kolorist: 1.6.0 local-pkg: 0.4.2 - unplugin: 0.8.0_vite@2.9.15 + unplugin: 0.10.2 transitivePeerDependencies: - - esbuild - - rollup - supports-color - - vite - - webpack dev: true - /unplugin-vue-components/0.21.2_vite@2.9.15+vue@3.2.37: - resolution: {integrity: sha512-HBU+EuesDj/HRs7EtYH7gBACljVhqLylltrCLModRmCToIIrrNvMh54aylUt4AD4qiwylgOx4Vgb9sBlrIcRDw==} + /unplugin-vue-components/0.22.9_vue@3.2.37: + resolution: {integrity: sha512-qBvooq3EgpjtYicxeccRUGUBBQCCw9rJ0kHPZPOSJd8TBZViSv86vuKLTRDHPyjWtclwOIkVStZJfPdJFhYUMw==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -10223,23 +10228,20 @@ packages: '@babel/parser': optional: true dependencies: - '@antfu/utils': 0.5.2 - '@rollup/pluginutils': 4.2.1 + '@antfu/utils': 0.6.2 + '@rollup/pluginutils': 5.0.2 chokidar: 3.5.3 debug: 4.3.4 - fast-glob: 3.2.11 + fast-glob: 3.2.12 local-pkg: 0.4.2 - magic-string: 0.26.2 + magic-string: 0.26.7 minimatch: 5.1.0 resolve: 1.22.1 - unplugin: 0.7.2_vite@2.9.15 + unplugin: 0.10.2 vue: 3.2.37 transitivePeerDependencies: - - esbuild - rollup - supports-color - - vite - - webpack dev: true /unplugin/0.10.2: @@ -10251,76 +10253,6 @@ packages: webpack-virtual-modules: 0.4.5 dev: true - /unplugin/0.4.0_vite@2.9.15: - resolution: {integrity: sha512-4ScITEmzlz1iZW3tkz+3L1V5k/xMQ6kjgm4lEXKxH0ozd8/OUWfiSA7RMRyrawsvq/t50JIzPpp1UyuSL/AXkA==} - peerDependencies: - esbuild: '>=0.13' - rollup: ^2.50.0 - vite: ^2.3.0 - webpack: 4 || 5 - peerDependenciesMeta: - esbuild: - optional: true - rollup: - optional: true - vite: - optional: true - webpack: - optional: true - dependencies: - chokidar: 3.5.3 - vite: 2.9.15 - webpack-virtual-modules: 0.4.4 - dev: true - - /unplugin/0.7.2_vite@2.9.15: - resolution: {integrity: sha512-m7thX4jP8l5sETpLdUASoDOGOcHaOVtgNyrYlToyQUvILUtEzEnngRBrHnAX3IKqooJVmXpoa/CwQ/QqzvGaHQ==} - 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: 2.9.15 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.4 - dev: true - - /unplugin/0.8.0_vite@2.9.15: - 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: 2.9.15 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.4 - dev: true - /unplugin/0.9.3_cqdmw335g2mfukdgd4jnaxdu4u: resolution: {integrity: sha512-GWXxizZG+tobNs8fuGTCeilerkkfZTZax2iivuE4pxLaF9wTnPJHOq8tbLKDb5ohVb+2BXNjrU9xx59yWTUnuw==} peerDependencies: @@ -10410,13 +10342,13 @@ packages: dependencies: anymatch: 3.1.2 chokidar: 3.5.3 - destr: 1.1.1 + destr: 1.2.0 h3: 0.7.21 ioredis: 5.2.2 listhen: 0.2.13 mri: 1.2.0 - ohmyfetch: 0.4.19 - ufo: 0.8.5 + ohmyfetch: 0.4.21 + ufo: 0.8.6 ws: 8.8.1 transitivePeerDependencies: - bufferutil @@ -10508,8 +10440,9 @@ packages: debug: 4.3.4 mlly: 0.5.16 pathe: 0.2.0 - vite: 3.2.2 + vite: 3.2.3 transitivePeerDependencies: + - '@types/node' - less - sass - stylus @@ -10575,15 +10508,15 @@ packages: vue: 3.2.37 dev: true - /vite-plugin-windicss/1.8.7_vite@2.9.15: - resolution: {integrity: sha512-/zwQ8+RV+MSkbG0IGqsEma6r2R01NzN/aNpNjJD7VVAkxAptNznqDXOObFTskkWfZ+9m6KJZCOuCPgAFtQIzEA==} + /vite-plugin-windicss/1.8.8_vite@3.2.3: + resolution: {integrity: sha512-iyu+ZX0NmhNEUaLPv7xtC+EFRBpWMmw0nhd9a9upayfuNG/thwslKiQKmRB7U/dG0k/2oWLvPDvN/B9i7oRgSA==} peerDependencies: vite: ^2.0.1 || ^3.0.0 dependencies: - '@windicss/plugin-utils': 1.8.7 + '@windicss/plugin-utils': 1.8.8 debug: 4.3.4 kolorist: 1.5.1 - vite: 2.9.15 + vite: 3.2.3_@types+node@18.7.8 windicss: 3.5.6 transitivePeerDependencies: - supports-color @@ -10618,6 +10551,7 @@ packages: rollup: 2.77.2 optionalDependencies: fsevents: 2.3.2 + dev: true /vite/2.9.15_sass@1.32.12: resolution: {integrity: sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==} @@ -10636,7 +10570,7 @@ packages: optional: true dependencies: esbuild: 0.14.51 - postcss: 8.4.18 + postcss: 8.4.16 resolve: 1.22.1 rollup: 2.77.2 sass: 1.32.12 @@ -10671,17 +10605,20 @@ packages: fsevents: 2.3.2 dev: true - /vite/3.2.2: - resolution: {integrity: sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==} + /vite/3.2.3: + resolution: {integrity: sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: + '@types/node': '>= 14' less: '*' sass: '*' stylus: '*' sugarss: '*' terser: ^5.4.0 peerDependenciesMeta: + '@types/node': + optional: true less: optional: true sass: @@ -10701,6 +10638,40 @@ packages: fsevents: 2.3.2 dev: true + /vite/3.2.3_@types+node@18.7.8: + resolution: {integrity: sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 18.7.8 + esbuild: 0.15.10 + postcss: 8.4.18 + resolve: 1.22.1 + rollup: 2.79.1 + optionalDependencies: + fsevents: 2.3.2 + dev: true + /vitepress/1.0.0-alpha.4_imvgwgjzmeisgkq5uchhrryg6y: resolution: {integrity: sha512-bOAA4KW6vYGlkbcrPLZLTKWTgXVroObU+o9xj9EENyEl6yg26WWvfN7DGA4BftjdM5O8nR93Z5khPQ3W/tFE7Q==} engines: {node: '>=14.6.0'} @@ -10777,7 +10748,7 @@ packages: /vue-bundle-renderer/0.4.3: resolution: {integrity: sha512-l4mqMiMSF3wO7h4y9hrdVA97XftD457C+sbbECpZhqjzXf0MzYhdxXJc9JbMjO7fIez1M5s5wFd1YN/d1Em7sg==} dependencies: - ufo: 0.8.5 + ufo: 0.8.6 dev: true /vue-demi/0.13.6_vue@3.2.37: @@ -10825,7 +10796,7 @@ packages: espree: 9.4.1 esquery: 1.4.0 lodash: 4.17.21 - semver: 7.3.7 + semver: 7.3.8 transitivePeerDependencies: - supports-color dev: true