From adcd09d9631354c7de2a4917164c8ddddf0969bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:12:55 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/ci.yml | 2 +- package.json | 8 +- .../create-vite/template-qwik-ts/package.json | 2 +- .../create-vite/template-qwik/package.json | 2 +- .../template-solid-ts/package.json | 2 +- .../create-vite/template-solid/package.json | 2 +- .../template-svelte-ts/package.json | 2 +- .../create-vite/template-vue-ts/package.json | 2 +- .../create-vite/template-vue/package.json | 2 +- packages/vite/package.json | 8 +- playground/alias/package.json | 4 +- .../css-lightningcss-proxy/package.json | 2 +- playground/css-lightningcss/package.json | 2 +- playground/extensions/package.json | 2 +- .../external/dep-that-imports/package.json | 2 +- .../external/dep-that-requires/package.json | 2 +- playground/external/package.json | 2 +- playground/json/package.json | 2 +- playground/object-hooks/package.json | 2 +- .../optimize-deps-no-discovery/package.json | 2 +- playground/optimize-deps/package.json | 2 +- playground/tailwind/package.json | 2 +- pnpm-lock.yaml | 408 ++++++++++-------- 23 files changed, 246 insertions(+), 220 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2166dc90529ab..89ce8a981615a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1 + uses: tj-actions/changed-files@62f4729b5df35e6e0e01265fa70a82ccaf196b4b # v41.1.1 with: files: | docs/** diff --git a/package.json b/package.json index 1d0a7195048f12..10e61032c67ae0 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/fs-extra": "^11.0.4", "@types/less": "^3.0.6", "@types/micromatch": "^4.0.6", - "@types/node": "^20.11.0", + "@types/node": "^20.11.1", "@types/picomatch": "^2.3.3", "@types/sass": "~1.43.1", "@types/semver": "^7.5.6", @@ -76,7 +76,7 @@ "npm-run-all2": "^6.1.1", "picocolors": "^1.0.0", "playwright-chromium": "^1.40.1", - "prettier": "3.1.1", + "prettier": "3.2.2", "rimraf": "^5.0.5", "rollup": "^4.2.0", "semver": "^7.5.4", @@ -87,8 +87,8 @@ "unbuild": "^2.0.0", "vite": "workspace:*", "vitepress": "1.0.0-rc.36", - "vitest": "^1.1.3", - "vue": "^3.4.9" + "vitest": "^1.2.0", + "vue": "^3.4.13" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false" diff --git a/packages/create-vite/template-qwik-ts/package.json b/packages/create-vite/template-qwik-ts/package.json index 089f87e1470eee..126a5ff9ffb2f0 100644 --- a/packages/create-vite/template-qwik-ts/package.json +++ b/packages/create-vite/template-qwik-ts/package.json @@ -13,6 +13,6 @@ "vite": "^5.0.11" }, "dependencies": { - "@builder.io/qwik": "^1.3.3" + "@builder.io/qwik": "^1.3.5" } } diff --git a/packages/create-vite/template-qwik/package.json b/packages/create-vite/template-qwik/package.json index 089f87e1470eee..126a5ff9ffb2f0 100644 --- a/packages/create-vite/template-qwik/package.json +++ b/packages/create-vite/template-qwik/package.json @@ -13,6 +13,6 @@ "vite": "^5.0.11" }, "dependencies": { - "@builder.io/qwik": "^1.3.3" + "@builder.io/qwik": "^1.3.5" } } diff --git a/packages/create-vite/template-solid-ts/package.json b/packages/create-vite/template-solid-ts/package.json index 8a5a4339611a0c..9513d4692c049e 100644 --- a/packages/create-vite/template-solid-ts/package.json +++ b/packages/create-vite/template-solid-ts/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "solid-js": "^1.8.10" + "solid-js": "^1.8.11" }, "devDependencies": { "typescript": "^5.2.2", diff --git a/packages/create-vite/template-solid/package.json b/packages/create-vite/template-solid/package.json index cc4feb775e0a81..075cd7de79a0cd 100644 --- a/packages/create-vite/template-solid/package.json +++ b/packages/create-vite/template-solid/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "solid-js": "^1.8.10" + "solid-js": "^1.8.11" }, "devDependencies": { "vite": "^5.0.11", diff --git a/packages/create-vite/template-svelte-ts/package.json b/packages/create-vite/template-svelte-ts/package.json index 17f6fa94b6bad0..689e6697c92537 100644 --- a/packages/create-vite/template-svelte-ts/package.json +++ b/packages/create-vite/template-svelte-ts/package.json @@ -13,7 +13,7 @@ "@sveltejs/vite-plugin-svelte": "^3.0.1", "@tsconfig/svelte": "^5.0.2", "svelte": "^4.2.8", - "svelte-check": "^3.6.2", + "svelte-check": "^3.6.3", "tslib": "^2.6.2", "typescript": "^5.2.2", "vite": "^5.0.11" diff --git a/packages/create-vite/template-vue-ts/package.json b/packages/create-vite/template-vue-ts/package.json index 6896e4f1f55035..36981fbf0576c3 100644 --- a/packages/create-vite/template-vue-ts/package.json +++ b/packages/create-vite/template-vue-ts/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.4.9" + "vue": "^3.4.13" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.3", diff --git a/packages/create-vite/template-vue/package.json b/packages/create-vite/template-vue/package.json index 9b28ffe2dbd38d..b6829828370508 100644 --- a/packages/create-vite/template-vue/package.json +++ b/packages/create-vite/template-vue/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.4.9" + "vue": "^3.4.13" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.3", diff --git a/packages/vite/package.json b/packages/vite/package.json index 5a587c1376a8b5..3982733078ad3c 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -84,7 +84,7 @@ "devDependencies": { "@ampproject/remapping": "^2.2.1", "@babel/parser": "^7.23.6", - "@jridgewell/trace-mapping": "^0.3.20", + "@jridgewell/trace-mapping": "^0.3.21", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-dynamic-import-vars": "^2.1.2", @@ -95,7 +95,7 @@ "@types/escape-html": "^1.0.4", "@types/pnpapi": "^0.0.5", "acorn": "^8.11.3", - "acorn-walk": "^8.3.1", + "acorn-walk": "^8.3.2", "cac": "^6.7.14", "chokidar": "^3.5.3", "connect": "^3.7.0", @@ -113,10 +113,10 @@ "fast-glob": "^3.3.2", "http-proxy": "^1.18.1", "launch-editor-middleware": "^2.6.1", - "lightningcss": "^1.22.1", + "lightningcss": "^1.23.0", "magic-string": "^0.30.5", "micromatch": "^4.0.5", - "mlly": "^1.4.2", + "mlly": "^1.5.0", "mrmime": "^2.0.0", "okie": "^1.0.1", "open": "^8.4.2", diff --git a/playground/alias/package.json b/playground/alias/package.json index 0e81be30ea7855..341dad342491c9 100644 --- a/playground/alias/package.json +++ b/playground/alias/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "aliased-module": "file:./dir/module", - "vue": "^3.4.9", - "@vue/shared": "^3.4.9" + "vue": "^3.4.13", + "@vue/shared": "^3.4.13" }, "devDependencies": { "@vitejs/test-resolve-linked": "workspace:*" diff --git a/playground/css-lightningcss-proxy/package.json b/playground/css-lightningcss-proxy/package.json index 5665a60cf861ae..fcd41f59c9278d 100644 --- a/playground/css-lightningcss-proxy/package.json +++ b/playground/css-lightningcss-proxy/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "lightningcss": "^1.22.1", + "lightningcss": "^1.23.0", "express": "^4.18.2" } } diff --git a/playground/css-lightningcss/package.json b/playground/css-lightningcss/package.json index 64fbc3a79fb83a..8e091e350d86ae 100644 --- a/playground/css-lightningcss/package.json +++ b/playground/css-lightningcss/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "devDependencies": { - "lightningcss": "^1.22.1" + "lightningcss": "^1.23.0" } } diff --git a/playground/extensions/package.json b/playground/extensions/package.json index 4f6ea77dbdced8..fe7ac28cb080d8 100644 --- a/playground/extensions/package.json +++ b/playground/extensions/package.json @@ -10,6 +10,6 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.4.9" + "vue": "^3.4.13" } } diff --git a/playground/external/dep-that-imports/package.json b/playground/external/dep-that-imports/package.json index 59172d82a0463e..0e034a790dee60 100644 --- a/playground/external/dep-that-imports/package.json +++ b/playground/external/dep-that-imports/package.json @@ -5,6 +5,6 @@ "dependencies": { "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", - "vue": "^3.4.9" + "vue": "^3.4.13" } } diff --git a/playground/external/dep-that-requires/package.json b/playground/external/dep-that-requires/package.json index 9568305aa14a55..e2aebde5208523 100644 --- a/playground/external/dep-that-requires/package.json +++ b/playground/external/dep-that-requires/package.json @@ -5,6 +5,6 @@ "dependencies": { "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", - "vue": "^3.4.9" + "vue": "^3.4.13" } } diff --git a/playground/external/package.json b/playground/external/package.json index 6c68111efe2bb4..17d199be8b48e6 100644 --- a/playground/external/package.json +++ b/playground/external/package.json @@ -17,7 +17,7 @@ "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", "vite": "workspace:*", - "vue": "^3.4.9", + "vue": "^3.4.13", "vue32": "npm:vue@~3.2.0" } } diff --git a/playground/json/package.json b/playground/json/package.json index 38297895546d84..3de586ff86f195 100644 --- a/playground/json/package.json +++ b/playground/json/package.json @@ -15,6 +15,6 @@ "devDependencies": { "@vitejs/test-json-module": "file:./json-module", "express": "^4.18.2", - "vue": "^3.4.9" + "vue": "^3.4.13" } } diff --git a/playground/object-hooks/package.json b/playground/object-hooks/package.json index 6fc6c3760181dd..1330a75a7fd0ac 100644 --- a/playground/object-hooks/package.json +++ b/playground/object-hooks/package.json @@ -10,6 +10,6 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.4.9" + "vue": "^3.4.13" } } diff --git a/playground/optimize-deps-no-discovery/package.json b/playground/optimize-deps-no-discovery/package.json index 806aa430bb9209..8b00ab0c196a8e 100644 --- a/playground/optimize-deps-no-discovery/package.json +++ b/playground/optimize-deps-no-discovery/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@vitejs/test-dep-no-discovery": "file:./dep-no-discovery", - "vue": "^3.4.9", + "vue": "^3.4.13", "vuex": "^4.1.0" } } diff --git a/playground/optimize-deps/package.json b/playground/optimize-deps/package.json index 9217b7ee2733c1..cc0355050fac27 100644 --- a/playground/optimize-deps/package.json +++ b/playground/optimize-deps/package.json @@ -41,7 +41,7 @@ "react-dom": "^18.2.0", "@vitejs/test-resolve-linked": "workspace:0.0.0", "url": "^0.11.3", - "vue": "^3.4.9", + "vue": "^3.4.13", "vuex": "^4.1.0", "lodash": "^4.17.21", "lodash.clonedeep": "^4.5.0" diff --git a/playground/tailwind/package.json b/playground/tailwind/package.json index 00066d3679c942..f74be43da22c86 100644 --- a/playground/tailwind/package.json +++ b/playground/tailwind/package.json @@ -11,7 +11,7 @@ "dependencies": { "autoprefixer": "^10.4.16", "tailwindcss": "^3.4.1", - "vue": "^3.4.9", + "vue": "^3.4.13", "vue-router": "^4.2.5" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 378838eefda642..e4be54806e977b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,8 +64,8 @@ importers: specifier: ^4.0.6 version: 4.0.6 '@types/node': - specifier: ^20.11.0 - version: 20.11.0 + specifier: ^20.11.1 + version: 20.11.1 '@types/picomatch': specifier: ^2.3.3 version: 2.3.3 @@ -130,8 +130,8 @@ importers: specifier: ^1.40.1 version: 1.40.1 prettier: - specifier: 3.1.1 - version: 3.1.1 + specifier: 3.2.2 + version: 3.2.2 rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -163,11 +163,11 @@ importers: specifier: 1.0.0-rc.36 version: 1.0.0-rc.36(typescript@5.2.2) vitest: - specifier: ^1.1.3 - version: 1.1.3(@types/node@20.11.0) + specifier: ^1.2.0 + version: 1.2.0(@types/node@20.11.1) vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) packages/create-vite: devDependencies: @@ -250,8 +250,8 @@ importers: specifier: ^7.23.6 version: 7.23.6 '@jridgewell/trace-mapping': - specifier: ^0.3.20 - version: 0.3.20 + specifier: ^0.3.21 + version: 0.3.21 '@rollup/plugin-alias': specifier: ^5.1.0 version: 5.1.0(rollup@4.2.0) @@ -283,8 +283,8 @@ importers: specifier: ^8.11.3 version: 8.11.3 acorn-walk: - specifier: ^8.3.1 - version: 8.3.1(acorn@8.11.3) + specifier: ^8.3.2 + version: 8.3.2(acorn@8.11.3) cac: specifier: ^6.7.14 version: 6.7.14 @@ -337,8 +337,8 @@ importers: specifier: ^2.6.1 version: 2.6.1 lightningcss: - specifier: ^1.22.1 - version: 1.22.1 + specifier: ^1.23.0 + version: 1.23.0 magic-string: specifier: ^0.30.5 version: 0.30.5 @@ -346,8 +346,8 @@ importers: specifier: ^4.0.5 version: 4.0.5 mlly: - specifier: ^1.4.2 - version: 1.4.2 + specifier: ^1.5.0 + version: 1.5.0 mrmime: specifier: ^2.0.0 version: 2.0.0 @@ -459,14 +459,14 @@ importers: playground/alias: dependencies: '@vue/shared': - specifier: ^3.4.9 - version: 3.4.9 + specifier: ^3.4.13 + version: 3.4.13 aliased-module: specifier: file:./dir/module version: file:playground/alias/dir/module vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) devDependencies: '@vitejs/test-resolve-linked': specifier: workspace:* @@ -562,8 +562,8 @@ importers: playground/css-lightningcss: devDependencies: lightningcss: - specifier: ^1.22.1 - version: 1.22.1 + specifier: ^1.23.0 + version: 1.23.0 playground/css-lightningcss-proxy: devDependencies: @@ -571,8 +571,8 @@ importers: specifier: ^4.18.2 version: 4.18.2 lightningcss: - specifier: ^1.22.1 - version: 1.22.1 + specifier: ^1.23.0 + version: 1.23.0 playground/css-sourcemap: devDependencies: @@ -647,8 +647,8 @@ importers: playground/extensions: dependencies: vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) playground/external: dependencies: @@ -669,8 +669,8 @@ importers: specifier: workspace:* version: link:../../packages/vite vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) vue32: specifier: npm:vue@~3.2.0 version: /vue@3.2.0 @@ -684,8 +684,8 @@ importers: specifier: npm:slash@^5.1.0 version: /slash@5.1.0 vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) playground/external/dep-that-requires: dependencies: @@ -696,8 +696,8 @@ importers: specifier: npm:slash@^5.1.0 version: /slash@5.1.0 vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) playground/fs-serve: {} @@ -743,8 +743,8 @@ importers: specifier: ^4.18.2 version: 4.18.2 vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) playground/json/json-module: {} @@ -839,8 +839,8 @@ importers: playground/object-hooks: dependencies: vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) playground/optimize-deps: dependencies: @@ -944,11 +944,11 @@ importers: specifier: ^0.11.3 version: 0.11.3 vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.4.9) + version: 4.1.0(vue@3.4.13) playground/optimize-deps-no-discovery: dependencies: @@ -956,11 +956,11 @@ importers: specifier: file:./dep-no-discovery version: file:playground/optimize-deps-no-discovery/dep-no-discovery vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.4.9) + version: 4.1.0(vue@3.4.13) playground/optimize-deps-no-discovery/dep-no-discovery: {} @@ -1476,15 +1476,15 @@ importers: specifier: ^3.4.1 version: 3.4.1(ts-node@10.9.2) vue: - specifier: ^3.4.9 - version: 3.4.9(typescript@5.2.2) + specifier: ^3.4.13 + version: 3.4.13(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.4.9) + version: 4.2.5(vue@3.4.13) devDependencies: ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.11.0)(typescript@5.2.2) + version: 10.9.2(@types/node@20.11.1)(typescript@5.2.2) playground/tailwind-sourcemap: dependencies: @@ -1668,7 +1668,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.21 /@babel/code-frame@7.23.5: resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} @@ -1709,7 +1709,7 @@ packages: dependencies: '@babel/types': 7.23.6 '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.21 jsesc: 2.5.2 /@babel/helper-annotate-as-pure@7.22.5: @@ -1913,6 +1913,7 @@ packages: /@babel/highlight@7.23.4: resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} engines: {node: '>=6.9.0'} + requiresBuild: true dependencies: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 @@ -3584,7 +3585,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.21 /@jridgewell/gen-mapping@0.3.3: resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} @@ -3592,7 +3593,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.21 /@jridgewell/resolve-uri@3.1.1: resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} @@ -3606,14 +3607,14 @@ packages: resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==} dependencies: '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.21 dev: true /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - /@jridgewell/trace-mapping@0.3.20: - resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} + /@jridgewell/trace-mapping@0.3.21: + resolution: {integrity: sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==} dependencies: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 @@ -4035,7 +4036,7 @@ packages: /@types/cross-spawn@6.0.6: resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.1 dev: true /@types/debug@4.1.12: @@ -4063,14 +4064,14 @@ packages: /@types/etag@1.8.3: resolution: {integrity: sha512-QYHv9Yeh1ZYSMPQOoxY4XC4F1r+xRUiAriB303F4G6uBsT3KKX60DjiogvVv+2VISVDuJhcIzMdbjT+Bm938QQ==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.1 dev: true /@types/fs-extra@11.0.4: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.1 - '@types/node': 20.11.0 + '@types/node': 20.11.1 dev: true /@types/json-schema@7.0.12: @@ -4080,7 +4081,7 @@ packages: /@types/jsonfile@6.1.1: resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.1 dev: true /@types/less@3.0.6: @@ -4126,8 +4127,8 @@ packages: undici-types: 5.26.5 dev: true - /@types/node@20.11.0: - resolution: {integrity: sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==} + /@types/node@20.11.1: + resolution: {integrity: sha512-DsXojJUES2M+FE8CpptJTKpg+r54moV9ZEncPstni1WHFmTcCzeFLnMFfyhCVS8XNOy/OQG+8lVxRLRrVHmV5A==} dependencies: undici-types: 5.26.5 @@ -4157,7 +4158,7 @@ packages: /@types/sass@1.43.1: resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.1 dev: true /@types/semver@7.5.6: @@ -4167,7 +4168,7 @@ packages: /@types/stylus@0.48.42: resolution: {integrity: sha512-CPGlr5teL4sqdap+EOowMifLuNGeIoLwc0VQ7u/BPxo+ocqiNa5jeVt0H0IVBblEh6ZwX1sGpIQIFnSSr8NBQA==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.1 dev: true /@types/web-bluetooth@0.0.20: @@ -4177,7 +4178,7 @@ packages: /@types/ws@8.5.10: resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.1 dev: true /@typescript-eslint/eslint-plugin@6.18.1(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.2.2): @@ -4316,7 +4317,7 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true - /@vitejs/plugin-vue@5.0.3(vite@packages+vite)(vue@3.4.9): + /@vitejs/plugin-vue@5.0.3(vite@packages+vite)(vue@3.4.13): resolution: {integrity: sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: @@ -4324,7 +4325,7 @@ packages: vue: ^3.2.25 dependencies: vite: link:packages/vite - vue: 3.4.9(typescript@5.2.2) + vue: 3.4.13(typescript@5.2.2) dev: true /@vitejs/release-scripts@1.3.1: @@ -4338,38 +4339,38 @@ packages: semver: 7.5.4 dev: true - /@vitest/expect@1.1.3: - resolution: {integrity: sha512-MnJqsKc1Ko04lksF9XoRJza0bGGwTtqfbyrsYv5on4rcEkdo+QgUdITenBQBUltKzdxW7K3rWh+nXRULwsdaVg==} + /@vitest/expect@1.2.0: + resolution: {integrity: sha512-H+2bHzhyvgp32o7Pgj2h9RTHN0pgYaoi26Oo3mE+dCi1PAqV31kIIVfTbqMO3Bvshd5mIrJLc73EwSRrbol9Lw==} dependencies: - '@vitest/spy': 1.1.3 - '@vitest/utils': 1.1.3 + '@vitest/spy': 1.2.0 + '@vitest/utils': 1.2.0 chai: 4.3.10 dev: true - /@vitest/runner@1.1.3: - resolution: {integrity: sha512-Va2XbWMnhSdDEh/OFxyUltgQuuDRxnarK1hW5QNN4URpQrqq6jtt8cfww/pQQ4i0LjoYxh/3bYWvDFlR9tU73g==} + /@vitest/runner@1.2.0: + resolution: {integrity: sha512-vaJkDoQaNUTroT70OhM0NPznP7H3WyRwt4LvGwCVYs/llLaqhoSLnlIhUClZpbF5RgAee29KRcNz0FEhYcgxqA==} dependencies: - '@vitest/utils': 1.1.3 + '@vitest/utils': 1.2.0 p-limit: 5.0.0 pathe: 1.1.1 dev: true - /@vitest/snapshot@1.1.3: - resolution: {integrity: sha512-U0r8pRXsLAdxSVAyGNcqOU2H3Z4Y2dAAGGelL50O0QRMdi1WWeYHdrH/QWpN1e8juWfVKsb8B+pyJwTC+4Gy9w==} + /@vitest/snapshot@1.2.0: + resolution: {integrity: sha512-P33EE7TrVgB3HDLllrjK/GG6WSnmUtWohbwcQqmm7TAk9AVHpdgf7M3F3qRHKm6vhr7x3eGIln7VH052Smo6Kw==} dependencies: magic-string: 0.30.5 pathe: 1.1.1 pretty-format: 29.7.0 dev: true - /@vitest/spy@1.1.3: - resolution: {integrity: sha512-Ec0qWyGS5LhATFQtldvChPTAHv08yHIOZfiNcjwRQbFPHpkih0md9KAbs7TfeIfL7OFKoe7B/6ukBTqByubXkQ==} + /@vitest/spy@1.2.0: + resolution: {integrity: sha512-MNxSAfxUaCeowqyyGwC293yZgk7cECZU9wGb8N1pYQ0yOn/SIr8t0l9XnGRdQZvNV/ZHBYu6GO/W3tj5K3VN1Q==} dependencies: tinyspy: 2.2.0 dev: true - /@vitest/utils@1.1.3: - resolution: {integrity: sha512-Dyt3UMcdElTll2H75vhxfpZu03uFpXRCHxWnzcrFjZxT1kTbq8ALUYIeBgGolo1gldVdI0YSlQRacsqxTwNqwg==} + /@vitest/utils@1.2.0: + resolution: {integrity: sha512-FyD5bpugsXlwVpTcGLDf3wSPYy8g541fQt14qtzo8mJ4LdEpDKZ9mQy2+qdJm2TZRpjY5JLXihXCgIxiRJgi5g==} dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 @@ -4387,11 +4388,11 @@ packages: source-map: 0.6.1 dev: true - /@vue/compiler-core@3.4.9: - resolution: {integrity: sha512-8zjlR0LVG3bVX0dX9rnDSr/lWsheRGyThJTfxf27LMBZqNqYy1Zd3R8rVVUQrcWCpAaSwOFQ+IPeLq3NH4f4zA==} + /@vue/compiler-core@3.4.13: + resolution: {integrity: sha512-zGUdmB3j3Irn9z51GXLJ5s0EAHxmsm5/eXl0y6MBaajMeOAaiT4+zaDoxui4Ets98dwIRr8BBaqXXHtHSfm+KA==} dependencies: '@babel/parser': 7.23.6 - '@vue/shared': 3.4.9 + '@vue/shared': 3.4.13 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.0.2 @@ -4403,30 +4404,30 @@ packages: '@vue/shared': 3.2.0 dev: true - /@vue/compiler-dom@3.4.9: - resolution: {integrity: sha512-29bSR7JYowFiqGHn6eXsxanCS+21HWv+Yi3q4YRmR7Qq084AKK/HCadsN6rX4gPxIk8op2g0VlGLvqMVPehwow==} + /@vue/compiler-dom@3.4.13: + resolution: {integrity: sha512-XSNbpr5Rs3kCfVAmBqMu/HDwOS+RL6y28ZZjDlnDUuf146pRWt2sQkwhsOYc9uu2lxjjJy2NcyOkK7MBLVEc7w==} dependencies: - '@vue/compiler-core': 3.4.9 - '@vue/shared': 3.4.9 + '@vue/compiler-core': 3.4.13 + '@vue/shared': 3.4.13 - /@vue/compiler-sfc@3.4.9: - resolution: {integrity: sha512-G7N5lLEXhUPVlLU2m4foLQZQSjLSAFkd9NDEbbkDcvKmUZtB6CRVTM1R63PKSPjfHO4HtDzT5oH0/AGFSPJPmg==} + /@vue/compiler-sfc@3.4.13: + resolution: {integrity: sha512-SkpmQN8xIFBd5onT413DFSDdjxULJf6jmJg/t3w/DZ9I8ZzyNlLIBLO0qFLewVHyHCiAgpPZlWqSRZXYrawk3Q==} dependencies: '@babel/parser': 7.23.6 - '@vue/compiler-core': 3.4.9 - '@vue/compiler-dom': 3.4.9 - '@vue/compiler-ssr': 3.4.9 - '@vue/shared': 3.4.9 + '@vue/compiler-core': 3.4.13 + '@vue/compiler-dom': 3.4.13 + '@vue/compiler-ssr': 3.4.13 + '@vue/shared': 3.4.13 estree-walker: 2.0.2 magic-string: 0.30.5 postcss: 8.4.33 source-map-js: 1.0.2 - /@vue/compiler-ssr@3.4.9: - resolution: {integrity: sha512-CqkrrHv3iVjFyo+crxOMEreHrg8Ad6MHidbq3SQq33UazmHTGlmVXA2RtshPDn1/sbYMh367sdIebBV4qsWJNg==} + /@vue/compiler-ssr@3.4.13: + resolution: {integrity: sha512-rwnw9SVBgD6eGKh8UucnwztieQo/R3RQrEGpE0b0cxb2xxvJeLs/fe7DoYlhEfaSyzM/qD5odkK87hl3G3oW+A==} dependencies: - '@vue/compiler-dom': 3.4.9 - '@vue/shared': 3.4.9 + '@vue/compiler-dom': 3.4.13 + '@vue/shared': 3.4.13 /@vue/devtools-api@6.5.0: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} @@ -4442,10 +4443,10 @@ packages: '@vue/shared': 3.2.0 dev: true - /@vue/reactivity@3.4.9: - resolution: {integrity: sha512-xSbQ0mT9b0DQZyjvpLG14lZI4vUoYe8SazyXV+DVHdC1N46xIa6ZCRzu5Y4IDIrIV14f728b8FcN68s9x5zJvQ==} + /@vue/reactivity@3.4.13: + resolution: {integrity: sha512-/ZdUOrGKkGVONzVJkfDqNcn2fLMvaa5VlYx2KwTbnRbX06YZ4GJE0PVTmWzIxtBYdpSTLLXgw3pDggO+96KXzg==} dependencies: - '@vue/shared': 3.4.9 + '@vue/shared': 3.4.13 /@vue/runtime-core@3.2.0: resolution: {integrity: sha512-mZlkYTcw3mVwClwFTpql4hkDfOweHE/w+9r3Yb3UPwRs75bSJXMBRUikw1GVx01bZQ8VQPjBYowCElcWNSlKig==} @@ -4454,11 +4455,11 @@ packages: '@vue/shared': 3.2.0 dev: true - /@vue/runtime-core@3.4.9: - resolution: {integrity: sha512-+LDblIs/lgEKRczBFfaX/Se8UIHucVnXoBA49VnZSeK8WXG1B5Ha7vuWiekCEk7yYEParYqsy8VetHxruLJXPA==} + /@vue/runtime-core@3.4.13: + resolution: {integrity: sha512-Ov4d4At7z3goxqzSqQxdfVYEcN5HY4dM1uDYL6Hu/Es9Za9BEN602zyjWhhi2+BEki5F9NizRSvn02k/tqNWlg==} dependencies: - '@vue/reactivity': 3.4.9 - '@vue/shared': 3.4.9 + '@vue/reactivity': 3.4.13 + '@vue/shared': 3.4.13 /@vue/runtime-dom@3.2.0: resolution: {integrity: sha512-NCHMfrUwpJelCTINpMRLFhzWKJkl07slabmTbECZFJnkdDfFkptGCWll42q58bbvwGmpAPDzNI3yYch72pcKwg==} @@ -4468,42 +4469,42 @@ packages: csstype: 2.6.21 dev: true - /@vue/runtime-dom@3.4.9: - resolution: {integrity: sha512-yn/4xuMymQRVzdEALs1VQY/kfI6swRjV2Y+CHVjGqQfzj9ZtesnHdej3OErkTkEBdtq+rg1F/ZAwBxN2oUl1Zg==} + /@vue/runtime-dom@3.4.13: + resolution: {integrity: sha512-ynde9p16eEV3u1VCxUre2e0nKzD0l3NzH0r599+bXeLT1Yhac8Atcot3iL9XNqwolxYCI89KBII+2MSVzfrz6w==} dependencies: - '@vue/runtime-core': 3.4.9 - '@vue/shared': 3.4.9 + '@vue/runtime-core': 3.4.13 + '@vue/shared': 3.4.13 csstype: 3.1.3 - /@vue/server-renderer@3.4.9(vue@3.4.9): - resolution: {integrity: sha512-zsh4M4zfaEmCIIUZYXVf2p9i32pjDM+lLhq2INWjxJcYz3EvqLEkiWXjvQHtvwostkTtj3lAMjxxLcGkuI3bYg==} + /@vue/server-renderer@3.4.13(vue@3.4.13): + resolution: {integrity: sha512-hkw+UQyDZZtSn1q30nObMfc8beVEQv2pG08nghigxGw+iOWodR+tWSuJak0mzWAHlP/xt/qLc//dG6igfgvGEA==} peerDependencies: - vue: 3.4.9 + vue: 3.4.13 dependencies: - '@vue/compiler-ssr': 3.4.9 - '@vue/shared': 3.4.9 - vue: 3.4.9(typescript@5.2.2) + '@vue/compiler-ssr': 3.4.13 + '@vue/shared': 3.4.13 + vue: 3.4.13(typescript@5.2.2) /@vue/shared@3.2.0: resolution: {integrity: sha512-MgdilC3YHYSCFuNlxZBgugh8B9/h/h+nQ6lkeaxqFWW+FnV/JzCwW4Bh5bYIYvBleG8QZjFwxdmdqSAWLXzgEA==} dev: true - /@vue/shared@3.4.9: - resolution: {integrity: sha512-AV1ibMMuiQV7TysP9mGcg7q+m1VkSh5m/w2KITW7Yel9raxiTiH6QGaJ+8V26QCH0C4o2xgsw/DQf+gDFjV4vQ==} + /@vue/shared@3.4.13: + resolution: {integrity: sha512-56crFKLPpzk85WXX1L1c0QzPOuoapWlPVys8eMG8kkRmqdMjWUqK8KpFdE2d7BQA4CEbXwyyHPq6MpFr8H9rcg==} - /@vueuse/core@10.7.1(vue@3.4.9): + /@vueuse/core@10.7.1(vue@3.4.13): resolution: {integrity: sha512-74mWHlaesJSWGp1ihg76vAnfVq9NTv1YT0SYhAQ6zwFNdBkkP+CKKJmVOEHcdSnLXCXYiL5e7MaewblfiYLP7g==} dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.7.1 - '@vueuse/shared': 10.7.1(vue@3.4.9) - vue-demi: 0.14.6(vue@3.4.9) + '@vueuse/shared': 10.7.1(vue@3.4.13) + vue-demi: 0.14.6(vue@3.4.13) transitivePeerDependencies: - '@vue/composition-api' - vue dev: true - /@vueuse/integrations@10.7.1(focus-trap@7.5.4)(vue@3.4.9): + /@vueuse/integrations@10.7.1(focus-trap@7.5.4)(vue@3.4.13): resolution: {integrity: sha512-cKo5LEeKVHdBRBtMTOrDPdR0YNtrmN9IBfdcnY2P3m5LHVrsD0xiHUtAH1WKjHQRIErZG6rJUa6GA4tWZt89Og==} peerDependencies: async-validator: '*' @@ -4544,10 +4545,10 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.7.1(vue@3.4.9) - '@vueuse/shared': 10.7.1(vue@3.4.9) + '@vueuse/core': 10.7.1(vue@3.4.13) + '@vueuse/shared': 10.7.1(vue@3.4.13) focus-trap: 7.5.4 - vue-demi: 0.14.6(vue@3.4.9) + vue-demi: 0.14.6(vue@3.4.13) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4557,10 +4558,10 @@ packages: resolution: {integrity: sha512-jX8MbX5UX067DYVsbtrmKn6eG6KMcXxLRLlurGkZku5ZYT3vxgBjui2zajvUZ18QLIjrgBkFRsu7CqTAg18QFw==} dev: true - /@vueuse/shared@10.7.1(vue@3.4.9): + /@vueuse/shared@10.7.1(vue@3.4.13): resolution: {integrity: sha512-v0jbRR31LSgRY/C5i5X279A/WQjD6/JsMzGa+eqt658oJ75IvQXAeONmwvEMrvJQKnRElq/frzBR7fhmWY5uLw==} dependencies: - vue-demi: 0.14.6(vue@3.4.9) + vue-demi: 0.14.6(vue@3.4.13) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4604,6 +4605,18 @@ packages: dependencies: acorn: 8.11.3 + /acorn-walk@8.3.2(acorn@8.11.3): + resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} + engines: {node: '>=0.4.0'} + peerDependencies: + acorn: '*' + peerDependenciesMeta: + acorn: + optional: true + dependencies: + acorn: 8.11.3 + dev: true + /acorn@7.4.1: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} engines: {node: '>=0.4.0'} @@ -6891,8 +6904,8 @@ packages: type-check: 0.4.0 dev: true - /lightningcss-darwin-arm64@1.22.1: - resolution: {integrity: sha512-ldvElu+R0QimNTjsKpaZkUv3zf+uefzLy/R1R19jtgOfSRM+zjUCUgDhfEDRmVqJtMwYsdhMI2aJtJChPC6Osg==} + /lightningcss-darwin-arm64@1.23.0: + resolution: {integrity: sha512-kl4Pk3Q2lnE6AJ7Qaij47KNEfY2/UXRZBT/zqGA24B8qwkgllr/j7rclKOf1axcslNXvvUdztjo4Xqh39Yq1aA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] @@ -6900,8 +6913,8 @@ packages: dev: true optional: true - /lightningcss-darwin-x64@1.22.1: - resolution: {integrity: sha512-5p2rnlVTv6Gpw4PlTLq925nTVh+HFh4MpegX8dPDYJae+NFVjQ67gY7O6iHIzQjLipDiYejFF0yHrhjU3XgLBQ==} + /lightningcss-darwin-x64@1.23.0: + resolution: {integrity: sha512-KeRFCNoYfDdcolcFXvokVw+PXCapd2yHS1Diko1z1BhRz/nQuD5XyZmxjWdhmhN/zj5sH8YvWsp0/lPLVzqKpg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] @@ -6909,8 +6922,8 @@ packages: dev: true optional: true - /lightningcss-freebsd-x64@1.22.1: - resolution: {integrity: sha512-1FaBtcFrZqB2hkFbAxY//Pnp8koThvyB6AhjbdVqKD4/pu13Rl91fKt2N9qyeQPUt3xy7ORUvSO+dPk3J6EjXg==} + /lightningcss-freebsd-x64@1.23.0: + resolution: {integrity: sha512-xhnhf0bWPuZxcqknvMDRFFo2TInrmQRWZGB0f6YoAsZX8Y+epfjHeeOIGCfAmgF0DgZxHwYc8mIR5tQU9/+ROA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] @@ -6918,8 +6931,8 @@ packages: dev: true optional: true - /lightningcss-linux-arm-gnueabihf@1.22.1: - resolution: {integrity: sha512-6rub98tYGfE5I5j0BP8t/2d4BZyu1S7Iz9vUkm0H26snAFHYxLfj3RbQn0xHHIePSetjLnhcg3QlfwUAkD/FYg==} + /lightningcss-linux-arm-gnueabihf@1.23.0: + resolution: {integrity: sha512-fBamf/bULvmWft9uuX+bZske236pUZEoUlaHNBjnueaCTJ/xd8eXgb0cEc7S5o0Nn6kxlauMBnqJpF70Bgq3zg==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] @@ -6927,8 +6940,8 @@ packages: dev: true optional: true - /lightningcss-linux-arm64-gnu@1.22.1: - resolution: {integrity: sha512-nYO5qGtb/1kkTZu3FeTiM+2B2TAb7m2DkLCTgQIs2bk2o9aEs7I96fwySKcoHWQAiQDGR9sMux9vkV4KQXqPaQ==} + /lightningcss-linux-arm64-gnu@1.23.0: + resolution: {integrity: sha512-RS7sY77yVLOmZD6xW2uEHByYHhQi5JYWmgVumYY85BfNoVI3DupXSlzbw+b45A9NnVKq45+oXkiN6ouMMtTwfg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] @@ -6936,8 +6949,8 @@ packages: dev: true optional: true - /lightningcss-linux-arm64-musl@1.22.1: - resolution: {integrity: sha512-MCV6RuRpzXbunvzwY644iz8cw4oQxvW7oer9xPkdadYqlEyiJJ6wl7FyJOH7Q6ZYH4yjGAUCvxDBxPbnDu9ZVg==} + /lightningcss-linux-arm64-musl@1.23.0: + resolution: {integrity: sha512-cU00LGb6GUXCwof6ACgSMKo3q7XYbsyTj0WsKHLi1nw7pV0NCq8nFTn6ZRBYLoKiV8t+jWl0Hv8KkgymmK5L5g==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] @@ -6945,8 +6958,8 @@ packages: dev: true optional: true - /lightningcss-linux-x64-gnu@1.22.1: - resolution: {integrity: sha512-RjNgpdM20VUXgV7us/VmlO3Vn2ZRiDnc3/bUxCVvySZWPiVPprpqW/QDWuzkGa+NCUf6saAM5CLsZLSxncXJwg==} + /lightningcss-linux-x64-gnu@1.23.0: + resolution: {integrity: sha512-q4jdx5+5NfB0/qMbXbOmuC6oo7caPnFghJbIAV90cXZqgV8Am3miZhC4p+sQVdacqxfd+3nrle4C8icR3p1AYw==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] @@ -6954,8 +6967,8 @@ packages: dev: true optional: true - /lightningcss-linux-x64-musl@1.22.1: - resolution: {integrity: sha512-ZgO4C7Rd6Hv/5MnyY2KxOYmIlzk4rplVolDt3NbkNR8DndnyX0Q5IR4acJWNTBICQ21j3zySzKbcJaiJpk/4YA==} + /lightningcss-linux-x64-musl@1.23.0: + resolution: {integrity: sha512-G9Ri3qpmF4qef2CV/80dADHKXRAQeQXpQTLx7AiQrBYQHqBjB75oxqj06FCIe5g4hNCqLPnM9fsO4CyiT1sFSQ==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] @@ -6963,8 +6976,8 @@ packages: dev: true optional: true - /lightningcss-win32-x64-msvc@1.22.1: - resolution: {integrity: sha512-4pozV4eyD0MDET41ZLHAeBo+H04Nm2UEYIk5w/ts40231dRFV7E0cjwbnZvSoc1DXFgecAhiC0L16ruv/ZDCpg==} + /lightningcss-win32-x64-msvc@1.23.0: + resolution: {integrity: sha512-1rcBDJLU+obPPJM6qR5fgBUiCdZwZLafZM5f9kwjFLkb/UBNIzmae39uCSmh71nzPCTXZqHbvwu23OWnWEz+eg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] @@ -6972,21 +6985,21 @@ packages: dev: true optional: true - /lightningcss@1.22.1: - resolution: {integrity: sha512-Fy45PhibiNXkm0cK5FJCbfO8Y6jUpD/YcHf/BtuI+jvYYqSXKF4muk61jjE8YxCR9y+hDYIWSzHTc+bwhDE6rQ==} + /lightningcss@1.23.0: + resolution: {integrity: sha512-SEArWKMHhqn/0QzOtclIwH5pXIYQOUEkF8DgICd/105O+GCgd7jxjNod/QPnBCSWvpRHQBGVz5fQ9uScby03zA==} engines: {node: '>= 12.0.0'} dependencies: detect-libc: 1.0.3 optionalDependencies: - lightningcss-darwin-arm64: 1.22.1 - lightningcss-darwin-x64: 1.22.1 - lightningcss-freebsd-x64: 1.22.1 - lightningcss-linux-arm-gnueabihf: 1.22.1 - lightningcss-linux-arm64-gnu: 1.22.1 - lightningcss-linux-arm64-musl: 1.22.1 - lightningcss-linux-x64-gnu: 1.22.1 - lightningcss-linux-x64-musl: 1.22.1 - lightningcss-win32-x64-msvc: 1.22.1 + lightningcss-darwin-arm64: 1.23.0 + lightningcss-darwin-x64: 1.23.0 + lightningcss-freebsd-x64: 1.23.0 + lightningcss-linux-arm-gnueabihf: 1.23.0 + lightningcss-linux-arm64-gnu: 1.23.0 + lightningcss-linux-arm64-musl: 1.23.0 + lightningcss-linux-x64-gnu: 1.23.0 + lightningcss-linux-x64-musl: 1.23.0 + lightningcss-win32-x64-msvc: 1.23.0 dev: true /lilconfig@2.1.0: @@ -7045,7 +7058,7 @@ packages: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} engines: {node: '>=14'} dependencies: - mlly: 1.4.2 + mlly: 1.5.0 pkg-types: 1.0.3 dev: true @@ -7338,7 +7351,7 @@ packages: fs-extra: 11.2.0 globby: 13.2.2 jiti: 1.20.0 - mlly: 1.4.2 + mlly: 1.5.0 mri: 1.2.0 pathe: 1.1.1 typescript: 5.2.2 @@ -7353,6 +7366,15 @@ packages: ufo: 1.3.2 dev: true + /mlly@1.5.0: + resolution: {integrity: sha512-NPVQvAY1xr1QoVeG0cy8yUYC7FQcOx6evl/RjT1wL5FvzPnzOysoqB/jmx/DhssT2dYa8nxECLAaFI/+gVLhDQ==} + dependencies: + acorn: 8.11.3 + pathe: 1.1.2 + pkg-types: 1.0.3 + ufo: 1.3.2 + dev: true + /moment@2.29.3: resolution: {integrity: sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==} dev: true @@ -7729,6 +7751,10 @@ packages: resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} dev: true + /pathe@1.1.2: + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + dev: true + /pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true @@ -7777,8 +7803,8 @@ packages: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: jsonc-parser: 3.2.0 - mlly: 1.4.2 - pathe: 1.1.1 + mlly: 1.5.0 + pathe: 1.1.2 dev: true /playwright-chromium@1.40.1: @@ -7851,7 +7877,7 @@ packages: dependencies: lilconfig: 3.0.0 postcss: 8.4.33 - ts-node: 10.9.2(@types/node@20.11.0)(typescript@5.2.2) + ts-node: 10.9.2(@types/node@20.11.1)(typescript@5.2.2) yaml: 2.3.4 /postcss-modules-extract-imports@3.0.0(postcss@8.4.33): @@ -7965,8 +7991,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier@3.1.1: - resolution: {integrity: sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==} + /prettier@3.2.2: + resolution: {integrity: sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==} engines: {node: '>=14'} hasBin: true dev: true @@ -9008,7 +9034,7 @@ packages: /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /ts-node@10.9.2(@types/node@20.11.0)(typescript@5.2.2): + /ts-node@10.9.2(@types/node@20.11.1)(typescript@5.2.2): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -9027,7 +9053,7 @@ packages: '@tsconfig/node12': 1.0.9 '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 - '@types/node': 20.11.0 + '@types/node': 20.11.1 acorn: 8.11.3 acorn-walk: 8.3.1(acorn@8.11.3) arg: 4.1.3 @@ -9264,8 +9290,8 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - /vite-node@1.1.3: - resolution: {integrity: sha512-BLSO72YAkIUuNrOx+8uznYICJfTEbvBAmWClY3hpath5+h1mbPS5OMn42lrTxXuyCazVyZoDkSRnju78GiVCqA==} + /vite-node@1.2.0: + resolution: {integrity: sha512-ETnQTHeAbbOxl7/pyBck9oAPZZZo+kYnFt1uQDD+hPReOc+wCjXw4r4jHriBRuVDB5isHmPXxrfc1yJnfBERqg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: @@ -9293,10 +9319,10 @@ packages: '@docsearch/css': 3.5.2 '@docsearch/js': 3.5.2 '@types/markdown-it': 13.0.7 - '@vitejs/plugin-vue': 5.0.3(vite@packages+vite)(vue@3.4.9) + '@vitejs/plugin-vue': 5.0.3(vite@packages+vite)(vue@3.4.13) '@vue/devtools-api': 6.5.1 - '@vueuse/core': 10.7.1(vue@3.4.9) - '@vueuse/integrations': 10.7.1(focus-trap@7.5.4)(vue@3.4.9) + '@vueuse/core': 10.7.1(vue@3.4.13) + '@vueuse/integrations': 10.7.1(focus-trap@7.5.4)(vue@3.4.13) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 @@ -9304,7 +9330,7 @@ packages: shikiji-core: 0.9.18 shikiji-transformers: 0.9.18 vite: link:packages/vite - vue: 3.4.9(typescript@5.2.2) + vue: 3.4.13(typescript@5.2.2) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -9326,8 +9352,8 @@ packages: - universal-cookie dev: true - /vitest@1.1.3(@types/node@20.11.0): - resolution: {integrity: sha512-2l8om1NOkiA90/Y207PsEvJLYygddsOyr81wLQ20Ra8IlLKbyQncWsGZjnbkyG2KwwuTXLQjEPOJuxGMG8qJBQ==} + /vitest@1.2.0(@types/node@20.11.1): + resolution: {integrity: sha512-Ixs5m7BjqvLHXcibkzKRQUvD/XLw0E3rvqaCMlrm/0LMsA0309ZqYvTlPzkhh81VlEyVZXFlwWnkhb6/UMtcaQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -9351,13 +9377,13 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.0 - '@vitest/expect': 1.1.3 - '@vitest/runner': 1.1.3 - '@vitest/snapshot': 1.1.3 - '@vitest/spy': 1.1.3 - '@vitest/utils': 1.1.3 - acorn-walk: 8.3.1(acorn@8.11.3) + '@types/node': 20.11.1 + '@vitest/expect': 1.2.0 + '@vitest/runner': 1.2.0 + '@vitest/snapshot': 1.2.0 + '@vitest/spy': 1.2.0 + '@vitest/utils': 1.2.0 + acorn-walk: 8.3.2(acorn@8.11.3) cac: 6.7.14 chai: 4.3.10 debug: 4.3.4 @@ -9371,7 +9397,7 @@ packages: tinybench: 2.5.1 tinypool: 0.8.1 vite: link:packages/vite - vite-node: 1.1.3 + vite-node: 1.2.0 why-is-node-running: 2.2.2 transitivePeerDependencies: - acorn @@ -9383,7 +9409,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /vue-demi@0.14.6(vue@3.4.9): + /vue-demi@0.14.6(vue@3.4.13): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} hasBin: true @@ -9395,16 +9421,16 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.4.9(typescript@5.2.2) + vue: 3.4.13(typescript@5.2.2) dev: true - /vue-router@4.2.5(vue@3.4.9): + /vue-router@4.2.5(vue@3.4.13): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.0 - vue: 3.4.9(typescript@5.2.2) + vue: 3.4.13(typescript@5.2.2) dev: false /vue@3.2.0: @@ -9415,28 +9441,28 @@ packages: '@vue/shared': 3.2.0 dev: true - /vue@3.4.9(typescript@5.2.2): - resolution: {integrity: sha512-3Dc0cZqHIxvoKugWOTe6MCv8Hr+jQAumEyHEe/9ZPNiZvcHSP/HfiHZivqdO1hSeFtWLKa1iuyNTBRKSQhbxsA==} + /vue@3.4.13(typescript@5.2.2): + resolution: {integrity: sha512-FE3UZ0p+oUZTwz+SzlH/hDFg+XsVRFvwmx0LXjdD1pRK/cO4fu5v6ltAZji4za4IBih3dV78elUK3di8v3pWIg==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.9 - '@vue/compiler-sfc': 3.4.9 - '@vue/runtime-dom': 3.4.9 - '@vue/server-renderer': 3.4.9(vue@3.4.9) - '@vue/shared': 3.4.9 + '@vue/compiler-dom': 3.4.13 + '@vue/compiler-sfc': 3.4.13 + '@vue/runtime-dom': 3.4.13 + '@vue/server-renderer': 3.4.13(vue@3.4.13) + '@vue/shared': 3.4.13 typescript: 5.2.2 - /vuex@4.1.0(vue@3.4.9): + /vuex@4.1.0(vue@3.4.13): resolution: {integrity: sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.0 - vue: 3.4.9(typescript@5.2.2) + vue: 3.4.13(typescript@5.2.2) dev: false /web-streams-polyfill@3.2.1: @@ -9644,7 +9670,7 @@ packages: dependencies: slash3: /slash@3.0.0 slash5: /slash@5.1.0 - vue: 3.4.9(typescript@5.2.2) + vue: 3.4.13(typescript@5.2.2) transitivePeerDependencies: - typescript dev: false @@ -9656,7 +9682,7 @@ packages: dependencies: slash3: /slash@3.0.0 slash5: /slash@5.1.0 - vue: 3.4.9(typescript@5.2.2) + vue: 3.4.13(typescript@5.2.2) transitivePeerDependencies: - typescript dev: false