diff --git a/package.json b/package.json index 06dff5675efbfe..5c88c7f6cbed0b 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,9 @@ }, "devDependencies": { "@babel/types": "^7.20.2", - "@microsoft/api-extractor": "^7.33.5", + "@microsoft/api-extractor": "^7.33.6", "@rollup/plugin-typescript": "^8.5.0", - "@types/babel__core": "^7.1.19", + "@types/babel__core": "^7.1.20", "@types/babel__standalone": "^7.1.4", "@types/convert-source-map": "^1.5.2", "@types/cross-spawn": "^6.0.2", @@ -58,12 +58,12 @@ "@types/semver": "^7.3.13", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.42.0", - "@typescript-eslint/parser": "^5.42.0", + "@typescript-eslint/eslint-plugin": "^5.42.1", + "@typescript-eslint/parser": "^5.42.1", "conventional-changelog-cli": "^2.2.2", "esbuild": "^0.15.9", "eslint": "^8.27.0", - "eslint-define-config": "^1.11.0", + "eslint-define-config": "^1.12.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "execa": "^6.1.0", @@ -74,7 +74,7 @@ "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.27.1", - "pnpm": "^7.14.2", + "pnpm": "^7.15.0", "prettier": "2.7.1", "prompts": "^2.4.2", "resolve": "^1.22.1", @@ -84,13 +84,13 @@ "semver": "^7.3.8", "simple-git-hooks": "^2.8.1", "tslib": "^2.4.1", - "tsx": "^3.11.0", + "tsx": "^3.12.1", "typescript": "^4.6.4", "unbuild": "^0.9.4", "vite": "workspace:*", - "vitepress": "^1.0.0-alpha.27", - "vitest": "^0.24.5", - "vue": "^3.2.41" + "vitepress": "^1.0.0-alpha.28", + "vitest": "^0.25.1", + "vue": "^3.2.45" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", @@ -110,7 +110,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.14.2", + "packageManager": "pnpm@7.15.0", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/create-vite/template-preact-ts/package.json b/packages/create-vite/template-preact-ts/package.json index d31cfe09d91737..ebf1f86536eb05 100644 --- a/packages/create-vite/template-preact-ts/package.json +++ b/packages/create-vite/template-preact-ts/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "preact": "^10.11.2" + "preact": "^10.11.3" }, "devDependencies": { "@preact/preset-vite": "^2.4.0", diff --git a/packages/create-vite/template-preact/package.json b/packages/create-vite/template-preact/package.json index 1d20644a83bb22..73fc85f1a6570a 100644 --- a/packages/create-vite/template-preact/package.json +++ b/packages/create-vite/template-preact/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "preact": "^10.11.2" + "preact": "^10.11.3" }, "devDependencies": { "@preact/preset-vite": "^2.4.0", diff --git a/packages/create-vite/template-svelte-ts/package.json b/packages/create-vite/template-svelte-ts/package.json index 2d8ffac0d57b16..18f607fd76992c 100644 --- a/packages/create-vite/template-svelte-ts/package.json +++ b/packages/create-vite/template-svelte-ts/package.json @@ -10,9 +10,9 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^1.1.0", + "@sveltejs/vite-plugin-svelte": "^1.1.1", "@tsconfig/svelte": "^3.0.0", - "svelte": "^3.52.0", + "svelte": "^3.53.1", "svelte-check": "^2.9.2", "svelte-preprocess": "^4.10.7", "tslib": "^2.4.1", diff --git a/packages/create-vite/template-svelte/package.json b/packages/create-vite/template-svelte/package.json index 3bd283b1785120..66c10bf45f63fb 100644 --- a/packages/create-vite/template-svelte/package.json +++ b/packages/create-vite/template-svelte/package.json @@ -9,8 +9,8 @@ "preview": "vite preview" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^1.1.0", - "svelte": "^3.52.0", + "@sveltejs/vite-plugin-svelte": "^1.1.1", + "svelte": "^3.53.1", "vite": "^3.2.3" } } diff --git a/packages/create-vite/template-vue-ts/package.json b/packages/create-vite/template-vue-ts/package.json index d2d8483c67b007..eaba77614d6b41 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.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "^3.2.0", diff --git a/packages/create-vite/template-vue/package.json b/packages/create-vite/template-vue/package.json index 5fb9c7ffaf3763..96d8f0a4bda11d 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.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "^3.2.0", diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index 7f3dfd599401b3..8b203d7536cb85 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme", "dependencies": { - "@babel/standalone": "^7.20.2", - "core-js": "^3.26.0", + "@babel/standalone": "^7.20.4", + "core-js": "^3.26.1", "magic-string": "^0.26.7", "regenerator-runtime": "^0.13.10", "systemjs": "^6.13.0" diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 5ec8beadebc5ee..8738daa468a4de 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -46,6 +46,6 @@ "slash": "^5.0.0", "source-map": "^0.6.1", "vite": "workspace:*", - "vue": "^3.2.41" + "vue": "^3.2.45" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index 9724a83a2dc0e7..4cc39e7f156009 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -59,7 +59,7 @@ "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!", "dependencies": { "esbuild": "^0.15.9", - "postcss": "^8.4.18", + "postcss": "^8.4.19", "resolve": "^1.22.1", "rollup": "~3.3.0" }, @@ -68,7 +68,7 @@ }, "devDependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/parser": "^7.20.2", + "@babel/parser": "^7.20.3", "@babel/types": "^7.20.2", "@jridgewell/trace-mapping": "^0.3.17", "@rollup/plugin-alias": "^4.0.2", diff --git a/playground/alias/package.json b/playground/alias/package.json index a1bb3913f0f694..d9f145331777b3 100644 --- a/playground/alias/package.json +++ b/playground/alias/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "aliased-module": "file:./dir/module", - "vue": "^3.2.41", - "@vue/shared": "^3.2.41" + "vue": "^3.2.45", + "@vue/shared": "^3.2.45" }, "devDependencies": { "resolve-linked": "workspace:*" diff --git a/playground/backend-integration/package.json b/playground/backend-integration/package.json index b78ce126637e9f..7941502b6a439d 100644 --- a/playground/backend-integration/package.json +++ b/playground/backend-integration/package.json @@ -9,8 +9,8 @@ "preview": "vite preview" }, "devDependencies": { - "sass": "^1.56.0", - "tailwindcss": "^3.2.2", + "sass": "^1.56.1", + "tailwindcss": "^3.2.4", "fast-glob": "^3.2.12" } } diff --git a/playground/css-sourcemap/package.json b/playground/css-sourcemap/package.json index 2a997ff650116f..8892a42fae1f99 100644 --- a/playground/css-sourcemap/package.json +++ b/playground/css-sourcemap/package.json @@ -11,7 +11,7 @@ "devDependencies": { "less": "^4.1.3", "magic-string": "^0.26.7", - "sass": "^1.56.0", + "sass": "^1.56.1", "stylus": "^0.59.0", "sugarss": "^4.0.1" } diff --git a/playground/css/package.json b/playground/css/package.json index 5c7d3cf23c20b2..14971a77f73166 100644 --- a/playground/css/package.json +++ b/playground/css/package.json @@ -17,7 +17,7 @@ "fast-glob": "^3.2.12", "less": "^4.1.3", "postcss-nested": "^5.0.6", - "sass": "^1.56.0", + "sass": "^1.56.1", "stylus": "^0.59.0", "sugarss": "^4.0.1" } diff --git a/playground/extensions/package.json b/playground/extensions/package.json index d48892cd508450..d4debfdccd2553 100644 --- a/playground/extensions/package.json +++ b/playground/extensions/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" } } diff --git a/playground/external/dep-that-imports-vue/package.json b/playground/external/dep-that-imports-vue/package.json index eb5996dc7c44ef..3a57f33cdf5eda 100644 --- a/playground/external/dep-that-imports-vue/package.json +++ b/playground/external/dep-that-imports-vue/package.json @@ -3,6 +3,6 @@ "private": true, "version": "0.0.0", "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" } } diff --git a/playground/external/dep-that-requires-vue/package.json b/playground/external/dep-that-requires-vue/package.json index 90c7881c380b11..b96a6e4f360abd 100644 --- a/playground/external/dep-that-requires-vue/package.json +++ b/playground/external/dep-that-requires-vue/package.json @@ -3,6 +3,6 @@ "private": true, "version": "0.0.0", "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" } } diff --git a/playground/external/package.json b/playground/external/package.json index 0846f9b431b3a9..0cdff004e174ac 100644 --- a/playground/external/package.json +++ b/playground/external/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "vite": "workspace:*", - "vue": "^3.2.41" + "vue": "^3.2.45" } } diff --git a/playground/json/package.json b/playground/json/package.json index b46a730d00cbff..2347cb2e1ebfb7 100644 --- a/playground/json/package.json +++ b/playground/json/package.json @@ -14,6 +14,6 @@ "devDependencies": { "express": "^4.18.2", "json-module": "file:./json-module", - "vue": "^3.2.41" + "vue": "^3.2.45" } } diff --git a/playground/multiple-entrypoints/package.json b/playground/multiple-entrypoints/package.json index 9e6e1f332e30fe..a64997aedc5af1 100644 --- a/playground/multiple-entrypoints/package.json +++ b/playground/multiple-entrypoints/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "fast-glob": "^3.2.12", - "sass": "^1.56.0" + "sass": "^1.56.1" } } diff --git a/playground/object-hooks/package.json b/playground/object-hooks/package.json index d48892cd508450..d4debfdccd2553 100644 --- a/playground/object-hooks/package.json +++ b/playground/object-hooks/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" } } diff --git a/playground/optimize-deps/package.json b/playground/optimize-deps/package.json index f89e71e5678e49..48c49e9f0719ed 100644 --- a/playground/optimize-deps/package.json +++ b/playground/optimize-deps/package.json @@ -34,7 +34,7 @@ "react-dom": "^18.2.0", "resolve-linked": "workspace:0.0.0", "url": "^0.11.0", - "vue": "^3.2.41", + "vue": "^3.2.45", "vuex": "^4.1.0", "lodash": "^4.17.21", "lodash.clonedeep": "^4.5.0" diff --git a/playground/package.json b/playground/package.json index 24691574ef0e95..f9ec47a6f1d277 100644 --- a/playground/package.json +++ b/playground/package.json @@ -6,7 +6,7 @@ "convert-source-map": "^1.9.0", "css-color-names": "^1.0.1", "kill-port": "^1.6.1", - "node-fetch": "^3.2.10", + "node-fetch": "^3.3.0", "sirv": "^2.0.2" } } diff --git a/playground/preload/package.json b/playground/preload/package.json index 1bf632dd4f02c5..12859e7951138d 100644 --- a/playground/preload/package.json +++ b/playground/preload/package.json @@ -17,7 +17,7 @@ "preview:preload-disabled": "vite preview --config vite.config-preload-disabled.ts" }, "dependencies": { - "vue": "^3.2.41", + "vue": "^3.2.45", "vue-router": "^4.1.6" }, "devDependencies": { diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 2b9686405d00fc..85d71d5d6945d6 100644 --- a/playground/ssr-vue/package.json +++ b/playground/ssr-vue/package.json @@ -17,7 +17,7 @@ "dependencies": { "example-external-component": "file:example-external-component", "pinia": "^2.0.23", - "vue": "^3.2.41", + "vue": "^3.2.45", "vue-router": "^4.1.6" }, "devDependencies": { diff --git a/playground/tailwind-sourcemap/package.json b/playground/tailwind-sourcemap/package.json index e449d9eaf17c2d..b78bfa043c38a3 100644 --- a/playground/tailwind-sourcemap/package.json +++ b/playground/tailwind-sourcemap/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "dependencies": { - "tailwindcss": "^3.2.2" + "tailwindcss": "^3.2.4" } } diff --git a/playground/tailwind/package.json b/playground/tailwind/package.json index 6152f8ee7046ad..ec823d2016ef3b 100644 --- a/playground/tailwind/package.json +++ b/playground/tailwind/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "autoprefixer": "^10.4.13", - "tailwindcss": "^3.2.2", - "vue": "^3.2.41", + "tailwindcss": "^3.2.4", + "vue": "^3.2.45", "vue-router": "^4.1.6" }, "devDependencies": { diff --git a/playground/vue-jsx/package.json b/playground/vue-jsx/package.json index b1233f58d33417..93cc7b3ece32d8 100644 --- a/playground/vue-jsx/package.json +++ b/playground/vue-jsx/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-legacy/package.json b/playground/vue-legacy/package.json index 77b810bb28a164..7d102dcbadaea1 100644 --- a/playground/vue-legacy/package.json +++ b/playground/vue-legacy/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-lib/package.json b/playground/vue-lib/package.json index f8f10ac1724a22..6a96a8cae661ae 100644 --- a/playground/vue-lib/package.json +++ b/playground/vue-lib/package.json @@ -9,7 +9,7 @@ "build-consumer": "vite build --config ./vite.config.consumer.ts" }, "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-server-origin/package.json b/playground/vue-server-origin/package.json index aa05838faf82d5..b5d1d345828888 100644 --- a/playground/vue-server-origin/package.json +++ b/playground/vue-server-origin/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index 92073bf1c0e205..5d1f164595dc2f 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -12,9 +12,9 @@ "@vitejs/plugin-vue": "workspace:*", "less": "^4.1.3", "postcss-nested": "^5.0.6", - "sass": "^1.56.0" + "sass": "^1.56.1" }, "dependencies": { - "vue": "^3.2.41" + "vue": "^3.2.45" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index 88009be72b30e9..958904b79f448d 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "vue": "^3.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", "js-yaml": "^4.1.0", "less": "^4.1.3", "pug": "^3.0.2", - "sass": "^1.56.0", + "sass": "^1.56.1", "stylus": "^0.59.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2c7d1dfb614f1..a632f8da943a20 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,9 +11,9 @@ importers: .: specifiers: '@babel/types': ^7.20.2 - '@microsoft/api-extractor': ^7.33.5 + '@microsoft/api-extractor': ^7.33.6 '@rollup/plugin-typescript': ^8.5.0 - '@types/babel__core': ^7.1.19 + '@types/babel__core': ^7.1.20 '@types/babel__standalone': ^7.1.4 '@types/convert-source-map': ^1.5.2 '@types/cross-spawn': ^6.0.2 @@ -32,12 +32,12 @@ importers: '@types/semver': ^7.3.13 '@types/stylus': ^0.48.38 '@types/ws': ^8.5.3 - '@typescript-eslint/eslint-plugin': ^5.42.0 - '@typescript-eslint/parser': ^5.42.0 + '@typescript-eslint/eslint-plugin': ^5.42.1 + '@typescript-eslint/parser': ^5.42.1 conventional-changelog-cli: ^2.2.2 esbuild: ^0.15.9 eslint: ^8.27.0 - eslint-define-config: ^1.11.0 + eslint-define-config: ^1.12.0 eslint-plugin-import: ^2.26.0 eslint-plugin-node: ^11.1.0 execa: ^6.1.0 @@ -48,7 +48,7 @@ importers: npm-run-all: ^4.1.5 picocolors: ^1.0.0 playwright-chromium: ^1.27.1 - pnpm: ^7.14.2 + pnpm: ^7.15.0 prettier: 2.7.1 prompts: ^2.4.2 resolve: ^1.22.1 @@ -58,18 +58,18 @@ importers: semver: ^7.3.8 simple-git-hooks: ^2.8.1 tslib: ^2.4.1 - tsx: ^3.11.0 + tsx: ^3.12.1 typescript: ^4.6.4 unbuild: ^0.9.4 vite: workspace:* - vitepress: ^1.0.0-alpha.27 - vitest: ^0.24.5 - vue: ^3.2.41 + vitepress: ^1.0.0-alpha.28 + vitest: ^0.25.1 + vue: ^3.2.45 devDependencies: '@babel/types': 7.20.2 - '@microsoft/api-extractor': 7.33.5 + '@microsoft/api-extractor': 7.33.6 '@rollup/plugin-typescript': 8.5.0_yqostt2xxzqa34b3zsesexa75y - '@types/babel__core': 7.1.19 + '@types/babel__core': 7.1.20 '@types/babel__standalone': 7.1.4 '@types/convert-source-map': 1.5.2 '@types/cross-spawn': 6.0.2 @@ -88,13 +88,13 @@ importers: '@types/semver': 7.3.13 '@types/stylus': 0.48.38 '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.42.0_xnrifqqquo32u4dxm4cl6xdau4 - '@typescript-eslint/parser': 5.42.0_hsmo2rtalirsvadpuxki35bq2i + '@typescript-eslint/eslint-plugin': 5.42.1_zepzmnpihhyziwtzr6tjj5l7cu + '@typescript-eslint/parser': 5.42.1_hsmo2rtalirsvadpuxki35bq2i conventional-changelog-cli: 2.2.2 esbuild: 0.15.11 eslint: 8.27.0 - eslint-define-config: 1.11.0 - eslint-plugin-import: 2.26.0_zql2fvxzk4tmut73fmbaoimchq + eslint-define-config: 1.12.0 + eslint-plugin-import: 2.26.0_jnohwm7eexgw7uduhweedcbnpe eslint-plugin-node: 11.1.0_eslint@8.27.0 execa: 6.1.0 fast-glob: 3.2.12 @@ -104,7 +104,7 @@ importers: npm-run-all: 4.1.5 picocolors: 1.0.0 playwright-chromium: 1.27.1 - pnpm: 7.14.2 + pnpm: 7.15.0 prettier: 2.7.1 prompts: 2.4.2 resolve: 1.22.1 @@ -114,13 +114,13 @@ importers: semver: 7.3.8 simple-git-hooks: 2.8.1 tslib: 2.4.1 - tsx: 3.11.0 + tsx: 3.12.1 typescript: 4.6.4 unbuild: 0.9.4 vite: link:packages/vite - vitepress: 1.0.0-alpha.27 - vitest: 0.24.5 - vue: 3.2.41 + vitepress: 1.0.0-alpha.28 + vitest: 0.25.1 + vue: 3.2.45 packages/create-vite: specifiers: @@ -137,16 +137,16 @@ importers: packages/plugin-legacy: specifiers: '@babel/core': ^7.20.2 - '@babel/standalone': ^7.20.2 - core-js: ^3.26.0 + '@babel/standalone': ^7.20.4 + core-js: ^3.26.1 magic-string: ^0.26.7 picocolors: ^1.0.0 regenerator-runtime: ^0.13.10 systemjs: ^6.13.0 vite: workspace:* dependencies: - '@babel/standalone': 7.20.2 - core-js: 3.26.0 + '@babel/standalone': 7.20.4 + core-js: 3.26.1 magic-string: 0.26.7 regenerator-runtime: 0.13.10 systemjs: 6.13.0 @@ -185,7 +185,7 @@ importers: slash: ^5.0.0 source-map: ^0.6.1 vite: workspace:* - vue: ^3.2.41 + vue: ^3.2.45 devDependencies: '@jridgewell/gen-mapping': 0.3.2 '@jridgewell/trace-mapping': 0.3.17 @@ -194,7 +194,7 @@ importers: slash: 5.0.0 source-map: 0.6.1 vite: link:../vite - vue: 3.2.41 + vue: 3.2.45 packages/plugin-vue-jsx: specifiers: @@ -212,7 +212,7 @@ importers: packages/vite: specifiers: '@ampproject/remapping': ^2.2.0 - '@babel/parser': ^7.20.2 + '@babel/parser': ^7.20.3 '@babel/types': ^7.20.2 '@jridgewell/trace-mapping': ^0.3.17 '@rollup/plugin-alias': ^4.0.2 @@ -253,7 +253,7 @@ importers: periscopic: ^3.0.4 picocolors: ^1.0.0 picomatch: ^2.3.1 - postcss: ^8.4.18 + postcss: ^8.4.19 postcss-import: ^15.0.0 postcss-load-config: ^4.0.1 postcss-modules: ^5.0.0 @@ -272,14 +272,14 @@ importers: ws: ^8.11.0 dependencies: esbuild: 0.15.9 - postcss: 8.4.18 + postcss: 8.4.19 resolve: 1.22.1 rollup: 3.3.0 optionalDependencies: fsevents: 2.3.2 devDependencies: '@ampproject/remapping': 2.2.0 - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 '@jridgewell/trace-mapping': 0.3.17 '@rollup/plugin-alias': 4.0.2_rollup@3.3.0 @@ -318,9 +318,9 @@ importers: periscopic: 3.0.4 picocolors: 1.0.0 picomatch: 2.3.1 - postcss-import: 15.0.0_postcss@8.4.18 - postcss-load-config: 4.0.1_postcss@8.4.18 - postcss-modules: 5.0.0_postcss@8.4.18 + postcss-import: 15.0.0_postcss@8.4.19 + postcss-load-config: 4.0.1_postcss@8.4.19 + postcss-modules: 5.0.0_postcss@8.4.19 resolve.exports: 1.1.0 sirv: 2.0.2 source-map-js: 1.0.2 @@ -338,25 +338,25 @@ importers: convert-source-map: ^1.9.0 css-color-names: ^1.0.1 kill-port: ^1.6.1 - node-fetch: ^3.2.10 + node-fetch: ^3.3.0 sirv: ^2.0.2 devDependencies: convert-source-map: 1.9.0 css-color-names: 1.0.1 kill-port: 1.6.1 - node-fetch: 3.2.10 + node-fetch: 3.3.0 sirv: 2.0.2 playground/alias: specifiers: - '@vue/shared': ^3.2.41 + '@vue/shared': ^3.2.45 aliased-module: file:./dir/module resolve-linked: workspace:* - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - '@vue/shared': 3.2.41 + '@vue/shared': 3.2.45 aliased-module: file:playground/alias/dir/module - vue: 3.2.41 + vue: 3.2.45 devDependencies: resolve-linked: link:../resolve-linked @@ -372,12 +372,12 @@ importers: playground/backend-integration: specifiers: fast-glob: ^3.2.12 - sass: ^1.56.0 - tailwindcss: ^3.2.2 + sass: ^1.56.1 + tailwindcss: ^3.2.4 devDependencies: fast-glob: 3.2.12 - sass: 1.56.0 - tailwindcss: 3.2.2 + sass: 1.56.1 + tailwindcss: 3.2.4 playground/build-old: specifiers: {} @@ -415,7 +415,7 @@ importers: fast-glob: ^3.2.12 less: ^4.1.3 postcss-nested: ^5.0.6 - sass: ^1.56.0 + sass: ^1.56.1 stylus: ^0.59.0 sugarss: ^4.0.1 devDependencies: @@ -424,7 +424,7 @@ importers: fast-glob: 3.2.12 less: 4.1.3 postcss-nested: 5.0.6 - sass: 1.56.0 + sass: 1.56.1 stylus: 0.59.0 sugarss: 4.0.1 @@ -438,13 +438,13 @@ importers: specifiers: less: ^4.1.3 magic-string: ^0.26.7 - sass: ^1.56.0 + sass: ^1.56.1 stylus: ^0.59.0 sugarss: ^4.0.1 devDependencies: less: 4.1.3 magic-string: 0.26.7 - sass: 1.56.0 + sass: 1.56.1 stylus: 0.59.0 sugarss: 4.0.1 @@ -492,34 +492,34 @@ importers: playground/extensions: specifiers: - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 playground/external: specifiers: '@vitejs/dep-that-imports-vue': file:./dep-that-imports-vue '@vitejs/dep-that-requires-vue': file:./dep-that-requires-vue vite: workspace:* - vue: ^3.2.41 + vue: ^3.2.45 dependencies: '@vitejs/dep-that-imports-vue': file:playground/external/dep-that-imports-vue '@vitejs/dep-that-requires-vue': file:playground/external/dep-that-requires-vue devDependencies: vite: link:../../packages/vite - vue: 3.2.41 + vue: 3.2.45 playground/external/dep-that-imports-vue: specifiers: - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 playground/external/dep-that-requires-vue: specifiers: - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 playground/file-delete-restore: specifiers: @@ -560,11 +560,11 @@ importers: specifiers: express: ^4.18.2 json-module: file:./json-module - vue: ^3.2.41 + vue: ^3.2.45 devDependencies: express: 4.18.2 json-module: file:playground/json/json-module - vue: 3.2.41 + vue: 3.2.45 playground/json/json-module: specifiers: {} @@ -588,10 +588,10 @@ importers: playground/multiple-entrypoints: specifiers: fast-glob: ^3.2.12 - sass: ^1.56.0 + sass: ^1.56.1 devDependencies: fast-glob: 3.2.12 - sass: 1.56.0 + sass: 1.56.1 playground/nested-deps: specifiers: @@ -644,9 +644,9 @@ importers: playground/object-hooks: specifiers: - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 playground/optimize-deps: specifiers: @@ -678,7 +678,7 @@ importers: react-dom: ^18.2.0 resolve-linked: workspace:0.0.0 url: ^0.11.0 - vue: ^3.2.41 + vue: ^3.2.45 vuex: ^4.1.0 dependencies: added-in-entries: file:playground/optimize-deps/added-in-entries @@ -708,8 +708,8 @@ importers: react-dom: 18.2.0_react@18.2.0 resolve-linked: link:../resolve-linked url: 0.11.0 - vue: 3.2.41 - vuex: 4.1.0_vue@3.2.41 + vue: 3.2.45 + vuex: 4.1.0_vue@3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue @@ -803,11 +803,11 @@ importers: dep-a: file:./dep-a dep-including-a: file:./dep-including-a terser: ^5.15.1 - vue: ^3.2.41 + vue: ^3.2.45 vue-router: ^4.1.6 dependencies: - vue: 3.2.41 - vue-router: 4.1.6_vue@3.2.41 + vue: 3.2.45 + vue-router: 4.1.6_vue@3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue dep-a: file:playground/preload/dep-a @@ -1150,13 +1150,13 @@ importers: express: ^4.18.2 pinia: ^2.0.23 serve-static: ^1.15.0 - vue: ^3.2.41 + vue: ^3.2.45 vue-router: ^4.1.6 dependencies: example-external-component: file:playground/ssr-vue/example-external-component - pinia: 2.0.23_vue@3.2.41 - vue: 3.2.41 - vue-router: 4.1.6_vue@3.2.41 + pinia: 2.0.23_vue@3.2.45 + vue: 3.2.45 + vue-router: 4.1.6_vue@3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue '@vitejs/plugin-vue-jsx': link:../../packages/plugin-vue-jsx @@ -1186,24 +1186,24 @@ importers: specifiers: '@vitejs/plugin-vue': workspace:* autoprefixer: ^10.4.13 - tailwindcss: ^3.2.2 + tailwindcss: ^3.2.4 ts-node: ^10.9.1 - vue: ^3.2.41 + vue: ^3.2.45 vue-router: ^4.1.6 dependencies: autoprefixer: 10.4.13 - tailwindcss: 3.2.2_ts-node@10.9.1 - vue: 3.2.41 - vue-router: 4.1.6_vue@3.2.41 + tailwindcss: 3.2.4_ts-node@10.9.1 + vue: 3.2.45 + vue-router: 4.1.6_vue@3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue ts-node: 10.9.1 playground/tailwind-sourcemap: specifiers: - tailwindcss: ^3.2.2 + tailwindcss: ^3.2.4 dependencies: - tailwindcss: 3.2.2 + tailwindcss: 3.2.4 playground/tsconfig-json: specifiers: {} @@ -1218,27 +1218,27 @@ importers: less: ^4.1.3 lodash-es: ^4.17.21 pug: ^3.0.2 - sass: ^1.56.0 + sass: ^1.56.1 stylus: ^0.59.0 - vue: ^3.2.41 + vue: ^3.2.45 dependencies: lodash-es: 4.17.21 - vue: 3.2.41 + vue: 3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue js-yaml: 4.1.0 less: 4.1.3 pug: 3.0.2 - sass: 1.56.0 + sass: 1.56.1 stylus: 0.59.0 playground/vue-jsx: specifiers: '@vitejs/plugin-vue': workspace:* '@vitejs/plugin-vue-jsx': workspace:* - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue '@vitejs/plugin-vue-jsx': link:../../packages/plugin-vue-jsx @@ -1247,9 +1247,9 @@ importers: specifiers: '@vitejs/plugin-legacy': workspace:* '@vitejs/plugin-vue': workspace:* - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 devDependencies: '@vitejs/plugin-legacy': link:../../packages/plugin-legacy '@vitejs/plugin-vue': link:../../packages/plugin-vue @@ -1257,18 +1257,18 @@ importers: playground/vue-lib: specifiers: '@vitejs/plugin-vue': workspace:* - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue playground/vue-server-origin: specifiers: '@vitejs/plugin-vue': workspace:* - vue: ^3.2.41 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue @@ -1277,15 +1277,15 @@ importers: '@vitejs/plugin-vue': workspace:* less: ^4.1.3 postcss-nested: ^5.0.6 - sass: ^1.56.0 - vue: ^3.2.41 + sass: ^1.56.1 + vue: ^3.2.45 dependencies: - vue: 3.2.41 + vue: 3.2.45 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue less: 4.1.3 postcss-nested: 5.0.6 - sass: 1.56.0 + sass: 1.56.1 playground/wasm: specifiers: {} @@ -1642,6 +1642,13 @@ packages: dependencies: '@babel/types': 7.20.2 + /@babel/parser/7.20.3: + resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.20.2 + /@babel/plugin-proposal-pipeline-operator/7.18.9: resolution: {integrity: sha512-Pc33e6m8f4MJhRXVCUwiKZNtEm+W2CUPHIL0lyJNtkp+w6d75CLw3gsBKQ81VAMUgT9jVPIEU8gwJ5nJgmJ1Ag==} engines: {node: '>=6.9.0'} @@ -1769,8 +1776,8 @@ packages: dependencies: regenerator-runtime: 0.13.10 - /@babel/standalone/7.20.2: - resolution: {integrity: sha512-oQX2oyEZCKzOaLImmg3NMm+1DFDm1pIkAme3xCvi170oYCzr5GazANyzFrsV4+9jup6b5uXlgIghXWGGUUEzSQ==} + /@babel/standalone/7.20.4: + resolution: {integrity: sha512-27bv4h47jbaFZ7+e7gT1VEo9PNL1ynxqUX6/BERLz1qxm/5gzpbcHX+47VnSeYHyEyGZkRznpSOd8zPBhiz6tw==} engines: {node: '>=6.9.0'} /@babel/template/7.16.7: @@ -1778,7 +1785,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 dev: false @@ -1787,7 +1794,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 /@babel/traverse/7.17.10: @@ -1800,7 +1807,7 @@ packages: '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 debug: 4.3.4 globals: 11.12.0 @@ -1818,7 +1825,7 @@ packages: '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 debug: 4.3.4 globals: 11.12.0 @@ -2155,8 +2162,8 @@ packages: '@rushstack/node-core-library': 3.53.2 dev: true - /@microsoft/api-extractor/7.33.5: - resolution: {integrity: sha512-ENoWpTWarKNuodpRFDQr3jyBigHuv98KuJ8H5qXc1LZ1aP5Mk77lCo88HbPisTmSnGevJJHTScfd/DPznOb4CQ==} + /@microsoft/api-extractor/7.33.6: + resolution: {integrity: sha512-EYu1qWiMyvP/P+7na76PbE7+eOtvuYIvQa2DhZqkSQSLYP2sKLmZaSMK5Jvpgdr0fK/xLFujK5vLf3vpfcmC8g==} hasBin: true dependencies: '@microsoft/api-extractor-model': 7.25.2 @@ -2164,7 +2171,7 @@ packages: '@microsoft/tsdoc-config': 0.16.1 '@rushstack/node-core-library': 3.53.2 '@rushstack/rig-package': 0.3.17 - '@rushstack/ts-command-line': 4.13.0 + '@rushstack/ts-command-line': 4.13.1 colors: 1.2.5 lodash: 4.17.21 resolve: 1.17.0 @@ -2436,8 +2443,8 @@ packages: strip-json-comments: 3.1.1 dev: true - /@rushstack/ts-command-line/4.13.0: - resolution: {integrity: sha512-crLT31kl+qilz0eBRjqqYO06CqwbElc0EvzS6jI69B9Ikt1SkkSzIZ2iDP7zt/rd1ZYipKIS9hf9CQR9swDIKg==} + /@rushstack/ts-command-line/4.13.1: + resolution: {integrity: sha512-UTQMRyy/jH1IS2U+6pyzyn9xQ2iMcoUKkTcZUzOP/aaMiKlWLwCTDiBVwhw/M1crDx6apF9CwyjuWO9r1SBdJQ==} dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -2465,10 +2472,10 @@ packages: resolution: {integrity: sha512-t4YHCgtD+ERvH0FyxvNlYwJ2ezhqw7t+Ygh4urQ7dJER8i185JPv6oIM3ey5YQmGN6Zp9EMbpohkjZi9t3UxwA==} dev: true - /@types/babel__core/7.1.19: - resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} + /@types/babel__core/7.1.20: + resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} dependencies: - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 @@ -2492,7 +2499,7 @@ packages: /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 dev: true @@ -2645,8 +2652,8 @@ packages: '@types/node': 17.0.42 dev: true - /@typescript-eslint/eslint-plugin/5.42.0_xnrifqqquo32u4dxm4cl6xdau4: - resolution: {integrity: sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==} + /@typescript-eslint/eslint-plugin/5.42.1_zepzmnpihhyziwtzr6tjj5l7cu: + 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 @@ -2656,10 +2663,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.42.0_hsmo2rtalirsvadpuxki35bq2i - '@typescript-eslint/scope-manager': 5.42.0 - '@typescript-eslint/type-utils': 5.42.0_hsmo2rtalirsvadpuxki35bq2i - '@typescript-eslint/utils': 5.42.0_hsmo2rtalirsvadpuxki35bq2i + '@typescript-eslint/parser': 5.42.1_hsmo2rtalirsvadpuxki35bq2i + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/type-utils': 5.42.1_hsmo2rtalirsvadpuxki35bq2i + '@typescript-eslint/utils': 5.42.1_hsmo2rtalirsvadpuxki35bq2i debug: 4.3.4 eslint: 8.27.0 ignore: 5.2.0 @@ -2672,8 +2679,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.42.0_hsmo2rtalirsvadpuxki35bq2i: - resolution: {integrity: sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==} + /@typescript-eslint/parser/5.42.1_hsmo2rtalirsvadpuxki35bq2i: + 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 @@ -2682,9 +2689,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.42.0 - '@typescript-eslint/types': 5.42.0 - '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.6.4 debug: 4.3.4 eslint: 8.27.0 typescript: 4.6.4 @@ -2692,16 +2699,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.42.0: - resolution: {integrity: sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==} + /@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.42.0 - '@typescript-eslint/visitor-keys': 5.42.0 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/visitor-keys': 5.42.1 dev: true - /@typescript-eslint/type-utils/5.42.0_hsmo2rtalirsvadpuxki35bq2i: - resolution: {integrity: sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==} + /@typescript-eslint/type-utils/5.42.1_hsmo2rtalirsvadpuxki35bq2i: + resolution: {integrity: sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2710,8 +2717,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.6.4 - '@typescript-eslint/utils': 5.42.0_hsmo2rtalirsvadpuxki35bq2i + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.6.4 + '@typescript-eslint/utils': 5.42.1_hsmo2rtalirsvadpuxki35bq2i debug: 4.3.4 eslint: 8.27.0 tsutils: 3.21.0_typescript@4.6.4 @@ -2720,13 +2727,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.42.0: - resolution: {integrity: sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==} + /@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.42.0_typescript@4.6.4: - resolution: {integrity: sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==} + /@typescript-eslint/typescript-estree/5.42.1_typescript@4.6.4: + resolution: {integrity: sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2734,8 +2741,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.42.0 - '@typescript-eslint/visitor-keys': 5.42.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 @@ -2746,17 +2753,17 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.42.0_hsmo2rtalirsvadpuxki35bq2i: - resolution: {integrity: sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==} + /@typescript-eslint/utils/5.42.1_hsmo2rtalirsvadpuxki35bq2i: + 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 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.42.0 - '@typescript-eslint/types': 5.42.0 - '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.6.4 eslint: 8.27.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.27.0 @@ -2766,11 +2773,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.42.0: - resolution: {integrity: sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==} + /@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.42.0 + '@typescript-eslint/types': 5.42.1 eslint-visitor-keys: 3.3.0 dev: true @@ -2795,39 +2802,39 @@ packages: - supports-color dev: false - /@vue/compiler-core/3.2.41: - resolution: {integrity: sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==} + /@vue/compiler-core/3.2.45: + resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==} dependencies: - '@babel/parser': 7.20.2 - '@vue/shared': 3.2.41 + '@babel/parser': 7.20.3 + '@vue/shared': 3.2.45 estree-walker: 2.0.2 source-map: 0.6.1 - /@vue/compiler-dom/3.2.41: - resolution: {integrity: sha512-xe5TbbIsonjENxJsYRbDJvthzqxLNk+tb3d/c47zgREDa/PCp6/Y4gC/skM4H6PIuX5DAxm7fFJdbjjUH2QTMw==} + /@vue/compiler-dom/3.2.45: + resolution: {integrity: sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==} dependencies: - '@vue/compiler-core': 3.2.41 - '@vue/shared': 3.2.41 + '@vue/compiler-core': 3.2.45 + '@vue/shared': 3.2.45 - /@vue/compiler-sfc/3.2.41: - resolution: {integrity: sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==} + /@vue/compiler-sfc/3.2.45: + resolution: {integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==} dependencies: - '@babel/parser': 7.20.2 - '@vue/compiler-core': 3.2.41 - '@vue/compiler-dom': 3.2.41 - '@vue/compiler-ssr': 3.2.41 - '@vue/reactivity-transform': 3.2.41 - '@vue/shared': 3.2.41 + '@babel/parser': 7.20.3 + '@vue/compiler-core': 3.2.45 + '@vue/compiler-dom': 3.2.45 + '@vue/compiler-ssr': 3.2.45 + '@vue/reactivity-transform': 3.2.45 + '@vue/shared': 3.2.45 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.18 + postcss: 8.4.19 source-map: 0.6.1 - /@vue/compiler-ssr/3.2.41: - resolution: {integrity: sha512-Y5wPiNIiaMz/sps8+DmhaKfDm1xgj6GrH99z4gq2LQenfVQcYXmHIOBcs5qPwl7jaW3SUQWjkAPKMfQemEQZwQ==} + /@vue/compiler-ssr/3.2.45: + resolution: {integrity: sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==} dependencies: - '@vue/compiler-dom': 3.2.41 - '@vue/shared': 3.2.41 + '@vue/compiler-dom': 3.2.45 + '@vue/shared': 3.2.45 /@vue/devtools-api/6.4.4: resolution: {integrity: sha512-Ku31WzpOV/8cruFaXaEZKF81WkNnvCSlBY4eOGtz5WMSdJvX1v1WWlSMGZeqUwPtQ27ZZz7B62erEMq8JDjcXw==} @@ -2836,52 +2843,52 @@ packages: /@vue/devtools-api/6.4.5: resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==} - /@vue/reactivity-transform/3.2.41: - resolution: {integrity: sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==} + /@vue/reactivity-transform/3.2.45: + resolution: {integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==} dependencies: - '@babel/parser': 7.20.2 - '@vue/compiler-core': 3.2.41 - '@vue/shared': 3.2.41 + '@babel/parser': 7.20.3 + '@vue/compiler-core': 3.2.45 + '@vue/shared': 3.2.45 estree-walker: 2.0.2 magic-string: 0.25.9 - /@vue/reactivity/3.2.41: - resolution: {integrity: sha512-9JvCnlj8uc5xRiQGZ28MKGjuCoPhhTwcoAdv3o31+cfGgonwdPNuvqAXLhlzu4zwqavFEG5tvaoINQEfxz+l6g==} + /@vue/reactivity/3.2.45: + resolution: {integrity: sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==} dependencies: - '@vue/shared': 3.2.41 + '@vue/shared': 3.2.45 - /@vue/runtime-core/3.2.41: - resolution: {integrity: sha512-0LBBRwqnI0p4FgIkO9q2aJBBTKDSjzhnxrxHYengkAF6dMOjeAIZFDADAlcf2h3GDALWnblbeprYYpItiulSVQ==} + /@vue/runtime-core/3.2.45: + resolution: {integrity: sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==} dependencies: - '@vue/reactivity': 3.2.41 - '@vue/shared': 3.2.41 + '@vue/reactivity': 3.2.45 + '@vue/shared': 3.2.45 - /@vue/runtime-dom/3.2.41: - resolution: {integrity: sha512-U7zYuR1NVIP8BL6jmOqmapRAHovEFp7CSw4pR2FacqewXNGqZaRfHoNLQsqQvVQ8yuZNZtxSZy0FFyC70YXPpA==} + /@vue/runtime-dom/3.2.45: + resolution: {integrity: sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==} dependencies: - '@vue/runtime-core': 3.2.41 - '@vue/shared': 3.2.41 + '@vue/runtime-core': 3.2.45 + '@vue/shared': 3.2.45 csstype: 2.6.20 - /@vue/server-renderer/3.2.41_vue@3.2.41: - resolution: {integrity: sha512-7YHLkfJdTlsZTV0ae5sPwl9Gn/EGr2hrlbcS/8naXm2CDpnKUwC68i1wGlrYAfIgYWL7vUZwk2GkYLQH5CvFig==} + /@vue/server-renderer/3.2.45_vue@3.2.45: + resolution: {integrity: sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==} peerDependencies: - vue: 3.2.41 + vue: 3.2.45 dependencies: - '@vue/compiler-ssr': 3.2.41 - '@vue/shared': 3.2.41 - vue: 3.2.41 + '@vue/compiler-ssr': 3.2.45 + '@vue/shared': 3.2.45 + vue: 3.2.45 - /@vue/shared/3.2.41: - resolution: {integrity: sha512-W9mfWLHmJhkfAmV+7gDjcHeAWALQtgGT3JErxULl0oz6R6+3ug91I7IErs93eCFhPCZPHBs4QJS7YWEV7A3sxw==} + /@vue/shared/3.2.45: + resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==} - /@vueuse/core/9.4.0_vue@3.2.41: + /@vueuse/core/9.4.0_vue@3.2.45: resolution: {integrity: sha512-JzgenGj1ZF2BHOen5rsFiAyyI9sXAv7aKhNLlm9b7SwYQeKTcxTWdhudonURCSP3Egl9NQaRBzes2lv/1JUt/Q==} dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.4.0 - '@vueuse/shared': 9.4.0_vue@3.2.41 - vue-demi: 0.13.1_vue@3.2.41 + '@vueuse/shared': 9.4.0_vue@3.2.45 + vue-demi: 0.13.1_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -2891,10 +2898,10 @@ packages: resolution: {integrity: sha512-7GKMdGAsJyQJl35MYOz/RDpP0FxuiZBRDSN79QIPbdqYx4Sd0sVTnIC68KJ6Oln0t0SouvSUMvRHuno216Ud2Q==} dev: true - /@vueuse/shared/9.4.0_vue@3.2.41: + /@vueuse/shared/9.4.0_vue@3.2.45: resolution: {integrity: sha512-fTuem51KwMCnqUKkI8B57qAIMcFovtGgsCtAeqxIzH3i6nE9VYge+gVfneNHAAy7lj8twbkNfqQSygOPJTm4tQ==} dependencies: - vue-demi: 0.13.1_vue@3.2.41 + vue-demi: 0.13.1_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3598,7 +3605,7 @@ packages: /constantinople/4.0.1: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 dev: true @@ -3795,8 +3802,8 @@ packages: is-what: 3.14.1 dev: true - /core-js/3.26.0: - resolution: {integrity: sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw==} + /core-js/3.26.1: + resolution: {integrity: sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==} requiresBuild: true dev: false @@ -4736,7 +4743,7 @@ packages: optional: true /esbuild/0.14.50: - resolution: {integrity: sha1-emZTksjflL9uGuHpmZZqXuYsbLw=} + resolution: {integrity: sha512-SbC3k35Ih2IC6trhbMYW7hYeGdjPKf9atTKwBUHqMCYFZZ9z8zhuvfnZihsnJypl74FjiAKjBRqFkBkAd0rS/w==} engines: {node: '>=12'} hasBin: true requiresBuild: true @@ -4839,8 +4846,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /eslint-define-config/1.11.0: - resolution: {integrity: sha512-J5xNmL5EyXJzrRCGuyr8eKia2boFnJl3Lzurrv1tpM3oxtNONlp9/HW+zRFZ6+W3U7BQDCtnLunGmyCCtFHioQ==} + /eslint-define-config/1.12.0: + resolution: {integrity: sha512-Kt9TcMbgsY9VRt7jIuw76KE/2RuD31eWB4Ubv6btXgU8NTSsbT6gZ8qzeiU+rAih/8sOl8Kt89spAZBMElu6qQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13', pnpm: '>= 7.0.0'} dev: true @@ -4853,7 +4860,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_5lo3o6fzjznngjme4oo7ex45ji: + /eslint-module-utils/2.7.3_v6ns2aycyui732mqoyv5gwdjve: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -4871,7 +4878,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.42.0_hsmo2rtalirsvadpuxki35bq2i + '@typescript-eslint/parser': 5.42.1_hsmo2rtalirsvadpuxki35bq2i debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -4890,7 +4897,7 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.26.0_zql2fvxzk4tmut73fmbaoimchq: + /eslint-plugin-import/2.26.0_jnohwm7eexgw7uduhweedcbnpe: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -4900,14 +4907,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.42.0_hsmo2rtalirsvadpuxki35bq2i + '@typescript-eslint/parser': 5.42.1_hsmo2rtalirsvadpuxki35bq2i array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.27.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_5lo3o6fzjznngjme4oo7ex45ji + eslint-module-utils: 2.7.3_v6ns2aycyui732mqoyv5gwdjve has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -5713,13 +5720,13 @@ packages: resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==} dev: true - /icss-utils/5.1.0_postcss@8.4.18: + /icss-utils/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 dev: true /ignore/5.2.0: @@ -6685,8 +6692,8 @@ packages: whatwg-url: 5.0.0 dev: false - /node-fetch/3.2.10: - resolution: {integrity: sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==} + /node-fetch/3.3.0: + resolution: {integrity: sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: data-uri-to-buffer: 4.0.0 @@ -7095,7 +7102,7 @@ packages: dev: true optional: true - /pinia/2.0.23_vue@3.2.41: + /pinia/2.0.23_vue@3.2.45: resolution: {integrity: sha512-N15hFf4o5STrxpNrib1IEb1GOArvPYf1zPvQVRGOO1G1d74Ak0J0lVyalX/SmrzdT4Q0nlEFjbURsmBmIGUR5Q==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -7108,8 +7115,8 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.4.4 - vue: 3.2.41 - vue-demi: 0.13.1_vue@3.2.41 + vue: 3.2.45 + vue-demi: 0.13.1_vue@3.2.45 dev: false /pkg-types/0.3.5: @@ -7135,45 +7142,45 @@ packages: hasBin: true dev: true - /pnpm/7.14.2: - resolution: {integrity: sha512-NSxrIaRW07jFQQ1fPFFOA8eMfuogsMeygOKd3zaFgyJBdo1oh61jl2JjWc+w0XNzWIMG7/v9HK7nP8RTL5NO3g==} + /pnpm/7.15.0: + resolution: {integrity: sha512-GGQ5+MCwD0bpq+65uitpgO1+ZusZ1keO5ebG/CH6ciu1ohnZj5Y3X374Ow/CBApa+Jw2/NUifVRz2fW4JChftA==} engines: {node: '>=14.6'} hasBin: true dev: true - /postcss-import/14.1.0_postcss@8.4.18: + /postcss-import/14.1.0_postcss@8.4.19: resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 - /postcss-import/15.0.0_postcss@8.4.18: + /postcss-import/15.0.0_postcss@8.4.19: resolution: {integrity: sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==} engines: {node: '>=14.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 dev: true - /postcss-js/4.0.0_postcss@8.4.18: + /postcss-js/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.3.3 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.18 + postcss: 8.4.19 - /postcss-load-config/3.1.4_neo3lunb2qpadwxplzw7r2isgm: + /postcss-load-config/3.1.4_postcss@8.4.19: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -7186,12 +7193,10 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.18 - ts-node: 10.9.1 + postcss: 8.4.19 yaml: 1.10.2 - dev: false - /postcss-load-config/3.1.4_postcss@8.4.18: + /postcss-load-config/3.1.4_v776zzvn44o7tpgzieipaairwm: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -7204,10 +7209,12 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.18 + postcss: 8.4.19 + ts-node: 10.9.1 yaml: 1.10.2 + dev: false - /postcss-load-config/4.0.1_postcss@8.4.18: + /postcss-load-config/4.0.1_postcss@8.4.19: resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} engines: {node: '>= 14'} peerDependencies: @@ -7220,52 +7227,52 @@ packages: optional: true dependencies: lilconfig: 2.0.5 - postcss: 8.4.18 + postcss: 8.4.19 yaml: 2.1.1 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.18: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.18: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.18 - postcss: 8.4.18 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.18: + /postcss-modules-scope/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.18: + /postcss-modules-values/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.18 - postcss: 8.4.18 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 dev: true - /postcss-modules/5.0.0_postcss@8.4.18: + /postcss-modules/5.0.0_postcss@8.4.19: resolution: {integrity: sha512-rGvpTDOM3//3Ysn3Xtvhzaj8ab984wKCpP02TEF559tLbUjNay3RQDpPxb7BREmfBtJm3/1WbQOZ7fSXwYLZ/w==} peerDependencies: postcss: ^8.0.0 @@ -7273,11 +7280,11 @@ packages: generic-names: 4.0.0 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 8.4.18 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.18 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.18 - postcss-modules-scope: 3.0.0_postcss@8.4.18 - postcss-modules-values: 4.0.0_postcss@8.4.18 + postcss: 8.4.19 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.19 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.19 + postcss-modules-scope: 3.0.0_postcss@8.4.19 + postcss-modules-values: 4.0.0_postcss@8.4.19 string-hash: 1.1.3 dev: true @@ -7290,13 +7297,13 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-nested/6.0.0_postcss@8.4.18: + /postcss-nested/6.0.0_postcss@8.4.19: resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 /postcss-selector-parser/6.0.10: @@ -7309,8 +7316,8 @@ packages: /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss/8.4.18: - resolution: {integrity: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==} + /postcss/8.4.19: + resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -7830,8 +7837,8 @@ packages: truncate-utf8-bytes: 1.0.2 dev: true - /sass/1.56.0: - resolution: {integrity: sha512-WFJ9XrpkcnqZcYuLRJh5qiV6ibQOR4AezleeEjTjMsCocYW59dEG19U3fwTTXxzi2Ed3yjPBp727hbbj53pHFw==} + /sass/1.56.1: + resolution: {integrity: sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -8302,8 +8309,8 @@ packages: resolution: {integrity: sha512-P3cgh2bpaPvAO2NE3uRp/n6hmk4xPX4DQf+UzTlCAycssKdqhp6hjw+ENWe+aUS7TogKRFtptMosTSFeC6R55g==} dev: false - /tailwindcss/3.2.2: - resolution: {integrity: sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==} + /tailwindcss/3.2.4: + resolution: {integrity: sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==} engines: {node: '>=12.13.0'} hasBin: true dependencies: @@ -8321,11 +8328,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.18 - postcss-import: 14.1.0_postcss@8.4.18 - postcss-js: 4.0.0_postcss@8.4.18 - postcss-load-config: 3.1.4_postcss@8.4.18 - postcss-nested: 6.0.0_postcss@8.4.18 + postcss: 8.4.19 + postcss-import: 14.1.0_postcss@8.4.19 + postcss-js: 4.0.0_postcss@8.4.19 + postcss-load-config: 3.1.4_postcss@8.4.19 + postcss-nested: 6.0.0_postcss@8.4.19 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -8333,8 +8340,8 @@ packages: transitivePeerDependencies: - ts-node - /tailwindcss/3.2.2_ts-node@10.9.1: - resolution: {integrity: sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==} + /tailwindcss/3.2.4_ts-node@10.9.1: + resolution: {integrity: sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==} engines: {node: '>=12.13.0'} hasBin: true dependencies: @@ -8352,11 +8359,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.18 - postcss-import: 14.1.0_postcss@8.4.18 - postcss-js: 4.0.0_postcss@8.4.18 - postcss-load-config: 3.1.4_neo3lunb2qpadwxplzw7r2isgm - postcss-nested: 6.0.0_postcss@8.4.18 + postcss: 8.4.19 + postcss-import: 14.1.0_postcss@8.4.19 + postcss-js: 4.0.0_postcss@8.4.19 + postcss-load-config: 3.1.4_v776zzvn44o7tpgzieipaairwm + postcss-nested: 6.0.0_postcss@8.4.19 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -8557,8 +8564,8 @@ packages: typescript: 4.6.4 dev: true - /tsx/3.11.0: - resolution: {integrity: sha512-q+q4xxu41+AafVwvAGqtNJ1ekPFd33ZhTMXvgIpHMqv/W89efwDRE9IyjhEAZm5iTHsshKaf1BYWSk789BrNCA==} + /tsx/3.12.1: + resolution: {integrity: sha512-Rcg1x+rNe7qwlP8j7kx4VjP/pJo/V57k+17hlrn6a7FuQLNwkaw5W4JF75tYornNVCxkXdSUnqlIT8JY/ttvIw==} hasBin: true dependencies: '@esbuild-kit/cjs-loader': 2.4.0 @@ -8726,7 +8733,7 @@ packages: resolution: {integrity: sha512-2Sre5A1a7G61bjaAKZnSFaVgbJMwwbbYQpJFH69hAYcDfN7kIaktlSphS02XJilz4+/jR1tsJ5MHo1oMoCezxg==} dependencies: '@babel/core': 7.20.2 - '@babel/standalone': 7.20.2 + '@babel/standalone': 7.20.4 '@babel/types': 7.20.2 scule: 0.3.2 transitivePeerDependencies: @@ -8793,19 +8800,19 @@ packages: engines: {node: '>= 0.8'} dev: true - /vitepress/1.0.0-alpha.27: - resolution: {integrity: sha512-7/PwlIRZANvB2uyi8oi4oMXuH84g2/pAaoymb+ObBCs60m0oVxKMPO28w7R/svqSnnE+bNDOuLzTCXt7gn513g==} + /vitepress/1.0.0-alpha.28: + resolution: {integrity: sha512-pvbLssDMgLUN1terajmPlFBxHSDGO4DqwexKbjFyr7LeELerVuwGrG6F2J1hxmwOlbpLd1kHXEDqGm9JX/kTDQ==} hasBin: true dependencies: '@docsearch/css': 3.3.0 '@docsearch/js': 3.3.0 '@vitejs/plugin-vue': link:packages/plugin-vue '@vue/devtools-api': 6.4.5 - '@vueuse/core': 9.4.0_vue@3.2.41 + '@vueuse/core': 9.4.0_vue@3.2.45 body-scroll-lock: 4.0.0-beta.0 shiki: 0.11.1 vite: link:packages/vite - vue: 3.2.41 + vue: 3.2.45 transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -8814,8 +8821,8 @@ packages: - react-dom dev: true - /vitest/0.24.5: - resolution: {integrity: sha512-zw6JhPUHtLILQDe5Q39b/SzoITkG+R7hcFjuthp4xsi6zpmfQPOZcHodZ+3bqoWl4EdGK/p1fuMiEwdxgbGLOA==} + /vitest/0.25.1: + resolution: {integrity: sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -8839,9 +8846,12 @@ packages: '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 '@types/node': 17.0.42 + acorn: 8.8.1 + acorn-walk: 8.2.0 chai: 4.3.6 debug: 4.3.4 local-pkg: 0.4.2 + source-map: 0.6.1 strip-literal: 0.4.2 tinybench: 2.3.1 tinypool: 0.3.0 @@ -8864,7 +8874,7 @@ packages: resolution: {integrity: sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==} dev: true - /vue-demi/0.13.1_vue@3.2.41: + /vue-demi/0.13.1_vue@3.2.45: resolution: {integrity: sha512-xmkJ56koG3ptpLnpgmIzk9/4nFf4CqduSJbUM0OdPoU87NwRuZ6x49OLhjSa/fC15fV+5CbEnrxU4oyE022svg==} engines: {node: '>=12'} hasBin: true @@ -8876,33 +8886,33 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.41 + vue: 3.2.45 - /vue-router/4.1.6_vue@3.2.41: + /vue-router/4.1.6_vue@3.2.45: resolution: {integrity: sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.4.5 - vue: 3.2.41 + vue: 3.2.45 dev: false - /vue/3.2.41: - resolution: {integrity: sha512-uuuvnrDXEeZ9VUPljgHkqB5IaVO8SxhPpqF2eWOukVrBnRBx2THPSGQBnVRt0GrIG1gvCmFXMGbd7FqcT1ixNQ==} + /vue/3.2.45: + resolution: {integrity: sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==} dependencies: - '@vue/compiler-dom': 3.2.41 - '@vue/compiler-sfc': 3.2.41 - '@vue/runtime-dom': 3.2.41 - '@vue/server-renderer': 3.2.41_vue@3.2.41 - '@vue/shared': 3.2.41 + '@vue/compiler-dom': 3.2.45 + '@vue/compiler-sfc': 3.2.45 + '@vue/runtime-dom': 3.2.45 + '@vue/server-renderer': 3.2.45_vue@3.2.45 + '@vue/shared': 3.2.45 - /vuex/4.1.0_vue@3.2.41: + /vuex/4.1.0_vue@3.2.45: resolution: {integrity: sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.4.4 - vue: 3.2.41 + vue: 3.2.45 dev: false /web-streams-polyfill/3.2.1: @@ -8980,7 +8990,7 @@ packages: resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/parser': 7.20.2 + '@babel/parser': 7.20.3 '@babel/types': 7.20.2 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 @@ -9140,7 +9150,7 @@ packages: name: '@vitejs/dep-that-imports-vue' version: 0.0.0 dependencies: - vue: 3.2.41 + vue: 3.2.45 dev: false file:playground/external/dep-that-requires-vue: @@ -9148,7 +9158,7 @@ packages: name: '@vitejs/dep-that-requires-vue' version: 0.0.0 dependencies: - vue: 3.2.41 + vue: 3.2.45 dev: false file:playground/import-assertion/import-assertion-dep: