diff --git a/package.json b/package.json index f1803199ec1c36..731e241ac00040 100644 --- a/package.json +++ b/package.json @@ -58,25 +58,25 @@ "@types/semver": "^7.3.13", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "conventional-changelog-cli": "^2.2.2", "esbuild": "^0.15.9", "eslint": "^8.28.0", "eslint-define-config": "^1.12.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-regexp": "^1.10.0", + "eslint-plugin-regexp": "^1.11.0", "execa": "^6.1.0", "fast-glob": "^3.2.12", "fs-extra": "^10.1.0", - "lint-staged": "^13.0.3", + "lint-staged": "^13.0.4", "minimist": "^1.2.7", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "playwright-chromium": "^1.28.0", - "pnpm": "^7.17.0", - "prettier": "2.7.1", + "playwright-chromium": "^1.28.1", + "pnpm": "^7.17.1", + "prettier": "2.8.0", "prompts": "^2.4.2", "resolve": "^1.22.1", "rimraf": "^3.0.2", @@ -90,7 +90,7 @@ "unbuild": "^0.9.4", "vite": "workspace:*", "vitepress": "^1.0.0-alpha.29", - "vitest": "^0.25.2", + "vitest": "^0.25.3", "vue": "^3.2.45" }, "simple-git-hooks": { @@ -111,7 +111,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.17.0", + "packageManager": "pnpm@7.17.1", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/create-vite/template-svelte-ts/package.json b/packages/create-vite/template-svelte-ts/package.json index 5870260be40a8a..b00b1846b32f0c 100644 --- a/packages/create-vite/template-svelte-ts/package.json +++ b/packages/create-vite/template-svelte-ts/package.json @@ -10,7 +10,7 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^1.2.0", + "@sveltejs/vite-plugin-svelte": "^1.3.1", "@tsconfig/svelte": "^3.0.0", "svelte": "^3.53.1", "svelte-check": "^2.9.2", diff --git a/packages/create-vite/template-svelte/package.json b/packages/create-vite/template-svelte/package.json index c59a0c996f8796..7743a406e4d23a 100644 --- a/packages/create-vite/template-svelte/package.json +++ b/packages/create-vite/template-svelte/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^1.2.0", + "@sveltejs/vite-plugin-svelte": "^1.3.1", "svelte": "^3.53.1", "vite": "^3.2.4" } diff --git a/packages/vite/package.json b/packages/vite/package.json index c14e377f4448fc..96371ec4de69c8 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -72,9 +72,9 @@ "@babel/types": "^7.20.2", "@jridgewell/trace-mapping": "^0.3.17", "@rollup/plugin-alias": "^4.0.2", - "@rollup/plugin-commonjs": "^23.0.2", + "@rollup/plugin-commonjs": "^23.0.3", "@rollup/plugin-dynamic-import-vars": "^2.0.1", - "@rollup/plugin-json": "^5.0.1", + "@rollup/plugin-json": "^5.0.2", "@rollup/plugin-node-resolve": "15.0.1", "@rollup/plugin-typescript": "^9.0.2", "@rollup/pluginutils": "^5.0.2", diff --git a/playground/config/packages/siblings/package.json b/playground/config/packages/siblings/package.json index 8a3e18290d4be5..d7d5d29d585409 100644 --- a/playground/config/packages/siblings/package.json +++ b/playground/config/packages/siblings/package.json @@ -1,7 +1,7 @@ { "name": "@vite/test-config-sibling", "devDependencies": { - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "lodash": "^4.17.21" } } diff --git a/playground/legacy/package.json b/playground/legacy/package.json index bfdd3e3e68e805..16cfc66dc1a9a7 100644 --- a/playground/legacy/package.json +++ b/playground/legacy/package.json @@ -13,6 +13,6 @@ "devDependencies": { "@vitejs/plugin-legacy": "workspace:*", "express": "^4.18.2", - "terser": "^5.15.1" + "terser": "^5.16.0" } } diff --git a/playground/preload/package.json b/playground/preload/package.json index 12859e7951138d..fa677b9376aac2 100644 --- a/playground/preload/package.json +++ b/playground/preload/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", - "terser": "^5.15.1", + "terser": "^5.16.0", "dep-a": "file:./dep-a", "dep-including-a": "file:./dep-including-a" } diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 6e3ddf021ba4f3..fec20455ea5c97 100644 --- a/playground/ssr-vue/package.json +++ b/playground/ssr-vue/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "example-external-component": "file:example-external-component", - "pinia": "^2.0.24", + "pinia": "^2.0.27", "vue": "^3.2.45", "vue-router": "^4.1.6" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d9560b0b01af2..e12877ebb38939 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,25 +32,25 @@ importers: '@types/semver': ^7.3.13 '@types/stylus': ^0.48.38 '@types/ws': ^8.5.3 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 conventional-changelog-cli: ^2.2.2 esbuild: ^0.15.9 eslint: ^8.28.0 eslint-define-config: ^1.12.0 eslint-plugin-import: ^2.26.0 eslint-plugin-node: ^11.1.0 - eslint-plugin-regexp: ^1.10.0 + eslint-plugin-regexp: ^1.11.0 execa: ^6.1.0 fast-glob: ^3.2.12 fs-extra: ^10.1.0 - lint-staged: ^13.0.3 + lint-staged: ^13.0.4 minimist: ^1.2.7 npm-run-all: ^4.1.5 picocolors: ^1.0.0 - playwright-chromium: ^1.28.0 - pnpm: ^7.17.0 - prettier: 2.7.1 + playwright-chromium: ^1.28.1 + pnpm: ^7.17.1 + prettier: 2.8.0 prompts: ^2.4.2 resolve: ^1.22.1 rimraf: ^3.0.2 @@ -64,7 +64,7 @@ importers: unbuild: ^0.9.4 vite: workspace:* vitepress: ^1.0.0-alpha.29 - vitest: ^0.25.2 + vitest: ^0.25.3 vue: ^3.2.45 devDependencies: '@babel/types': 7.20.2 @@ -89,25 +89,25 @@ importers: '@types/semver': 7.3.13 '@types/stylus': 0.48.38 '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.43.0_ci6lfi5sdcfhutiueasgk6ev4q - '@typescript-eslint/parser': 5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq + '@typescript-eslint/eslint-plugin': 5.44.0_tu3ppasffl73sg2len737zqm4q + '@typescript-eslint/parser': 5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq conventional-changelog-cli: 2.2.2 esbuild: 0.15.11 eslint: 8.28.0 eslint-define-config: 1.12.0 - eslint-plugin-import: 2.26.0_ivdjtymx6ubvknadox4oh4qsue + eslint-plugin-import: 2.26.0_vfrilbydaxalswvos6uuh4sxs4 eslint-plugin-node: 11.1.0_eslint@8.28.0 - eslint-plugin-regexp: 1.10.0_eslint@8.28.0 + eslint-plugin-regexp: 1.11.0_eslint@8.28.0 execa: 6.1.0 fast-glob: 3.2.12 fs-extra: 10.1.0 - lint-staged: 13.0.3 + lint-staged: 13.0.4 minimist: 1.2.7 npm-run-all: 4.1.5 picocolors: 1.0.0 - playwright-chromium: 1.28.0 - pnpm: 7.17.0 - prettier: 2.7.1 + playwright-chromium: 1.28.1 + pnpm: 7.17.1 + prettier: 2.8.0 prompts: 2.4.2 resolve: 1.22.1 rimraf: 3.0.2 @@ -121,7 +121,7 @@ importers: unbuild: 0.9.4 vite: link:packages/vite vitepress: 1.0.0-alpha.29 - vitest: 0.25.2 + vitest: 0.25.3 vue: 3.2.45 packages/create-vite: @@ -218,9 +218,9 @@ importers: '@babel/types': ^7.20.2 '@jridgewell/trace-mapping': ^0.3.17 '@rollup/plugin-alias': ^4.0.2 - '@rollup/plugin-commonjs': ^23.0.2 + '@rollup/plugin-commonjs': ^23.0.3 '@rollup/plugin-dynamic-import-vars': ^2.0.1 - '@rollup/plugin-json': ^5.0.1 + '@rollup/plugin-json': ^5.0.2 '@rollup/plugin-node-resolve': 15.0.1 '@rollup/plugin-typescript': ^9.0.2 '@rollup/pluginutils': ^5.0.2 @@ -285,9 +285,9 @@ importers: '@babel/types': 7.20.2 '@jridgewell/trace-mapping': 0.3.17 '@rollup/plugin-alias': 4.0.2_rollup@3.3.0 - '@rollup/plugin-commonjs': 23.0.2_rollup@3.3.0 + '@rollup/plugin-commonjs': 23.0.3_rollup@3.3.0 '@rollup/plugin-dynamic-import-vars': 2.0.1_rollup@3.3.0 - '@rollup/plugin-json': 5.0.1_rollup@3.3.0 + '@rollup/plugin-json': 5.0.2_rollup@3.3.0 '@rollup/plugin-node-resolve': 15.0.1_rollup@3.3.0 '@rollup/plugin-typescript': 9.0.2_rollup@3.3.0+tslib@2.4.1 '@rollup/pluginutils': 5.0.2_rollup@3.3.0 @@ -404,10 +404,10 @@ importers: playground/config/packages/siblings: specifiers: - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 lodash: ^4.17.21 devDependencies: - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 lodash: 4.17.21 playground/css: @@ -587,11 +587,11 @@ importers: specifiers: '@vitejs/plugin-legacy': workspace:* express: ^4.18.2 - terser: ^5.15.1 + terser: ^5.16.0 devDependencies: '@vitejs/plugin-legacy': link:../../packages/plugin-legacy express: 4.18.2 - terser: 5.15.1 + terser: 5.16.0 playground/lib: specifiers: {} @@ -816,7 +816,7 @@ importers: '@vitejs/plugin-vue': workspace:* dep-a: file:./dep-a dep-including-a: file:./dep-including-a - terser: ^5.15.1 + terser: ^5.16.0 vue: ^3.2.45 vue-router: ^4.1.6 dependencies: @@ -826,7 +826,7 @@ importers: '@vitejs/plugin-vue': link:../../packages/plugin-vue dep-a: file:playground/preload/dep-a dep-including-a: file:playground/preload/dep-including-a - terser: 5.15.1 + terser: 5.16.0 playground/preload/dep-a: specifiers: {} @@ -1173,13 +1173,13 @@ importers: dep-import-type: link:./dep-import-type example-external-component: file:example-external-component express: ^4.18.2 - pinia: ^2.0.24 + pinia: ^2.0.27 serve-static: ^1.15.0 vue: ^3.2.45 vue-router: ^4.1.6 dependencies: example-external-component: file:playground/ssr-vue/example-external-component - pinia: 2.0.24_vue@3.2.45 + pinia: 2.0.27_vue@3.2.45 vue: 3.2.45 vue-router: 4.1.6_vue@3.2.45 devDependencies: @@ -2302,8 +2302,8 @@ packages: slash: 4.0.0 dev: true - /@rollup/plugin-commonjs/23.0.2_rollup@3.3.0: - resolution: {integrity: sha512-e9ThuiRf93YlVxc4qNIurvv+Hp9dnD+4PjOqQs5vAYfcZ3+AXSrcdzXnVjWxcGQOa6KGJFcRZyUI3ktWLavFjg==} + /@rollup/plugin-commonjs/23.0.3_rollup@3.3.0: + resolution: {integrity: sha512-31HxrT5emGfTyIfAs1lDQHj6EfYxTXcwtX5pIIhq+B/xZBNIqQ179d/CkYxlpYmFCxT78AeU4M8aL8Iv/IBxFA==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.68.0||^3.0.0 @@ -2336,8 +2336,8 @@ packages: rollup: 3.3.0 dev: true - /@rollup/plugin-json/5.0.1_rollup@3.3.0: - resolution: {integrity: sha512-QCwhZZLvM8nRcTHyR1vOgyTMiAnjiNj1ebD/BMRvbO1oc/z14lZH6PfxXeegee2B6mky/u9fia4fxRM4TqrUaw==} + /@rollup/plugin-json/5.0.2_rollup@3.3.0: + resolution: {integrity: sha512-D1CoOT2wPvadWLhVcmpkDnesTzjhNIQRWLsc3fA49IFOP2Y84cFOOJ+nKGYedvXHKUsPeq07HR4hXpBBr+CHlA==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0 @@ -2587,8 +2587,8 @@ packages: resolution: {integrity: sha512-1YXyYH83h6We1djyoUEqTlVyQtCfJAFXELSKW2ZRtjHD4hQ82CC4lvrv5D0l0FLcKBaiPbXyi3MpMsI9ZRgKsw==} dev: true - /@types/lodash/4.14.189: - resolution: {integrity: sha512-kb9/98N6X8gyME9Cf7YaqIMvYGnBSWqEci6tiettE6iJWH1XdJz/PO8LB0GtLCG7x8dU3KWhZT+lA1a35127tA==} + /@types/lodash/4.14.190: + resolution: {integrity: sha512-5iJ3FBJBvQHQ8sFhEhJfjUP+G+LalhavTkYyrAYqz5MEJG+erSv0k9KJLb6q7++17Lafk1scaTIFXcMJlwK8Mw==} dev: true /@types/micromatch/4.0.2: @@ -2668,8 +2668,8 @@ packages: '@types/node': 17.0.42 dev: true - /@typescript-eslint/eslint-plugin/5.43.0_ci6lfi5sdcfhutiueasgk6ev4q: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} + /@typescript-eslint/eslint-plugin/5.44.0_tu3ppasffl73sg2len737zqm4q: + resolution: {integrity: sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2679,10 +2679,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq - '@typescript-eslint/utils': 5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq + '@typescript-eslint/parser': 5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/type-utils': 5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq + '@typescript-eslint/utils': 5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq debug: 4.3.4 eslint: 8.28.0 ignore: 5.2.0 @@ -2695,8 +2695,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} + /@typescript-eslint/parser/5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq: + resolution: {integrity: sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2705,9 +2705,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.6.4 debug: 4.3.4 eslint: 8.28.0 typescript: 4.6.4 @@ -2715,16 +2715,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.43.0: - resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} + /@typescript-eslint/scope-manager/5.44.0: + resolution: {integrity: sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/visitor-keys': 5.44.0 dev: true - /@typescript-eslint/type-utils/5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} + /@typescript-eslint/type-utils/5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq: + resolution: {integrity: sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2733,8 +2733,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.6.4 - '@typescript-eslint/utils': 5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.6.4 + '@typescript-eslint/utils': 5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq debug: 4.3.4 eslint: 8.28.0 tsutils: 3.21.0_typescript@4.6.4 @@ -2743,13 +2743,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.43.0: - resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} + /@typescript-eslint/types/5.44.0: + resolution: {integrity: sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.43.0_typescript@4.6.4: - resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} + /@typescript-eslint/typescript-estree/5.44.0_typescript@4.6.4: + resolution: {integrity: sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2757,8 +2757,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/visitor-keys': 5.44.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2769,17 +2769,17 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} + /@typescript-eslint/utils/5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq: + resolution: {integrity: sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==} 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.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.6.4 eslint: 8.28.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.28.0 @@ -2789,11 +2789,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.43.0: - resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} + /@typescript-eslint/visitor-keys/5.44.0: + resolution: {integrity: sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/types': 5.44.0 eslint-visitor-keys: 3.3.0 dev: true @@ -3512,8 +3512,8 @@ packages: hasBin: true dev: false - /colorette/2.0.17: - resolution: {integrity: sha512-hJo+3Bkn0NCHybn9Tu35fIeoOKGOk5OCC32y4Hz2It+qlCO2Q3DeQ1hRn/tDDMQKRYUEzqsl7jbF6dYKjlE60g==} + /colorette/2.0.19: + resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==} dev: true /colors/1.2.5: @@ -3538,8 +3538,8 @@ packages: engines: {node: '>= 10'} dev: true - /commander/9.3.0: - resolution: {integrity: sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==} + /commander/9.4.1: + resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} engines: {node: ^12.20.0 || >=14} dev: true @@ -4881,7 +4881,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_fmuy6wfytpxcy4lufnxcokvnry: + /eslint-module-utils/2.7.3_c5u3z3b56p5yrxfuaql7gkhl3q: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -4899,7 +4899,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq + '@typescript-eslint/parser': 5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -4918,7 +4918,7 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.26.0_ivdjtymx6ubvknadox4oh4qsue: + /eslint-plugin-import/2.26.0_vfrilbydaxalswvos6uuh4sxs4: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -4928,14 +4928,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_z7uk45jxq7ry2qnxyf4xkmleuq + '@typescript-eslint/parser': 5.44.0_z7uk45jxq7ry2qnxyf4xkmleuq array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.28.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_fmuy6wfytpxcy4lufnxcokvnry + eslint-module-utils: 2.7.3_c5u3z3b56p5yrxfuaql7gkhl3q has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -4964,8 +4964,8 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-regexp/1.10.0_eslint@8.28.0: - resolution: {integrity: sha512-9HPSmKlxc19csfpCBEPRMuGme767uypOzWxP9zplRXC7RnBluB1Xk8ggcuB4ZV0ZcpJA3znCKLeyUrRyk2YlQg==} + /eslint-plugin-regexp/1.11.0_eslint@8.28.0: + resolution: {integrity: sha512-xSFARZrg0LMIp6g7XXUByS52w0fBp3lucoDi347BbeN9XqkGNFdsN+nDzNZIJbJJ1tWB08h3Pd8RfA5p7Kezhg==} engines: {node: ^12 || >=14} peerDependencies: eslint: '>=6.0.0' @@ -6218,32 +6218,32 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /lint-staged/13.0.3: - resolution: {integrity: sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==} + /lint-staged/13.0.4: + resolution: {integrity: sha512-HxlHCXoYRsq9QCby5wFozmZW00hMs/9e3l+/dz6Qr8Kle4UH0kJTdABAbqhzG+3pcG6QjL9kz7NgGBfph+a5dw==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: cli-truncate: 3.1.0 - colorette: 2.0.17 - commander: 9.3.0 + colorette: 2.0.19 + commander: 9.4.1 debug: 4.3.4 execa: 6.1.0 - lilconfig: 2.0.5 - listr2: 4.0.5 + lilconfig: 2.0.6 + listr2: 5.0.5 micromatch: 4.0.5 normalize-path: 3.0.0 object-inspect: 1.12.2 pidtree: 0.6.0 string-argv: 0.3.1 - yaml: 2.1.1 + yaml: 2.1.3 transitivePeerDependencies: - enquirer - supports-color dev: true - /listr2/4.0.5: - resolution: {integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==} - engines: {node: '>=12'} + /listr2/5.0.5: + resolution: {integrity: sha512-DpBel6fczu7oQKTXMekeprc0o3XDgGMkD7JNYyX+X0xbwK+xgrx9dcyKoXKqpLSUvAWfmoePS7kavniOcq3r4w==} + engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: enquirer: '>= 2.3.0 < 3' peerDependenciesMeta: @@ -6251,11 +6251,11 @@ packages: optional: true dependencies: cli-truncate: 2.1.0 - colorette: 2.0.17 + colorette: 2.0.19 log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.5.5 + rxjs: 7.5.7 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -7147,8 +7147,8 @@ packages: dev: true optional: true - /pinia/2.0.24_vue@3.2.45: - resolution: {integrity: sha512-DDLd4Iphyc+6PYYYbx7jkb6WP9gecgu9bz9huyB5rb7CdJI3DhzYiZI+/Ih8MLewRrP9DSpslF/BgSNrJtZU7A==} + /pinia/2.0.27_vue@3.2.45: + resolution: {integrity: sha512-nOnXP0OFeL8R4WjAHsterU+11vptda643gH02xKNtSCDPiRzVfRYodOLihLDoa0gL1KKuQKV+KOzEgdt3YvqEw==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -7180,23 +7180,23 @@ packages: pathe: 1.0.0 dev: true - /playwright-chromium/1.28.0: - resolution: {integrity: sha512-5IUBJShMJMaK6NmRj/7KWdvVqd7J8DqLH0wVdXBs/4MfZUAvByBB35y5v6B33NjlJg3SZGX5alR8TANrcKaJNA==} + /playwright-chromium/1.28.1: + resolution: {integrity: sha512-+JVgyAOaLUVN8ppAATtURmb5hEl6kaJjK5j3qh05viZvgJi9QoWkb5K02iBy99ww3q86vSnPoMmtKa1Bv+P7LQ==} engines: {node: '>=14'} hasBin: true requiresBuild: true dependencies: - playwright-core: 1.28.0 + playwright-core: 1.28.1 dev: true - /playwright-core/1.28.0: - resolution: {integrity: sha512-nJLknd28kPBiCNTbqpu6Wmkrh63OEqJSFw9xOfL9qxfNwody7h6/L3O2dZoWQ6Oxcm0VOHjWmGiCUGkc0X3VZA==} + /playwright-core/1.28.1: + resolution: {integrity: sha512-3PixLnGPno0E8rSBJjtwqTwJe3Yw72QwBBBxNoukIj3lEeBNXwbNiKrNuB1oyQgTBw5QHUhNO3SteEtHaMK6ag==} engines: {node: '>=14'} hasBin: true dev: true - /pnpm/7.17.0: - resolution: {integrity: sha512-0oy+VI/6r248MzFrr3jBTQ5qxC1wM+wP3YoGcoohPEMk+5LfQBYHsazdu8QDtuigr2jjaDi0hfg/c8k89jxiEA==} + /pnpm/7.17.1: + resolution: {integrity: sha512-O76jPxzoeja81Z/8YyTfuXt+f7qkpsyEJsNBreWYBLHY5rJkjvNE/bIUGQ2uD/rcYPEtmrZZYox21OjAMC9EGw==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -7386,8 +7386,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier/2.8.0: + resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -7887,8 +7887,8 @@ packages: dependencies: queue-microtask: 1.2.3 - /rxjs/7.5.5: - resolution: {integrity: sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==} + /rxjs/7.5.7: + resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==} dependencies: tslib: 2.4.1 dev: true @@ -8476,8 +8476,8 @@ packages: uuid: 3.4.0 dev: true - /terser/5.15.1: - resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} + /terser/5.16.0: + resolution: {integrity: sha512-KjTV81QKStSfwbNiwlBXfcgMcOloyuRdb62/iLFPGBcVNF4EXjhdYBhYHmbJpiBrVxZhDvltE11j+LBQUxEEJg==} engines: {node: '>=10'} hasBin: true dependencies: @@ -8767,8 +8767,8 @@ packages: hasBin: true dependencies: '@rollup/plugin-alias': 4.0.2_rollup@3.3.0 - '@rollup/plugin-commonjs': 23.0.2_rollup@3.3.0 - '@rollup/plugin-json': 5.0.1_rollup@3.3.0 + '@rollup/plugin-commonjs': 23.0.3_rollup@3.3.0 + '@rollup/plugin-json': 5.0.2_rollup@3.3.0 '@rollup/plugin-node-resolve': 15.0.1_rollup@3.3.0 '@rollup/plugin-replace': 5.0.0_rollup@3.3.0 '@rollup/pluginutils': 5.0.2_rollup@3.3.0 @@ -8904,8 +8904,8 @@ packages: - react-dom dev: true - /vitest/0.25.2: - resolution: {integrity: sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==} + /vitest/0.25.3: + resolution: {integrity: sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -9156,6 +9156,11 @@ packages: engines: {node: '>= 14'} dev: true + /yaml/2.1.3: + resolution: {integrity: sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==} + engines: {node: '>= 14'} + dev: true + /yargs-parser/20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'}