From 9a1fd4ccf8986dd92b85563e7304b2591f782365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 07:26:37 +0200 Subject: [PATCH] fix(deps): update all non-major dependencies (#8558) --- package.json | 18 +- .../create-vite/template-lit-ts/package.json | 2 +- .../create-vite/template-lit/package.json | 2 +- .../template-preact-ts/package.json | 2 +- .../create-vite/template-preact/package.json | 2 +- .../template-react-ts/package.json | 2 +- .../create-vite/template-react/package.json | 2 +- .../template-svelte-ts/package.json | 4 +- .../create-vite/template-svelte/package.json | 4 +- .../template-vanilla-ts/package.json | 2 +- .../create-vite/template-vanilla/package.json | 2 +- .../create-vite/template-vue-ts/package.json | 4 +- .../create-vite/template-vue/package.json | 2 +- packages/vite/package.json | 8 +- playground/css-sourcemap/package.json | 4 +- playground/css/package.json | 4 +- playground/legacy/package.json | 2 +- playground/multiple-entrypoints/package.json | 2 +- playground/preload/package.json | 4 +- playground/react-emotion/package.json | 4 +- playground/ssr-vue/package.json | 2 +- playground/tailwind-sourcemap/package.json | 2 +- playground/tailwind/package.json | 2 +- playground/vue-sourcemap/package.json | 4 +- playground/vue/package.json | 4 +- pnpm-lock.yaml | 402 +++++++++--------- 26 files changed, 253 insertions(+), 239 deletions(-) diff --git a/package.json b/package.json index b44e7ddfa99091..5de01da5f99422 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ }, "devDependencies": { "@babel/types": "^7.18.4", - "@microsoft/api-extractor": "^7.24.2", - "@rollup/plugin-typescript": "^8.3.2", + "@microsoft/api-extractor": "^7.25.0", + "@rollup/plugin-typescript": "^8.3.3", "@types/babel__core": "^7.1.19", "@types/babel__standalone": "^7.1.4", "@types/convert-source-map": "^1.5.2", @@ -57,26 +57,26 @@ "@types/semver": "^7.3.9", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.27.0", - "@typescript-eslint/parser": "^5.27.0", + "@typescript-eslint/eslint-plugin": "^5.27.1", + "@typescript-eslint/parser": "^5.27.1", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "^0.14.38", "eslint": "^8.17.0", - "eslint-define-config": "^1.5.0", + "eslint-define-config": "^1.5.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "esno": "^0.16.3", "execa": "^5.1.1", "fs-extra": "^10.1.0", "kill-port": "^1.6.1", - "lint-staged": "^13.0.0", + "lint-staged": "^13.0.1", "minimist": "^1.2.6", "node-fetch": "^2.6.7", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.22.2", - "pnpm": "^7.1.9", + "pnpm": "^7.2.1", "prettier": "2.6.2", "prompts": "^2.4.2", "rimraf": "^3.0.2", @@ -89,7 +89,7 @@ "unbuild": "^0.7.4", "vite": "workspace:*", "vitepress": "1.0.0-draft.8", - "vitest": "^0.14.1", + "vitest": "^0.14.2", "vue": "^3.2.37" }, "simple-git-hooks": { @@ -110,7 +110,7 @@ "eslint --fix" ] }, - "packageManager": "pnpm@7.1.9", + "packageManager": "pnpm@7.2.1", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/create-vite/template-lit-ts/package.json b/packages/create-vite/template-lit-ts/package.json index b9e56a3b526d9c..42b05efd7e8a5d 100644 --- a/packages/create-vite/template-lit-ts/package.json +++ b/packages/create-vite/template-lit-ts/package.json @@ -21,6 +21,6 @@ }, "devDependencies": { "typescript": "^4.6.4", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-lit/package.json b/packages/create-vite/template-lit/package.json index 4eafb31f76de30..5d5ed85a4fc57c 100644 --- a/packages/create-vite/template-lit/package.json +++ b/packages/create-vite/template-lit/package.json @@ -18,6 +18,6 @@ "lit": "^2.2.5" }, "devDependencies": { - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-preact-ts/package.json b/packages/create-vite/template-preact-ts/package.json index 1f3d95c2b2f74e..ff7efa97a7b0ae 100644 --- a/packages/create-vite/template-preact-ts/package.json +++ b/packages/create-vite/template-preact-ts/package.json @@ -14,6 +14,6 @@ "devDependencies": { "@preact/preset-vite": "^2.2.0", "typescript": "^4.6.4", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-preact/package.json b/packages/create-vite/template-preact/package.json index a2bcbdbd2aa6da..327f2d0e1dcaa4 100644 --- a/packages/create-vite/template-preact/package.json +++ b/packages/create-vite/template-preact/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@preact/preset-vite": "^2.2.0", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-react-ts/package.json b/packages/create-vite/template-react-ts/package.json index 09683bac609c91..ce427c4eb447a5 100644 --- a/packages/create-vite/template-react-ts/package.json +++ b/packages/create-vite/template-react-ts/package.json @@ -17,6 +17,6 @@ "@types/react-dom": "^18.0.5", "@vitejs/plugin-react": "^1.3.2", "typescript": "^4.6.4", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-react/package.json b/packages/create-vite/template-react/package.json index 034891165e9d92..e49194201425da 100644 --- a/packages/create-vite/template-react/package.json +++ b/packages/create-vite/template-react/package.json @@ -16,6 +16,6 @@ "@types/react": "^18.0.12", "@types/react-dom": "^18.0.5", "@vitejs/plugin-react": "^1.3.2", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-svelte-ts/package.json b/packages/create-vite/template-svelte-ts/package.json index cae318abece338..35754a8efcd2e1 100644 --- a/packages/create-vite/template-svelte-ts/package.json +++ b/packages/create-vite/template-svelte-ts/package.json @@ -10,13 +10,13 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^1.0.0-next.47", + "@sveltejs/vite-plugin-svelte": "^1.0.0-next.49", "@tsconfig/svelte": "^3.0.0", "svelte": "^3.48.0", "svelte-check": "^2.7.2", "svelte-preprocess": "^4.10.7", "tslib": "^2.4.0", "typescript": "^4.6.4", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-svelte/package.json b/packages/create-vite/template-svelte/package.json index 0f7550c9ac713b..7b4bb4e615b5a7 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.0.0-next.47", + "@sveltejs/vite-plugin-svelte": "^1.0.0-next.49", "svelte": "^3.48.0", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-vanilla-ts/package.json b/packages/create-vite/template-vanilla-ts/package.json index ff74d1a70ac3aa..d1df1e67eeb8b6 100644 --- a/packages/create-vite/template-vanilla-ts/package.json +++ b/packages/create-vite/template-vanilla-ts/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "typescript": "^4.6.4", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-vanilla/package.json b/packages/create-vite/template-vanilla/package.json index 470ae1e4770149..52837e6d7c0ecc 100644 --- a/packages/create-vite/template-vanilla/package.json +++ b/packages/create-vite/template-vanilla/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "devDependencies": { - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/create-vite/template-vue-ts/package.json b/packages/create-vite/template-vue-ts/package.json index ca1cdd385ef710..208f8126f74c7a 100644 --- a/packages/create-vite/template-vue-ts/package.json +++ b/packages/create-vite/template-vue-ts/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^2.3.3", "typescript": "^4.6.4", - "vite": "^2.9.9", - "vue-tsc": "^0.37.0" + "vite": "^2.9.12", + "vue-tsc": "^0.37.5" } } diff --git a/packages/create-vite/template-vue/package.json b/packages/create-vite/template-vue/package.json index 9f70700a3a6134..f2f7dee1baaf9d 100644 --- a/packages/create-vite/template-vue/package.json +++ b/packages/create-vite/template-vue/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^2.3.3", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index 5d30d6f3bef105..56087413ae7908 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -75,7 +75,7 @@ "@rollup/plugin-dynamic-import-vars": "^1.4.3", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "13.3.0", - "@rollup/plugin-typescript": "^8.3.2", + "@rollup/plugin-typescript": "^8.3.3", "@rollup/pluginutils": "^4.2.1", "@vue/compiler-dom": "^3.2.37", "acorn": "^8.7.1", @@ -99,7 +99,7 @@ "launch-editor-middleware": "^2.4.0", "magic-string": "^0.26.2", "micromatch": "^4.0.5", - "mrmime": "^1.0.0", + "mrmime": "^1.0.1", "node-forge": "^1.3.1", "okie": "^1.0.1", "open": "^8.4.0", @@ -109,7 +109,7 @@ "postcss-load-config": "^3.1.4", "postcss-modules": "^4.3.1", "resolve.exports": "^1.1.0", - "rollup-plugin-license": "^2.8.0", + "rollup-plugin-license": "^2.8.1", "sirv": "^2.0.2", "source-map-js": "^1.0.2", "source-map-support": "^0.5.21", @@ -119,7 +119,7 @@ "tslib": "^2.4.0", "types": "link:./types", "ufo": "^0.8.4", - "ws": "^8.7.0" + "ws": "^8.8.0" }, "peerDependencies": { "less": "*", diff --git a/playground/css-sourcemap/package.json b/playground/css-sourcemap/package.json index bfa9e5934c1d7a..f7a7d480c8ec22 100644 --- a/playground/css-sourcemap/package.json +++ b/playground/css-sourcemap/package.json @@ -9,9 +9,9 @@ "preview": "vite preview" }, "devDependencies": { - "less": "^4.1.2", + "less": "^4.1.3", "magic-string": "^0.26.2", - "sass": "^1.52.2", + "sass": "^1.52.3", "stylus": "^0.58.1" } } diff --git a/playground/css/package.json b/playground/css/package.json index 29b1318945a93c..d78baa07c8d752 100644 --- a/playground/css/package.json +++ b/playground/css/package.json @@ -11,9 +11,9 @@ "devDependencies": { "css-dep": "link:./css-dep", "fast-glob": "^3.2.11", - "less": "^4.1.2", + "less": "^4.1.3", "postcss-nested": "^5.0.6", - "sass": "^1.52.2", + "sass": "^1.52.3", "stylus": "^0.58.1" } } diff --git a/playground/legacy/package.json b/playground/legacy/package.json index 347e410e2bf4d6..7ba9c0e8a47953 100644 --- a/playground/legacy/package.json +++ b/playground/legacy/package.json @@ -13,6 +13,6 @@ "devDependencies": { "@vitejs/plugin-legacy": "workspace:*", "express": "^4.18.1", - "terser": "^5.13.1" + "terser": "^5.14.1" } } diff --git a/playground/multiple-entrypoints/package.json b/playground/multiple-entrypoints/package.json index c33ca1e5a099c3..555d5b9021ab2c 100644 --- a/playground/multiple-entrypoints/package.json +++ b/playground/multiple-entrypoints/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "fast-glob": "^3.2.11", - "sass": "^1.52.2" + "sass": "^1.52.3" } } diff --git a/playground/preload/package.json b/playground/preload/package.json index cb160b90482524..2b76252c1e04ff 100644 --- a/playground/preload/package.json +++ b/playground/preload/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "vue": "^3.2.37", - "vue-router": "^4.0.15" + "vue-router": "^4.0.16" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", - "terser": "^5.13.1" + "terser": "^5.14.1" } } diff --git a/playground/react-emotion/package.json b/playground/react-emotion/package.json index 7ffa5d454b8151..ee12bf20dbcc00 100644 --- a/playground/react-emotion/package.json +++ b/playground/react-emotion/package.json @@ -9,10 +9,10 @@ "preview": "vite preview" }, "dependencies": { - "@emotion/react": "^11.9.0", + "@emotion/react": "^11.9.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-switch": "^6.0.0" + "react-switch": "^6.1.0" }, "devDependencies": { "@babel/plugin-proposal-pipeline-operator": "^7.18.2", diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 085aa145f399ac..cbd56ca0104571 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", "vue": "^3.2.37", - "vue-router": "^4.0.15", + "vue-router": "^4.0.16", "vuex": "^4.0.2" }, "devDependencies": { diff --git a/playground/tailwind-sourcemap/package.json b/playground/tailwind-sourcemap/package.json index 10c02556713d1c..2ce6ae88d68cf0 100644 --- a/playground/tailwind-sourcemap/package.json +++ b/playground/tailwind-sourcemap/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "dependencies": { - "tailwindcss": "^3.0.24" + "tailwindcss": "^3.1.2" } } diff --git a/playground/tailwind/package.json b/playground/tailwind/package.json index b67102570f338b..aa87248c0e8c43 100644 --- a/playground/tailwind/package.json +++ b/playground/tailwind/package.json @@ -12,7 +12,7 @@ "autoprefixer": "^10.4.7", "tailwindcss": "^2.2.19", "vue": "^3.2.37", - "vue-router": "^4.0.15" + "vue-router": "^4.0.16" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index 40bd2fecc788a0..9530a527f2398d 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -10,9 +10,9 @@ }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", - "less": "^4.1.2", + "less": "^4.1.3", "postcss-nested": "^5.0.6", - "sass": "^1.52.2" + "sass": "^1.52.3" }, "dependencies": { "vue": "^3.2.37" diff --git a/playground/vue/package.json b/playground/vue/package.json index a4911f76cc6e84..97d4e0fa1879ff 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -15,9 +15,9 @@ "devDependencies": { "@vitejs/plugin-vue": "workspace:*", "js-yaml": "^4.1.0", - "less": "^4.1.2", + "less": "^4.1.3", "pug": "^3.0.2", - "sass": "^1.52.2", + "sass": "^1.52.3", "stylus": "^0.58.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f7ee98f09c7ecc..8c161a5cdc3fff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,8 +11,8 @@ importers: .: specifiers: '@babel/types': ^7.18.4 - '@microsoft/api-extractor': ^7.24.2 - '@rollup/plugin-typescript': ^8.3.2 + '@microsoft/api-extractor': ^7.25.0 + '@rollup/plugin-typescript': ^8.3.3 '@types/babel__core': ^7.1.19 '@types/babel__standalone': ^7.1.4 '@types/convert-source-map': ^1.5.2 @@ -33,26 +33,26 @@ importers: '@types/semver': ^7.3.9 '@types/stylus': ^0.48.38 '@types/ws': ^8.5.3 - '@typescript-eslint/eslint-plugin': ^5.27.0 - '@typescript-eslint/parser': ^5.27.0 + '@typescript-eslint/eslint-plugin': ^5.27.1 + '@typescript-eslint/parser': ^5.27.1 conventional-changelog-cli: ^2.2.2 cross-env: ^7.0.3 esbuild: ^0.14.38 eslint: ^8.17.0 - eslint-define-config: ^1.5.0 + eslint-define-config: ^1.5.1 eslint-plugin-import: ^2.26.0 eslint-plugin-node: ^11.1.0 esno: ^0.16.3 execa: ^5.1.1 fs-extra: ^10.1.0 kill-port: ^1.6.1 - lint-staged: ^13.0.0 + lint-staged: ^13.0.1 minimist: ^1.2.6 node-fetch: ^2.6.7 npm-run-all: ^4.1.5 picocolors: ^1.0.0 playwright-chromium: ^1.22.2 - pnpm: ^7.1.9 + pnpm: ^7.2.1 prettier: 2.6.2 prompts: ^2.4.2 rimraf: ^3.0.2 @@ -65,12 +65,12 @@ importers: unbuild: ^0.7.4 vite: workspace:* vitepress: 1.0.0-draft.8 - vitest: ^0.14.1 + vitest: ^0.14.2 vue: ^3.2.37 devDependencies: '@babel/types': 7.18.4 - '@microsoft/api-extractor': 7.24.2 - '@rollup/plugin-typescript': 8.3.2_dsrqihoegvzgycupzno43pt4sq + '@microsoft/api-extractor': 7.25.0 + '@rollup/plugin-typescript': 8.3.3_dsrqihoegvzgycupzno43pt4sq '@types/babel__core': 7.1.19 '@types/babel__standalone': 7.1.4 '@types/convert-source-map': 1.5.2 @@ -91,26 +91,26 @@ importers: '@types/semver': 7.3.9 '@types/stylus': 0.48.38 '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.27.0_bmkwjfsdzl3qsmmksash2s7t5q - '@typescript-eslint/parser': 5.27.0_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/eslint-plugin': 5.27.1_bnfefdnvqpcyokeggdz5sotnli + '@typescript-eslint/parser': 5.27.1_pm7osnb22e4oktq33hptgspr5i conventional-changelog-cli: 2.2.2 cross-env: 7.0.3 esbuild: 0.14.38 eslint: 8.17.0 - eslint-define-config: 1.5.0 - eslint-plugin-import: 2.26.0_er3f6f6cekbq4lwnvn7afiwhn4 + eslint-define-config: 1.5.1 + eslint-plugin-import: 2.26.0_pv5w3e62ssxduf5aiwxbc3knra eslint-plugin-node: 11.1.0_eslint@8.17.0 esno: 0.16.3 execa: 5.1.1 fs-extra: 10.1.0 kill-port: 1.6.1 - lint-staged: 13.0.0 + lint-staged: 13.0.1 minimist: 1.2.6 node-fetch: 2.6.7 npm-run-all: 4.1.5 picocolors: 1.0.0 playwright-chromium: 1.22.2 - pnpm: 7.1.9 + pnpm: 7.2.1 prettier: 2.6.2 prompts: 2.4.2 rimraf: 3.0.2 @@ -123,7 +123,7 @@ importers: unbuild: 0.7.4 vite: link:packages/vite vitepress: 1.0.0-draft.8 - vitest: 0.14.1 + vitest: 0.14.2 vue: 3.2.37 packages/create-vite: @@ -227,7 +227,7 @@ importers: '@rollup/plugin-dynamic-import-vars': ^1.4.3 '@rollup/plugin-json': ^4.1.0 '@rollup/plugin-node-resolve': 13.3.0 - '@rollup/plugin-typescript': ^8.3.2 + '@rollup/plugin-typescript': ^8.3.3 '@rollup/pluginutils': ^4.2.1 '@vue/compiler-dom': ^3.2.37 acorn: ^8.7.1 @@ -253,7 +253,7 @@ importers: launch-editor-middleware: ^2.4.0 magic-string: ^0.26.2 micromatch: ^4.0.5 - mrmime: ^1.0.0 + mrmime: ^1.0.1 node-forge: ^1.3.1 okie: ^1.0.1 open: ^8.4.0 @@ -266,7 +266,7 @@ importers: resolve: ^1.22.0 resolve.exports: ^1.1.0 rollup: ^2.72.1 - rollup-plugin-license: ^2.8.0 + rollup-plugin-license: ^2.8.1 sirv: ^2.0.2 source-map-js: ^1.0.2 source-map-support: ^0.5.21 @@ -276,7 +276,7 @@ importers: tslib: ^2.4.0 types: link:./types ufo: ^0.8.4 - ws: ^8.7.0 + ws: ^8.8.0 dependencies: esbuild: 0.14.38 postcss: 8.4.14 @@ -294,7 +294,7 @@ importers: '@rollup/plugin-dynamic-import-vars': 1.4.3_rollup@2.72.1 '@rollup/plugin-json': 4.1.0_rollup@2.72.1 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.72.1 - '@rollup/plugin-typescript': 8.3.2_rollup@2.72.1+tslib@2.4.0 + '@rollup/plugin-typescript': 8.3.3_rollup@2.72.1+tslib@2.4.0 '@rollup/pluginutils': 4.2.1 '@vue/compiler-dom': 3.2.37 acorn: 8.7.1 @@ -318,7 +318,7 @@ importers: launch-editor-middleware: 2.4.0 magic-string: 0.26.2 micromatch: 4.0.5 - mrmime: 1.0.0 + mrmime: 1.0.1 node-forge: 1.3.1 okie: 1.0.1 open: 8.4.0 @@ -328,7 +328,7 @@ importers: postcss-load-config: 3.1.4_postcss@8.4.14 postcss-modules: 4.3.1_postcss@8.4.14 resolve.exports: 1.1.0 - rollup-plugin-license: 2.8.0_rollup@2.72.1 + rollup-plugin-license: 2.8.1_rollup@2.72.1 sirv: 2.0.2 source-map-js: 1.0.2 source-map-support: 0.5.21 @@ -338,7 +338,7 @@ importers: tslib: 2.4.0 types: link:types ufo: 0.8.4 - ws: 8.7.0 + ws: 8.8.0 playground: specifiers: @@ -384,16 +384,16 @@ importers: specifiers: css-dep: link:./css-dep fast-glob: ^3.2.11 - less: ^4.1.2 + less: ^4.1.3 postcss-nested: ^5.0.6 - sass: ^1.52.2 + sass: ^1.52.3 stylus: ^0.58.1 devDependencies: css-dep: link:css-dep fast-glob: 3.2.11 - less: 4.1.2 + less: 4.1.3 postcss-nested: 5.0.6 - sass: 1.52.2 + sass: 1.52.3 stylus: 0.58.1 playground/css-codesplit: @@ -404,14 +404,14 @@ importers: playground/css-sourcemap: specifiers: - less: ^4.1.2 + less: ^4.1.3 magic-string: ^0.26.2 - sass: ^1.52.2 + sass: ^1.52.3 stylus: ^0.58.1 devDependencies: - less: 4.1.2 + less: 4.1.3 magic-string: 0.26.2 - sass: 1.52.2 + sass: 1.52.3 stylus: 0.58.1 playground/css/css-dep: @@ -501,11 +501,11 @@ importers: specifiers: '@vitejs/plugin-legacy': workspace:* express: ^4.18.1 - terser: ^5.13.1 + terser: ^5.14.1 devDependencies: '@vitejs/plugin-legacy': link:../../packages/plugin-legacy express: 4.18.1 - terser: 5.14.0 + terser: 5.14.1 playground/lib: specifiers: {} @@ -513,10 +513,10 @@ importers: playground/multiple-entrypoints: specifiers: fast-glob: ^3.2.11 - sass: ^1.52.2 + sass: ^1.52.3 devDependencies: fast-glob: 3.2.11 - sass: 1.52.2 + sass: 1.52.3 playground/nested-deps: specifiers: @@ -696,15 +696,15 @@ importers: playground/preload: specifiers: '@vitejs/plugin-vue': workspace:* - terser: ^5.13.1 + terser: ^5.14.1 vue: ^3.2.37 - vue-router: ^4.0.15 + vue-router: ^4.0.16 dependencies: vue: 3.2.37 - vue-router: 4.0.15_vue@3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue - terser: 5.14.0 + terser: 5.14.1 playground/preserve-symlinks: specifiers: @@ -732,16 +732,16 @@ importers: specifiers: '@babel/plugin-proposal-pipeline-operator': ^7.18.2 '@emotion/babel-plugin': ^11.9.2 - '@emotion/react': ^11.9.0 + '@emotion/react': ^11.9.3 '@vitejs/plugin-react': workspace:* react: ^17.0.2 react-dom: ^17.0.2 - react-switch: ^6.0.0 + react-switch: ^6.1.0 dependencies: - '@emotion/react': 11.9.0_react@17.0.2 + '@emotion/react': 11.9.3_react@17.0.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-switch: 6.0.0_sfoxds7t5ydpegc3knd667wn6m + react-switch: 6.1.0_sfoxds7t5ydpegc3knd667wn6m devDependencies: '@babel/plugin-proposal-pipeline-operator': 7.18.2 '@emotion/babel-plugin': 11.9.2 @@ -915,12 +915,12 @@ importers: express: ^4.18.1 serve-static: ^1.15.0 vue: ^3.2.37 - vue-router: ^4.0.15 + vue-router: ^4.0.16 vuex: ^4.0.2 dependencies: example-external-component: file:playground/ssr-vue/example-external-component vue: 3.2.37 - vue-router: 4.0.15_vue@3.2.37 + vue-router: 4.0.16_vue@3.2.37 vuex: 4.0.2_vue@3.2.37 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue @@ -955,21 +955,21 @@ importers: tailwindcss: ^2.2.19 ts-node: ^10.8.1 vue: ^3.2.37 - vue-router: ^4.0.15 + vue-router: ^4.0.16 dependencies: autoprefixer: 10.4.7 tailwindcss: 2.2.19_lbvqn3ypbknass5qgyhojko2ui vue: 3.2.37 - vue-router: 4.0.15_vue@3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue ts-node: 10.8.1 playground/tailwind-sourcemap: specifiers: - tailwindcss: ^3.0.24 + tailwindcss: ^3.1.2 dependencies: - tailwindcss: 3.0.24 + tailwindcss: 3.1.2 playground/tsconfig-json: specifiers: {} @@ -981,10 +981,10 @@ importers: specifiers: '@vitejs/plugin-vue': workspace:* js-yaml: ^4.1.0 - less: ^4.1.2 + less: ^4.1.3 lodash-es: ^4.17.21 pug: ^3.0.2 - sass: ^1.52.2 + sass: ^1.52.3 stylus: ^0.58.1 vue: ^3.2.37 dependencies: @@ -993,9 +993,9 @@ importers: devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue js-yaml: 4.1.0 - less: 4.1.2 + less: 4.1.3 pug: 3.0.2 - sass: 1.52.2 + sass: 1.52.3 stylus: 0.58.1 playground/vue-jsx: @@ -1030,17 +1030,17 @@ importers: playground/vue-sourcemap: specifiers: '@vitejs/plugin-vue': workspace:* - less: ^4.1.2 + less: ^4.1.3 postcss-nested: ^5.0.6 - sass: ^1.52.2 + sass: ^1.52.3 vue: ^3.2.37 dependencies: vue: 3.2.37 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue - less: 4.1.2 + less: 4.1.3 postcss-nested: 5.0.6 - sass: 1.52.2 + sass: 1.52.3 playground/wasm: specifiers: {} @@ -1733,11 +1733,11 @@ packages: source-map: 0.5.7 stylis: 4.0.13 - /@emotion/cache/11.7.1: - resolution: {integrity: sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A==} + /@emotion/cache/11.9.3: + resolution: {integrity: sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg==} dependencies: '@emotion/memoize': 0.7.5 - '@emotion/sheet': 1.1.0 + '@emotion/sheet': 1.1.1 '@emotion/utils': 1.1.0 '@emotion/weak-memoize': 0.2.5 stylis: 4.0.13 @@ -1749,8 +1749,8 @@ packages: /@emotion/memoize/0.7.5: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} - /@emotion/react/11.9.0_react@17.0.2: - resolution: {integrity: sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ==} + /@emotion/react/11.9.3_react@17.0.2: + resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} peerDependencies: '@babel/core': ^7.0.0 '@types/react': '*' @@ -1761,10 +1761,10 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.3 '@emotion/babel-plugin': 11.9.2 - '@emotion/cache': 11.7.1 - '@emotion/serialize': 1.0.3 + '@emotion/cache': 11.9.3 + '@emotion/serialize': 1.0.4 '@emotion/utils': 1.1.0 '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 @@ -1780,8 +1780,18 @@ packages: '@emotion/utils': 1.1.0 csstype: 3.0.11 - /@emotion/sheet/1.1.0: - resolution: {integrity: sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g==} + /@emotion/serialize/1.0.4: + resolution: {integrity: sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg==} + dependencies: + '@emotion/hash': 0.8.0 + '@emotion/memoize': 0.7.5 + '@emotion/unitless': 0.7.5 + '@emotion/utils': 1.1.0 + csstype: 3.0.11 + dev: false + + /@emotion/sheet/1.1.1: + resolution: {integrity: sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA==} dev: false /@emotion/unitless/0.7.5: @@ -1919,19 +1929,19 @@ packages: - supports-color dev: false - /@microsoft/api-extractor-model/7.17.3: - resolution: {integrity: sha512-ETslFxVEZTEK6mrOARxM34Ll2W/5H2aTk9Pe9dxsMCnthE8O/CaStV4WZAGsvvZKyjelSWgPVYGowxGVnwOMlQ==} + /@microsoft/api-extractor-model/7.18.0: + resolution: {integrity: sha512-Q7ZhD6zKQd/J5ayNNChFCCgHZ8tw3ibljm6nXP/JEmiEFFbpKKtWMPVCaN8Y+8/qFmrz7mblLrupcKmUu8cF4A==} dependencies: '@microsoft/tsdoc': 0.14.1 '@microsoft/tsdoc-config': 0.16.1 '@rushstack/node-core-library': 3.45.5 dev: true - /@microsoft/api-extractor/7.24.2: - resolution: {integrity: sha512-QWZh9aQZvBAdRVK+Go8NiW8YNMN//OGiNqgA3iZ2sEy8imUqkRBCybXgmw2HkEYyPnn55CFoMKvnAHvV9+4B/A==} + /@microsoft/api-extractor/7.25.0: + resolution: {integrity: sha512-GS1XOY2RgLthUkfcTR4CLPvCIvpFYj+2MfJMZ3J4NX8H64BWSHGaDUvVV6QvjKNpt/RHdLyyJZ+j7dQveBAZnA==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.17.3 + '@microsoft/api-extractor-model': 7.18.0 '@microsoft/tsdoc': 0.14.1 '@microsoft/tsdoc-config': 0.16.1 '@rushstack/node-core-library': 3.45.5 @@ -2105,13 +2115,16 @@ packages: rollup: 2.72.1 dev: true - /@rollup/plugin-typescript/8.3.2_dsrqihoegvzgycupzno43pt4sq: - resolution: {integrity: sha512-MtgyR5LNHZr3GyN0tM7gNO9D0CS+Y+vflS4v/PHmrX17JCkHUYKvQ5jN5o3cz1YKllM3duXUqu3yOHwMPUxhDg==} + /@rollup/plugin-typescript/8.3.3_dsrqihoegvzgycupzno43pt4sq: + resolution: {integrity: sha512-55L9SyiYu3r/JtqdjhwcwaECXP7JeJ9h1Sg1VWRJKIutla2MdZQodTgcCNybXLMCnqpNLEhS2vGENww98L1npg==} engines: {node: '>=8.0.0'} peerDependencies: rollup: ^2.14.0 tslib: '*' typescript: '>=3.7.0' + peerDependenciesMeta: + tslib: + optional: true dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.72.1 resolve: 1.22.0 @@ -2120,13 +2133,16 @@ packages: typescript: 4.6.4 dev: true - /@rollup/plugin-typescript/8.3.2_rollup@2.72.1+tslib@2.4.0: - resolution: {integrity: sha512-MtgyR5LNHZr3GyN0tM7gNO9D0CS+Y+vflS4v/PHmrX17JCkHUYKvQ5jN5o3cz1YKllM3duXUqu3yOHwMPUxhDg==} + /@rollup/plugin-typescript/8.3.3_rollup@2.72.1+tslib@2.4.0: + resolution: {integrity: sha512-55L9SyiYu3r/JtqdjhwcwaECXP7JeJ9h1Sg1VWRJKIutla2MdZQodTgcCNybXLMCnqpNLEhS2vGENww98L1npg==} engines: {node: '>=8.0.0'} peerDependencies: rollup: ^2.14.0 tslib: '*' typescript: '>=3.7.0' + peerDependenciesMeta: + tslib: + optional: true dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.72.1 resolve: 1.22.0 @@ -2383,8 +2399,8 @@ packages: '@types/node': 17.0.32 dev: true - /@typescript-eslint/eslint-plugin/5.27.0_bmkwjfsdzl3qsmmksash2s7t5q: - resolution: {integrity: sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==} + /@typescript-eslint/eslint-plugin/5.27.1_bnfefdnvqpcyokeggdz5sotnli: + resolution: {integrity: sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2394,10 +2410,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_pm7osnb22e4oktq33hptgspr5i - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/type-utils': 5.27.0_pm7osnb22e4oktq33hptgspr5i - '@typescript-eslint/utils': 5.27.0_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/parser': 5.27.1_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/type-utils': 5.27.1_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/utils': 5.27.1_pm7osnb22e4oktq33hptgspr5i debug: 4.3.4 eslint: 8.17.0 functional-red-black-tree: 1.0.1 @@ -2410,8 +2426,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.27.0_pm7osnb22e4oktq33hptgspr5i: - resolution: {integrity: sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==} + /@typescript-eslint/parser/5.27.1_pm7osnb22e4oktq33hptgspr5i: + resolution: {integrity: sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2420,9 +2436,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/typescript-estree': 5.27.1_typescript@4.6.4 debug: 4.3.4 eslint: 8.17.0 typescript: 4.6.4 @@ -2430,16 +2446,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.27.0: - resolution: {integrity: sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==} + /@typescript-eslint/scope-manager/5.27.1: + resolution: {integrity: sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/visitor-keys': 5.27.0 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/visitor-keys': 5.27.1 dev: true - /@typescript-eslint/type-utils/5.27.0_pm7osnb22e4oktq33hptgspr5i: - resolution: {integrity: sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==} + /@typescript-eslint/type-utils/5.27.1_pm7osnb22e4oktq33hptgspr5i: + resolution: {integrity: sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2448,7 +2464,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.27.0_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/utils': 5.27.1_pm7osnb22e4oktq33hptgspr5i debug: 4.3.4 eslint: 8.17.0 tsutils: 3.21.0_typescript@4.6.4 @@ -2457,13 +2473,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.27.0: - resolution: {integrity: sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==} + /@typescript-eslint/types/5.27.1: + resolution: {integrity: sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.27.0_typescript@4.6.4: - resolution: {integrity: sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==} + /@typescript-eslint/typescript-estree/5.27.1_typescript@4.6.4: + resolution: {integrity: sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2471,8 +2487,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/visitor-keys': 5.27.0 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/visitor-keys': 5.27.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2483,16 +2499,16 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.27.0_pm7osnb22e4oktq33hptgspr5i: - resolution: {integrity: sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==} + /@typescript-eslint/utils/5.27.1_pm7osnb22e4oktq33hptgspr5i: + resolution: {integrity: sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/typescript-estree': 5.27.1_typescript@4.6.4 eslint: 8.17.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.17.0 @@ -2501,11 +2517,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.27.0: - resolution: {integrity: sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==} + /@typescript-eslint/visitor-keys/5.27.1: + resolution: {integrity: sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.27.0 + '@typescript-eslint/types': 5.27.1 eslint-visitor-keys: 3.3.0 dev: true @@ -3330,8 +3346,8 @@ packages: color-string: 1.9.1 dev: false - /colorette/2.0.16: - resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} + /colorette/2.0.17: + resolution: {integrity: sha512-hJo+3Bkn0NCHybn9Tu35fIeoOKGOk5OCC32y4Hz2It+qlCO2Q3DeQ1hRn/tDDMQKRYUEzqsl7jbF6dYKjlE60g==} dev: true /colors/1.2.5: @@ -3847,7 +3863,7 @@ packages: dev: true /defined/1.0.0: - resolution: {integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=} + resolution: {integrity: sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==} dev: false /defu/5.0.1: @@ -3901,6 +3917,16 @@ packages: minimist: 1.2.6 dev: false + /detective/5.2.1: + resolution: {integrity: sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==} + engines: {node: '>=0.8.0'} + hasBin: true + dependencies: + acorn-node: 1.8.2 + defined: 1.0.0 + minimist: 1.2.6 + dev: false + /dicer/0.3.0: resolution: {integrity: sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==} engines: {node: '>=4.5.0'} @@ -4448,8 +4474,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /eslint-define-config/1.5.0: - resolution: {integrity: sha512-2C6tmeMRAXQ+y5vxbXsOjn/CTmMseJ0eRXsK+ThFEjeibSpMmurPq2SjBGzl5Ha4pTpVSMJQc0lzE8Y3hPYbHQ==} + /eslint-define-config/1.5.1: + resolution: {integrity: sha512-6gxrmN7aKGffaO8dCtMMKyo3IxbWymMQ248p4lf8GbaFRcLsqOXHFdUhhM0Hcy1NudvnpwHcfbDf7Nh9pIm1TA==} engines: {node: '>= 14.6.0', npm: '>= 6.0.0', pnpm: '>= 7.0.0'} dev: true @@ -4462,7 +4488,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_nd4nb6nccnlbwilvit6hlaep3q: + /eslint-module-utils/2.7.3_5uhabtgzo3akfzi73a5jap3i6a: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -4480,7 +4506,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/parser': 5.27.1_pm7osnb22e4oktq33hptgspr5i debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -4499,7 +4525,7 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.26.0_er3f6f6cekbq4lwnvn7afiwhn4: + /eslint-plugin-import/2.26.0_pv5w3e62ssxduf5aiwxbc3knra: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -4509,14 +4535,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/parser': 5.27.1_pm7osnb22e4oktq33hptgspr5i array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.17.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_nd4nb6nccnlbwilvit6hlaep3q + eslint-module-utils: 2.7.3_5uhabtgzo3akfzi73a5jap3i6a has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -5304,6 +5330,14 @@ packages: safer-buffer: 2.1.2 dev: true + /iconv-lite/0.6.3: + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} + dependencies: + safer-buffer: 2.1.2 + dev: true + optional: true + /icss-replace-symbols/1.1.0: resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=} dev: true @@ -5478,7 +5512,7 @@ packages: dev: true /is-extglob/2.1.1: - resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} /is-fullwidth-code-point/3.0.0: @@ -5742,8 +5776,8 @@ packages: shell-quote: 1.7.3 dev: true - /less/4.1.2: - resolution: {integrity: sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA==} + /less/4.1.3: + resolution: {integrity: sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==} engines: {node: '>=6'} hasBin: true dependencies: @@ -5756,7 +5790,7 @@ packages: image-size: 0.5.5 make-dir: 2.1.0 mime: 1.6.0 - needle: 2.9.1 + needle: 3.1.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color @@ -5777,13 +5811,13 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /lint-staged/13.0.0: - resolution: {integrity: sha512-vWban5utFt78VZohbosUxNIa46KKJ+KOQTDWTQ8oSl1DLEEVl9zhUtaQbiiydAmx+h2wKJK2d0+iMaRmknuWRQ==} + /lint-staged/13.0.1: + resolution: {integrity: sha512-Ykaf4QTi0a02BF7cnq7JIPGOJxH4TkNMWhSlJdH9wOekd0X+gog47Jfh/0L31DqZe5AiydLGC7LkPqpaNm+Kvg==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: cli-truncate: 3.1.0 - colorette: 2.0.16 + colorette: 2.0.17 commander: 9.3.0 debug: 4.3.4 execa: 6.1.0 @@ -5792,7 +5826,7 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 object-inspect: 1.12.2 - pidtree: 0.5.0 + pidtree: 0.6.0 string-argv: 0.3.1 yaml: 2.1.1 transitivePeerDependencies: @@ -5810,7 +5844,7 @@ packages: optional: true dependencies: cli-truncate: 2.1.0 - colorette: 2.0.16 + colorette: 2.0.17 log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 @@ -6208,8 +6242,8 @@ packages: engines: {node: '>=4'} dev: true - /mrmime/1.0.0: - resolution: {integrity: sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==} + /mrmime/1.0.1: + resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} engines: {node: '>=10'} dev: true @@ -6238,14 +6272,14 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true - /needle/2.9.1: - resolution: {integrity: sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==} + /needle/3.1.0: + resolution: {integrity: sha512-gCE9weDhjVGCRqS8dwDR/D3GTAeyXLXuqp7I8EzH6DllZGXSUyxuqqLh+YX9rMAWaaTFyVAg6rHGL25dqvczKw==} engines: {node: '>= 4.4.x'} hasBin: true requiresBuild: true dependencies: debug: 3.2.7 - iconv-lite: 0.4.24 + iconv-lite: 0.6.3 sax: 1.2.4 transitivePeerDependencies: - supports-color @@ -6609,7 +6643,7 @@ packages: engines: {node: '>=0.10.0'} /path-key/2.0.1: - resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} + resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} engines: {node: '>=4'} dev: true @@ -6679,8 +6713,8 @@ packages: hasBin: true dev: true - /pidtree/0.5.0: - resolution: {integrity: sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==} + /pidtree/0.6.0: + resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} engines: {node: '>=0.10'} hasBin: true dev: true @@ -6688,7 +6722,6 @@ packages: /pify/2.3.0: resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} engines: {node: '>=0.10.0'} - dev: true /pify/3.0.0: resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} @@ -6724,9 +6757,9 @@ packages: hasBin: true dev: true - /pnpm/7.1.9: - resolution: {integrity: sha512-YWA+iqayHb0MndHTyqvVPKQVYVCOoBYlQNLP3hAf2DT/Iw2EHVcP18yCT+xnsPNvkC4VYfQepE6AZvySQue1TA==} - engines: {node: '>=14.19'} + /pnpm/7.2.1: + resolution: {integrity: sha512-Z2Wg7YHxeit2U+0aSj+doBPF9+ER0e3VLOGuJOQbk8rzIxK6zMtrQ0ICieCUGPWRM0Vbwj8yIcTKzO22Yhs/Cg==} + engines: {node: '>=14.6'} hasBin: true dev: true @@ -6740,7 +6773,6 @@ packages: postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.0 - dev: true /postcss-js/3.0.3: resolution: {integrity: sha512-gWnoWQXKFw65Hk/mi2+WTQTHdPD5UJdDXZmX073EY/B3BWnYjO4F4t0VneTCnCGQ5E5GsCdMkzPaTXwl3r5dJw==} @@ -6750,14 +6782,14 @@ packages: postcss: 8.4.13 dev: false - /postcss-js/4.0.0_postcss@8.4.13: + /postcss-js/4.0.0_postcss@8.4.14: 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.13 + postcss: 8.4.14 dev: false /postcss-load-config/3.1.4: @@ -6776,23 +6808,6 @@ packages: yaml: 1.10.2 dev: false - /postcss-load-config/3.1.4_postcss@8.4.13: - resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} - engines: {node: '>= 10'} - peerDependencies: - postcss: '>=8.0.9' - ts-node: '>=9.0.0' - peerDependenciesMeta: - postcss: - optional: true - ts-node: - optional: true - dependencies: - lilconfig: 2.0.5 - postcss: 8.4.13 - yaml: 1.10.2 - dev: false - /postcss-load-config/3.1.4_postcss@8.4.14: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} @@ -6808,7 +6823,6 @@ packages: lilconfig: 2.0.5 postcss: 8.4.14 yaml: 1.10.2 - dev: true /postcss-load-config/3.1.4_ts-node@10.8.1: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} @@ -6892,13 +6906,13 @@ packages: dependencies: postcss-selector-parser: 6.0.10 - /postcss-nested/5.0.6_postcss@8.4.13: + /postcss-nested/5.0.6_postcss@8.4.14: resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-selector-parser: 6.0.10 dev: false @@ -6992,7 +7006,7 @@ packages: dev: true /prr/1.0.1: - resolution: {integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY=} + resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} dev: true optional: true @@ -7216,11 +7230,11 @@ packages: tiny-warning: 1.0.3 dev: false - /react-switch/6.0.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-QV3/6eRK5/5epdQzIqvDAHRoGLbCv/wDpHUi6yBMXY1Xco5XGuIZxvB49PHoV1v/SpEgOCJLD/Zo43iic+aEIw==} + /react-switch/6.1.0_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-cOwQkxtHCOGtoK0KN3kZBPTQjt8P1TTpaor+TS0AJRLfFBIRkgjVIUCwAfvVlW32Bi1BK333rk9y/14suD38SA==} peerDependencies: - react: ^15.3.0 || ^16.0.0 || ^17.0.0 - react-dom: ^15.3.0 || ^16.0.0 || ^17.0.0 + react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 + react-dom: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: prop-types: 15.8.1 react: 17.0.2 @@ -7239,7 +7253,6 @@ packages: resolution: {integrity: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=} dependencies: pify: 2.3.0 - dev: true /read-pkg-up/3.0.0: resolution: {integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=} @@ -7460,8 +7473,8 @@ packages: - supports-color dev: true - /rollup-plugin-license/2.8.0_rollup@2.72.1: - resolution: {integrity: sha512-P+CM6tlgahnpnOFKeirABCcs3Eez4AQsm2fC7rvVR3aMIWd/KgSNAImmcfGS+Pmd0dGFmjE1tYgflnTINxNpIQ==} + /rollup-plugin-license/2.8.1_rollup@2.72.1: + resolution: {integrity: sha512-VYd9pzaNL7NN6xQp93XiiCV2UoduXgSmTcz6rl9bHPdiifT6yH3Zw/omEr73Rq8TIyN4nqJACBbKIT/2eE66wg==} engines: {node: '>=10.0.0'} peerDependencies: rollup: ^1.0.0 || ^2.0.0 @@ -7512,8 +7525,8 @@ packages: truncate-utf8-bytes: 1.0.2 dev: true - /sass/1.52.2: - resolution: {integrity: sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ==} + /sass/1.52.3: + resolution: {integrity: sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -7677,7 +7690,7 @@ packages: engines: {node: '>= 10'} dependencies: '@polka/url': 1.0.0-next.21 - mrmime: 1.0.0 + mrmime: 1.0.1 totalist: 3.0.0 dev: true @@ -7816,7 +7829,7 @@ packages: dev: true /sprintf-js/1.0.3: - resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: true /stack-trace/0.0.10: @@ -8079,15 +8092,15 @@ packages: - ts-node dev: false - /tailwindcss/3.0.24: - resolution: {integrity: sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==} + /tailwindcss/3.1.2: + resolution: {integrity: sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==} engines: {node: '>=12.13.0'} hasBin: true dependencies: arg: 5.0.1 chokidar: 3.5.3 color-name: 1.1.4 - detective: 5.2.0 + detective: 5.2.1 didyoumean: 1.2.2 dlv: 1.1.3 fast-glob: 3.2.11 @@ -8097,10 +8110,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.13 - postcss-js: 4.0.0_postcss@8.4.13 - postcss-load-config: 3.1.4_postcss@8.4.13 - postcss-nested: 5.0.6_postcss@8.4.13 + postcss: 8.4.14 + postcss-import: 14.1.0_postcss@8.4.14 + postcss-js: 4.0.0_postcss@8.4.14 + postcss-load-config: 3.1.4_postcss@8.4.14 + postcss-nested: 5.0.6_postcss@8.4.14 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -8134,8 +8148,8 @@ packages: uuid: 3.4.0 dev: true - /terser/5.14.0: - resolution: {integrity: sha512-JC6qfIEkPBd9j1SMO3Pfn+A6w2kQV54tv+ABQLgZr7dA3k/DL/OBoYSWxzVpZev3J+bUHXfr55L8Mox7AaNo6g==} + /terser/5.14.1: + resolution: {integrity: sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -8155,7 +8169,7 @@ packages: dev: true /through/2.3.8: - resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: true /through2/2.0.5: @@ -8172,7 +8186,7 @@ packages: dev: true /timsort/0.3.0: - resolution: {integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=} + resolution: {integrity: sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==} dev: true /tiny-emitter/2.1.0: @@ -8502,7 +8516,7 @@ packages: dev: true /util-deprecate/1.0.2: - resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} /utils-merge/1.0.1: resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=} @@ -8564,8 +8578,8 @@ packages: - react-dom dev: true - /vitest/0.14.1: - resolution: {integrity: sha512-2UUm6jYgkwh7Y3VKSRR8OuaNCm+iA5LPDnal7jyITN39maZK9L+JVxqjtQ39PSFo5Fl3/BgaJvER6GGHX9JLxg==} + /vitest/0.14.2: + resolution: {integrity: sha512-vXQUl8OUCqHmxKWscMGL+6Xl1pBJmYHZ8N85iNpLGrirAC2vhspu7b73ShRcLonmZT44BYZW+LBAVvn0L4jyVA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -8623,8 +8637,8 @@ packages: vue: 3.2.33 dev: true - /vue-router/4.0.15_vue@3.2.37: - resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==} + /vue-router/4.0.16_vue@3.2.37: + resolution: {integrity: sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA==} peerDependencies: vue: ^3.2.0 dependencies: @@ -8782,8 +8796,8 @@ packages: optional: true dev: true - /ws/8.7.0: - resolution: {integrity: sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==} + /ws/8.8.0: + resolution: {integrity: sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1