diff --git a/ci/package.json b/ci/package.json index 7589c6bd..21077b05 100644 --- a/ci/package.json +++ b/ci/package.json @@ -6,10 +6,10 @@ "ci": "vitest run --reporter=verbose" }, "dependencies": { - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "kill-port": "^2.0.1", "ps-tree": "^1.2.0", - "puppeteer": "^23.0.2", + "puppeteer": "^23.2.2", "typescript": "^5.5.4", "vitest": "^2.0.5" }, diff --git a/examples/express/package.json b/examples/express/package.json index 54058bf9..d0845b70 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -12,10 +12,10 @@ ], "devDependencies": { "@types/express": "^4.17.21", - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { "express": "^4.19.2" diff --git a/examples/fastify-vike/package.json b/examples/fastify-vike/package.json index dece77b2..ab7c15ae 100644 --- a/examples/fastify-vike/package.json +++ b/examples/fastify-vike/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@fastify/static": "^7.0.4", - "@types/node": "^18.19.44", - "@types/react": "^18.3.3", + "@types/node": "^18.19.48", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "cross-env": "^7.0.3", @@ -20,7 +20,7 @@ "ts-node": "^10.9.2", "typescript": "^5.5.4", "vavite": "4.1.2", - "vike": "^0.4.183", - "vite": "^5.4.0" + "vike": "^0.4.193", + "vite": "^5.4.3" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index dd8e81f8..54275e43 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -11,10 +11,10 @@ "dist" ], "devDependencies": { - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { "fastify": "^4.28.1" diff --git a/examples/hapi/package.json b/examples/hapi/package.json index 0048c6da..507be563 100644 --- a/examples/hapi/package.json +++ b/examples/hapi/package.json @@ -11,10 +11,10 @@ "dist" ], "devDependencies": { - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { "@hapi/hapi": "^21.3.10" diff --git a/examples/koa/package.json b/examples/koa/package.json index 8b2a7544..e2fdf073 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -13,10 +13,10 @@ "devDependencies": { "@types/koa": "^2.15.0", "@types/koa__router": "^12.0.4", - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { "@koa/router": "^12.0.1", diff --git a/examples/nestjs-vike/package.json b/examples/nestjs-vike/package.json index d0f9cdf2..6288a4c8 100644 --- a/examples/nestjs-vike/package.json +++ b/examples/nestjs-vike/package.json @@ -11,29 +11,29 @@ "dist" ], "devDependencies": { - "@swc/core": "^1.7.10", + "@swc/core": "^1.7.23", "@types/express": "^4.17.21", - "@types/node": "^18.19.44", - "@types/react": "^18.3.3", + "@types/node": "^18.19.48", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "cross-env": "^7.0.3", "rollup-plugin-swc3": "^0.11.2", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0", + "vite": "^5.4.3", "vite-tsconfig-paths": "^5.0.1" }, "dependencies": { - "@nestjs/common": "^10.3.10", - "@nestjs/core": "^10.3.10", - "@nestjs/platform-express": "^10.3.10", + "@nestjs/common": "^10.4.1", + "@nestjs/core": "^10.4.1", + "@nestjs/platform-express": "^10.4.1", "@nestjs/serve-static": "^4.0.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-streaming": "0.3.43", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1", - "vike": "^0.4.183" + "vike": "^0.4.193" } } diff --git a/examples/nestjs/package.json b/examples/nestjs/package.json index 4284c639..c1e2cd51 100644 --- a/examples/nestjs/package.json +++ b/examples/nestjs/package.json @@ -11,18 +11,18 @@ "dist" ], "devDependencies": { - "@swc/core": "^1.7.10", + "@swc/core": "^1.7.23", "@types/express": "^4.17.21", - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "rollup-plugin-swc3": "^0.11.2", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { - "@nestjs/common": "^10.3.10", - "@nestjs/core": "^10.3.10", - "@nestjs/platform-express": "^10.3.10", + "@nestjs/common": "^10.4.1", + "@nestjs/core": "^10.4.1", + "@nestjs/platform-express": "^10.4.1", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1" } diff --git a/examples/simple-standalone/package.json b/examples/simple-standalone/package.json index b81a3bc9..b1f5ba73 100644 --- a/examples/simple-standalone/package.json +++ b/examples/simple-standalone/package.json @@ -8,9 +8,9 @@ "build": "vite build --ssr --mode=production" }, "devDependencies": { - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" } } diff --git a/examples/socket-io/package.json b/examples/socket-io/package.json index e7693fa4..8a1e873b 100644 --- a/examples/socket-io/package.json +++ b/examples/socket-io/package.json @@ -12,10 +12,10 @@ ], "devDependencies": { "@types/express": "^4.17.21", - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { "express": "^4.19.2", diff --git a/examples/ssr-react-express/package.json b/examples/ssr-react-express/package.json index 124cb717..60441815 100644 --- a/examples/ssr-react-express/package.json +++ b/examples/ssr-react-express/package.json @@ -9,13 +9,13 @@ }, "devDependencies": { "@types/express": "^4.17.21", - "@types/node": "^18.19.44", - "@types/react": "^18.3.3", + "@types/node": "^18.19.48", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { "express": "^4.19.2", diff --git a/examples/ssr-vue-express/package.json b/examples/ssr-vue-express/package.json index 375b1029..98784793 100644 --- a/examples/ssr-vue-express/package.json +++ b/examples/ssr-vue-express/package.json @@ -9,14 +9,14 @@ }, "devDependencies": { "@types/express": "^4.17.21", - "@types/node": "^18.19.44", - "@vitejs/plugin-vue": "^5.1.2", + "@types/node": "^18.19.48", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "^5.5.4", "vavite": "4.1.2", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { "express": "^4.19.2", - "vue": "^3.4.37" + "vue": "^3.5.0" } } diff --git a/examples/vike/package.json b/examples/vike/package.json index f9e7b833..dc5ac419 100644 --- a/examples/vike/package.json +++ b/examples/vike/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@types/express": "^4.17.21", - "@types/node": "^18.19.44", - "@types/react": "^18.3.3", + "@types/node": "^18.19.48", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "cross-env": "^7.0.3", @@ -20,7 +20,7 @@ "ts-node": "^10.9.2", "typescript": "^5.5.4", "vavite": "4.1.2", - "vike": "^0.4.183", - "vite": "^5.4.0" + "vike": "^0.4.193", + "vite": "^5.4.3" } } diff --git a/package.json b/package.json index 40991871..f3dfe396 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "format": "prettier --ignore-path .gitignore --ignore-unknown . '!pnpm-lock.yaml' --write" }, "devDependencies": { - "husky": "^9.1.4", - "lint-staged": "^15.2.8", + "husky": "^9.1.5", + "lint-staged": "^15.2.10", "prettier": "^3.3.3", - "publint": "^0.2.9", + "publint": "^0.2.10", "typescript": "^5.5.4" }, "pnpm": { diff --git a/packages/connect/package.json b/packages/connect/package.json index ad7380f1..5546c546 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -50,9 +50,9 @@ "sirv": "^2.0.4", "tsup": "^8.2.4", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { - "@types/node": "^18.19.44" + "@types/node": "^18.19.48" } } diff --git a/packages/expose-vite-dev-server/package.json b/packages/expose-vite-dev-server/package.json index 1e7befc6..58f4dab9 100644 --- a/packages/expose-vite-dev-server/package.json +++ b/packages/expose-vite-dev-server/package.json @@ -40,10 +40,10 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.9.4", - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "eslint": "^8.57.0", "tsup": "^8.2.4", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.3" } } diff --git a/packages/multibuild-cli/package.json b/packages/multibuild-cli/package.json index e8e46f55..e1b3579b 100644 --- a/packages/multibuild-cli/package.json +++ b/packages/multibuild-cli/package.json @@ -30,12 +30,12 @@ "eslint": "^8.57.0", "tsup": "^8.2.4", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "@vavite/multibuild": "workspace:*", "cac": "^6.7.14", - "picocolors": "^1.0.1" + "picocolors": "^1.1.0" } } diff --git a/packages/multibuild/package.json b/packages/multibuild/package.json index 4da98ef8..5c4487f5 100644 --- a/packages/multibuild/package.json +++ b/packages/multibuild/package.json @@ -39,11 +39,11 @@ "eslint": "^8.57.0", "tsup": "^8.2.4", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "cac": "^6.7.14", - "picocolors": "^1.0.1" + "picocolors": "^1.1.0" } } diff --git a/packages/node-loader/package.json b/packages/node-loader/package.json index 24b8f6e0..4f5416f8 100644 --- a/packages/node-loader/package.json +++ b/packages/node-loader/package.json @@ -42,11 +42,11 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.9.4", - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "eslint": "^8.57.0", "sirv": "^2.0.4", "tsup": "^8.2.4", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.3" } } diff --git a/packages/reloader/package.json b/packages/reloader/package.json index da3833c4..668935ed 100644 --- a/packages/reloader/package.json +++ b/packages/reloader/package.json @@ -41,10 +41,10 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.9.4", - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "eslint": "^8.57.0", "tsup": "^8.2.4", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.3" } } diff --git a/packages/vavite/package.json b/packages/vavite/package.json index c6690ba4..c33fdb1b 100644 --- a/packages/vavite/package.json +++ b/packages/vavite/package.json @@ -51,12 +51,12 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.9.4", - "@types/node": "^18.19.44", + "@types/node": "^18.19.48", "eslint": "^8.57.0", "sirv": "^2.0.4", "tsup": "^8.2.4", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.3" }, "dependencies": { "@vavite/connect": "workspace:*", @@ -66,6 +66,6 @@ "@vavite/node-loader": "workspace:*", "@vavite/reloader": "workspace:*", "cac": "^6.7.14", - "picocolors": "^1.0.1" + "picocolors": "^1.1.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6fa57966..5a45fcae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: husky: - specifier: ^9.1.4 - version: 9.1.4 + specifier: ^9.1.5 + version: 9.1.5 lint-staged: - specifier: ^15.2.8 - version: 15.2.8 + specifier: ^15.2.10 + version: 15.2.10 prettier: specifier: ^3.3.3 version: 3.3.3 publint: - specifier: ^0.2.9 - version: 0.2.9 + specifier: ^0.2.10 + version: 0.2.10 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -27,8 +27,8 @@ importers: ci: dependencies: '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 kill-port: specifier: ^2.0.1 version: 2.0.1 @@ -36,14 +36,14 @@ importers: specifier: ^1.2.0 version: 1.2.0 puppeteer: - specifier: ^23.0.2 - version: 23.0.2(typescript@5.5.4) + specifier: ^23.2.2 + version: 23.2.2(typescript@5.5.4) typescript: specifier: ^5.5.4 version: 5.5.4 vitest: specifier: ^2.0.5 - version: 2.0.5(@types/node@18.19.44) + version: 2.0.5(@types/node@18.19.48) devDependencies: '@types/ps-tree': specifier: ^1.1.6 @@ -59,8 +59,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -68,8 +68,8 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/fastify: dependencies: @@ -78,8 +78,8 @@ importers: version: 4.28.1 devDependencies: '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -87,8 +87,8 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/fastify-vike: dependencies: @@ -96,17 +96,17 @@ importers: specifier: ^7.0.4 version: 7.0.4 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 '@types/react': - specifier: ^18.3.3 - version: 18.3.3 + specifier: ^18.3.5 + version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.0(@types/node@18.19.44)) + version: 4.3.1(vite@5.4.3(@types/node@18.19.48)) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -121,7 +121,7 @@ importers: version: 18.3.1(react@18.3.1) ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.7.10)(@types/node@18.19.44)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.7.23)(@types/node@18.19.48)(typescript@5.5.4) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -129,11 +129,11 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vike: - specifier: ^0.4.183 - version: 0.4.183(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.0(@types/node@18.19.44)) + specifier: ^0.4.193 + version: 0.4.193(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.3(@types/node@18.19.48)) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/hapi: dependencies: @@ -142,8 +142,8 @@ importers: version: 21.3.10 devDependencies: '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -151,8 +151,8 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/koa: dependencies: @@ -170,8 +170,8 @@ importers: specifier: ^12.0.4 version: 12.0.4 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -179,20 +179,20 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/nestjs: dependencies: '@nestjs/common': - specifier: ^10.3.10 - version: 10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1) + specifier: ^10.4.1 + version: 10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1) '@nestjs/core': - specifier: ^10.3.10 - version: 10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.3.10)(reflect-metadata@0.2.2)(rxjs@7.8.1) + specifier: ^10.4.1 + version: 10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(reflect-metadata@0.2.2)(rxjs@7.8.1) '@nestjs/platform-express': - specifier: ^10.3.10 - version: 10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.3.10) + specifier: ^10.4.1 + version: 10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.4.1) reflect-metadata: specifier: ^0.2.2 version: 0.2.2 @@ -201,17 +201,17 @@ importers: version: 7.8.1 devDependencies: '@swc/core': - specifier: ^1.7.10 - version: 1.7.10 + specifier: ^1.7.23 + version: 1.7.23 '@types/express': specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 rollup-plugin-swc3: specifier: ^0.11.2 - version: 0.11.2(@swc/core@1.7.10)(rollup@4.20.0) + version: 0.11.2(@swc/core@1.7.23)(rollup@4.20.0) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -219,23 +219,23 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/nestjs-vike: dependencies: '@nestjs/common': - specifier: ^10.3.10 - version: 10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1) + specifier: ^10.4.1 + version: 10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1) '@nestjs/core': - specifier: ^10.3.10 - version: 10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.3.10)(reflect-metadata@0.2.2)(rxjs@7.8.1) + specifier: ^10.4.1 + version: 10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(reflect-metadata@0.2.2)(rxjs@7.8.1) '@nestjs/platform-express': - specifier: ^10.3.10 - version: 10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.3.10) + specifier: ^10.4.1 + version: 10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.4.1) '@nestjs/serve-static': specifier: ^4.0.2 - version: 4.0.2(@fastify/static@7.0.4)(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.3.10)(reflect-metadata@0.2.2)(rxjs@7.8.1))(express@4.19.2)(fastify@4.28.1) + version: 4.0.2(@fastify/static@7.0.4)(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(reflect-metadata@0.2.2)(rxjs@7.8.1))(express@4.19.2)(fastify@4.28.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -252,33 +252,33 @@ importers: specifier: ^7.8.1 version: 7.8.1 vike: - specifier: ^0.4.183 - version: 0.4.183(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.0(@types/node@18.19.44)) + specifier: ^0.4.193 + version: 0.4.193(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.3(@types/node@18.19.48)) devDependencies: '@swc/core': - specifier: ^1.7.10 - version: 1.7.10 + specifier: ^1.7.23 + version: 1.7.23 '@types/express': specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 '@types/react': - specifier: ^18.3.3 - version: 18.3.3 + specifier: ^18.3.5 + version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.0(@types/node@18.19.44)) + version: 4.3.1(vite@5.4.3(@types/node@18.19.48)) cross-env: specifier: ^7.0.3 version: 7.0.3 rollup-plugin-swc3: specifier: ^0.11.2 - version: 0.11.2(@swc/core@1.7.10)(rollup@4.20.0) + version: 0.11.2(@swc/core@1.7.23)(rollup@4.20.0) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -286,17 +286,17 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) vite-tsconfig-paths: specifier: ^5.0.1 - version: 5.0.1(typescript@5.5.4)(vite@5.4.0(@types/node@18.19.44)) + version: 5.0.1(typescript@5.5.4)(vite@5.4.3(@types/node@18.19.48)) examples/simple-standalone: devDependencies: '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -304,8 +304,8 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/socket-io: dependencies: @@ -320,8 +320,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -329,8 +329,8 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/ssr-react-express: dependencies: @@ -348,17 +348,17 @@ importers: specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 '@types/react': - specifier: ^18.3.3 - version: 18.3.3 + specifier: ^18.3.5 + version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.0(@types/node@18.19.44)) + version: 4.3.1(vite@5.4.3(@types/node@18.19.48)) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -366,8 +366,8 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/ssr-vue-express: dependencies: @@ -375,18 +375,18 @@ importers: specifier: ^4.19.2 version: 4.19.2 vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.5.0 + version: 3.5.0(typescript@5.5.4) devDependencies: '@types/express': specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 '@vitejs/plugin-vue': - specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@18.19.44))(vue@3.4.37(typescript@5.5.4)) + specifier: ^5.1.3 + version: 5.1.3(vite@5.4.3(@types/node@18.19.48))(vue@3.5.0(typescript@5.5.4)) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -394,8 +394,8 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) examples/vike: dependencies: @@ -403,17 +403,17 @@ importers: specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 '@types/react': - specifier: ^18.3.3 - version: 18.3.3 + specifier: ^18.3.5 + version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.0(@types/node@18.19.44)) + version: 4.3.1(vite@5.4.3(@types/node@18.19.48)) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -428,7 +428,7 @@ importers: version: 18.3.1(react@18.3.1) ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.7.10)(@types/node@18.19.44)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.7.23)(@types/node@18.19.48)(typescript@5.5.4) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -436,17 +436,17 @@ importers: specifier: 4.1.2 version: link:../../packages/vavite vike: - specifier: ^0.4.183 - version: 0.4.183(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.0(@types/node@18.19.44)) + specifier: ^0.4.193 + version: 0.4.193(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.3(@types/node@18.19.48)) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) packages/connect: dependencies: '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 devDependencies: '@cyco130/eslint-config': specifier: ^3.9.4 @@ -459,13 +459,13 @@ importers: version: 2.0.4 tsup: specifier: ^8.2.4 - version: 8.2.4(@swc/core@1.7.10)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + version: 8.2.4(@swc/core@1.7.23)(postcss@8.4.44)(typescript@5.5.4)(yaml@2.5.0) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) packages/expose-vite-dev-server: devDependencies: @@ -473,32 +473,32 @@ importers: specifier: ^3.9.4 version: 3.9.4(eslint@8.57.0)(typescript@5.5.4) '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 eslint: specifier: ^8.57.0 version: 8.57.0 tsup: specifier: ^8.2.4 - version: 8.2.4(@swc/core@1.7.10)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + version: 8.2.4(@swc/core@1.7.23)(postcss@8.4.44)(typescript@5.5.4)(yaml@2.5.0) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) packages/multibuild: dependencies: '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 cac: specifier: ^6.7.14 version: 6.7.14 picocolors: - specifier: ^1.0.1 - version: 1.0.1 + specifier: ^1.1.0 + version: 1.1.0 devDependencies: '@cyco130/eslint-config': specifier: ^3.9.4 @@ -508,19 +508,19 @@ importers: version: 8.57.0 tsup: specifier: ^8.2.4 - version: 8.2.4(@swc/core@1.7.10)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + version: 8.2.4(@swc/core@1.7.23)(postcss@8.4.44)(typescript@5.5.4)(yaml@2.5.0) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) packages/multibuild-cli: dependencies: '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 '@vavite/multibuild': specifier: workspace:* version: link:../multibuild @@ -528,8 +528,8 @@ importers: specifier: ^6.7.14 version: 6.7.14 picocolors: - specifier: ^1.0.1 - version: 1.0.1 + specifier: ^1.1.0 + version: 1.1.0 devDependencies: '@cyco130/eslint-config': specifier: ^3.9.4 @@ -539,13 +539,13 @@ importers: version: 8.57.0 tsup: specifier: ^8.2.4 - version: 8.2.4(@swc/core@1.7.10)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + version: 8.2.4(@swc/core@1.7.23)(postcss@8.4.44)(typescript@5.5.4)(yaml@2.5.0) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) packages/node-loader: devDependencies: @@ -553,8 +553,8 @@ importers: specifier: ^3.9.4 version: 3.9.4(eslint@8.57.0)(typescript@5.5.4) '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -563,13 +563,13 @@ importers: version: 2.0.4 tsup: specifier: ^8.2.4 - version: 8.2.4(@swc/core@1.7.10)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + version: 8.2.4(@swc/core@1.7.23)(postcss@8.4.44)(typescript@5.5.4)(yaml@2.5.0) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) packages/reloader: devDependencies: @@ -577,20 +577,20 @@ importers: specifier: ^3.9.4 version: 3.9.4(eslint@8.57.0)(typescript@5.5.4) '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 eslint: specifier: ^8.57.0 version: 8.57.0 tsup: specifier: ^8.2.4 - version: 8.2.4(@swc/core@1.7.10)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + version: 8.2.4(@swc/core@1.7.23)(postcss@8.4.44)(typescript@5.5.4)(yaml@2.5.0) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) packages/vavite: dependencies: @@ -616,15 +616,15 @@ importers: specifier: ^6.7.14 version: 6.7.14 picocolors: - specifier: ^1.0.1 - version: 1.0.1 + specifier: ^1.1.0 + version: 1.1.0 devDependencies: '@cyco130/eslint-config': specifier: ^3.9.4 version: 3.9.4(eslint@8.57.0)(typescript@5.5.4) '@types/node': - specifier: ^18.19.44 - version: 18.19.44 + specifier: ^18.19.48 + version: 18.19.48 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -633,13 +633,13 @@ importers: version: 2.0.4 tsup: specifier: ^8.2.4 - version: 8.2.4(@swc/core@1.7.10)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + version: 8.2.4(@swc/core@1.7.23)(postcss@8.4.44)(typescript@5.5.4)(yaml@2.5.0) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@18.19.44) + specifier: ^5.4.3 + version: 5.4.3(@types/node@18.19.48) packages: @@ -746,8 +746,8 @@ packages: '@brillout/require-shim@0.1.2': resolution: {integrity: sha512-3I4LRHnVZXoSAsEoni5mosq9l6eiJED58d9V954W4CIZ88AUfYBanWGBGbJG3NztaRTpFHEA6wB3Hn93BmmJdg==} - '@brillout/vite-plugin-server-entry@0.4.7': - resolution: {integrity: sha512-G/wHFx/JdFUA9kPSPDT0nIJH1wmgIwUIY27RL4N6EaHeaXgN4zSCBZTNvvKHyojvMxMw825m4vE0VksHXLyOng==} + '@brillout/vite-plugin-server-entry@0.4.12': + resolution: {integrity: sha512-d2GPMPFfKEIjajW6wylIL9QsW4Sp/QyY7yr1FDxpgehgcgiXJUjRSvHBt0Ynyb4PtOyeLbhJECVIKwVMU4+BmQ==} '@cspotcode/source-map-support@0.8.1': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} @@ -759,12 +759,6 @@ packages: eslint: '8' typescript: '5' - '@esbuild/aix-ppc64@0.19.12': - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.21.5': resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} engines: {node: '>=12'} @@ -777,12 +771,6 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.19.12': - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm64@0.21.5': resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} engines: {node: '>=12'} @@ -795,12 +783,6 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm@0.19.12': - resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} - engines: {node: '>=12'} - cpu: [arm] - os: [android] - '@esbuild/android-arm@0.21.5': resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} engines: {node: '>=12'} @@ -813,12 +795,6 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-x64@0.19.12': - resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - '@esbuild/android-x64@0.21.5': resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} engines: {node: '>=12'} @@ -831,12 +807,6 @@ packages: cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.19.12': - resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-arm64@0.21.5': resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} engines: {node: '>=12'} @@ -849,12 +819,6 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.19.12': - resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - '@esbuild/darwin-x64@0.21.5': resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} engines: {node: '>=12'} @@ -867,12 +831,6 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.19.12': - resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-arm64@0.21.5': resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} engines: {node: '>=12'} @@ -885,12 +843,6 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.19.12': - resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - '@esbuild/freebsd-x64@0.21.5': resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} engines: {node: '>=12'} @@ -903,12 +855,6 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.19.12': - resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm64@0.21.5': resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} engines: {node: '>=12'} @@ -921,12 +867,6 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.19.12': - resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - '@esbuild/linux-arm@0.21.5': resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} engines: {node: '>=12'} @@ -939,12 +879,6 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.19.12': - resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-ia32@0.21.5': resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} engines: {node: '>=12'} @@ -957,12 +891,6 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.19.12': - resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} - engines: {node: '>=12'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-loong64@0.21.5': resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} engines: {node: '>=12'} @@ -975,12 +903,6 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.19.12': - resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-mips64el@0.21.5': resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} engines: {node: '>=12'} @@ -993,12 +915,6 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.19.12': - resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-ppc64@0.21.5': resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} engines: {node: '>=12'} @@ -1011,12 +927,6 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.19.12': - resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-riscv64@0.21.5': resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} engines: {node: '>=12'} @@ -1029,12 +939,6 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.19.12': - resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-s390x@0.21.5': resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} engines: {node: '>=12'} @@ -1047,12 +951,6 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.19.12': - resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - '@esbuild/linux-x64@0.21.5': resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} engines: {node: '>=12'} @@ -1065,12 +963,6 @@ packages: cpu: [x64] os: [linux] - '@esbuild/netbsd-x64@0.19.12': - resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - '@esbuild/netbsd-x64@0.21.5': resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} engines: {node: '>=12'} @@ -1089,12 +981,6 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.19.12': - resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - '@esbuild/openbsd-x64@0.21.5': resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} engines: {node: '>=12'} @@ -1107,12 +993,6 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.19.12': - resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - '@esbuild/sunos-x64@0.21.5': resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} engines: {node: '>=12'} @@ -1125,12 +1005,6 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.19.12': - resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-arm64@0.21.5': resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} engines: {node: '>=12'} @@ -1143,12 +1017,6 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.19.12': - resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-ia32@0.21.5': resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} engines: {node: '>=12'} @@ -1161,12 +1029,6 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.19.12': - resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - '@esbuild/win32-x64@0.21.5': resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} engines: {node: '>=12'} @@ -1363,8 +1225,8 @@ packages: resolution: {integrity: sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==} engines: {node: '>=8'} - '@nestjs/common@10.3.10': - resolution: {integrity: sha512-H8k0jZtxk1IdtErGDmxFRy0PfcOAUg41Prrqpx76DQusGGJjsaovs1zjXVD1rZWaVYchfT1uczJ6L4Kio10VNg==} + '@nestjs/common@10.4.1': + resolution: {integrity: sha512-4CkrDx0s4XuWqFjX8WvOFV7Y6RGJd0P2OBblkhZS7nwoctoSuW5pyEa8SWak6YHNGrHRpFb6ymm5Ai4LncwRVA==} peerDependencies: class-transformer: '*' class-validator: '*' @@ -1376,8 +1238,8 @@ packages: class-validator: optional: true - '@nestjs/core@10.3.10': - resolution: {integrity: sha512-ZbQ4jovQyzHtCGCrzK5NdtW1SYO2fHSsgSY1+/9WdruYCUra+JDkWEXgZ4M3Hv480Dl3OXehAmY1wCOojeMyMQ==} + '@nestjs/core@10.4.1': + resolution: {integrity: sha512-9I1WdfOBCCHdUm+ClBJupOuZQS6UxzIWHIq6Vp1brAA5ZKl/Wq6BVwSsbnUJGBy3J3PM2XHmR0EQ4fwX3nR7lA==} peerDependencies: '@nestjs/common': ^10.0.0 '@nestjs/microservices': ^10.0.0 @@ -1393,8 +1255,8 @@ packages: '@nestjs/websockets': optional: true - '@nestjs/platform-express@10.3.10': - resolution: {integrity: sha512-wK2ow3CZI2KFqWeEpPmoR300OB6BcBLxARV1EiClJLCj4S1mZsoCmS0YWgpk3j1j6mo0SI8vNLi/cC2iZPEPQA==} + '@nestjs/platform-express@10.4.1': + resolution: {integrity: sha512-ccfqIDAq/bg1ShLI5KGtaLaYGykuAdvCi57ohewH7eKJSIpWY1DQjbgKlFfXokALYUq1YOMGqjeZ244OWHfDQg==} peerDependencies: '@nestjs/common': ^10.0.0 '@nestjs/core': ^10.0.0 @@ -1439,8 +1301,8 @@ packages: '@polka/url@1.0.0-next.25': resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} - '@puppeteer/browsers@2.3.0': - resolution: {integrity: sha512-ioXoq9gPxkss4MYhD+SFaU9p1IHFUX0ILAWFPyjGaBdjLsYAlZw6j1iLA0N/m12uVHLFDfSYNF7EQccjinIMDA==} + '@puppeteer/browsers@2.3.1': + resolution: {integrity: sha512-uK7o3hHkK+naEobMSJ+2ySYyXtQkBxIH8Gn4MK9ciePjNV+Pf+PgY/W7iPzn2MTjl3stcYB5AlcTmPYw7AXDwA==} engines: {node: '>=18'} hasBin: true @@ -1539,68 +1401,68 @@ packages: '@socket.io/component-emitter@3.1.2': resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} - '@swc/core-darwin-arm64@1.7.10': - resolution: {integrity: sha512-TYp4x/9w/C/yMU1olK5hTKq/Hi7BjG71UJ4V1U1WxI1JA3uokjQ/GoktDfmH5V5pX4dgGSOJwUe2RjoN8Z/XnA==} + '@swc/core-darwin-arm64@1.7.23': + resolution: {integrity: sha512-yyOHPfti6yKlQulfVWMt7BVKst+SyEZYCWuQSGMn1KgmNCH/bYufRWfQXIhkGSj44ZkEepJmsJ8tDyIb4k5WyA==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.7.10': - resolution: {integrity: sha512-P3LJjAWh5yLc6p5IUwV5LgRfA3R1oDCZDMabYyb2BVQuJTD4MfegW9DhBcUUF5dhBLwq3191KpLVzE+dLTbiXw==} + '@swc/core-darwin-x64@1.7.23': + resolution: {integrity: sha512-GzqHwQ0Y1VyjdI/bBKFX2GKm5HD3PIB6OhuAQtWZMTtEr2yIrlT0YK2T+XKh7oIg31JwxGBeQdBk3KTI7DARmQ==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.7.10': - resolution: {integrity: sha512-yGOFjE7w/akRTmqGY3FvWYrqbxO7OB2N2FHj2LO5HtzXflfoABb5RyRvdEquX+17J6mEpu4EwjYNraTD/WHIEQ==} + '@swc/core-linux-arm-gnueabihf@1.7.23': + resolution: {integrity: sha512-qwX4gB41OS6/OZkHcpTqLFGsdmvoZyffnJIlgB/kZKwH3lfeJWzv6vx57zXtNpM/t7GoQEe0VZUVdmNjxSxBZw==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.7.10': - resolution: {integrity: sha512-SPWsgWHfdWKKjLrYlvhxcdBJ7Ruy6crJbPoE9NfD95eJEjMnS2yZTqj2ChFsY737WeyhWYlHzgYhYOVCp83YwQ==} + '@swc/core-linux-arm64-gnu@1.7.23': + resolution: {integrity: sha512-TsrbUZdMaUwzI7+g/8rHPLWbntMKYSu5Bn5IBSqVKPeyqaXxNnlIUnWXgXcUcRAc+T+Y8ADfr7EiFz9iz5DuSA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.7.10': - resolution: {integrity: sha512-PUi50bkNqnBL3Z/Zq6jSfwgN9A/taA6u2Zou0tjDJi7oVdpjdr7SxNgCGzMJ/nNg5D/IQn1opM1jktMvpsPAuQ==} + '@swc/core-linux-arm64-musl@1.7.23': + resolution: {integrity: sha512-JEdtwdthazKq4PBz53KSubwwK8MvqODAihGSAzc8u3Unq4ojcvaS8b0CwLBeD+kTQ78HpxOXTt3DsFIxpgaCAA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.7.10': - resolution: {integrity: sha512-Sc+pY55gknCAmBQBR6DhlA7jZSxHaLSDb5Sevzi6DOFMXR79NpA6zWTNKwp1GK2AnRIkbAfvYLgOxS5uWTFVpg==} + '@swc/core-linux-x64-gnu@1.7.23': + resolution: {integrity: sha512-V51gFPWaVAHbI1yg9ahsoya3aB4uawye3SZ5uQWgcP7wdCdiv60dw4F5nuPJf5Z1oXD3U/BslXuamv8Oh9vXqQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.7.10': - resolution: {integrity: sha512-g5NKx2LXaGd0K26hmEts1Cvb7ptIvq3MHSgr6/D1tRPcDZw1Sp0dYsmyOv0ho4F5GOJyiCooG3oE9FXdb7jIpQ==} + '@swc/core-linux-x64-musl@1.7.23': + resolution: {integrity: sha512-BBqQi4+UdeRqag3yM4IJjaHG4yc1o3l9ksENHToE0o/u2DT0FY5+K/DiYGZLC1JHbSFzNqRCYsa7DIzRtZ0A1A==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.7.10': - resolution: {integrity: sha512-plRIsOcfy9t9Q/ivm5DA7I0HaIvfAWPbI+bvVRrr3C/1K2CSqnqZJjEWOAmx2LiyipijNnEaFYuLBp0IkGuJpg==} + '@swc/core-win32-arm64-msvc@1.7.23': + resolution: {integrity: sha512-JPk6pvCKncL6bXG7p+NLZf8PWx4FakVvKNdwGeMrYunb+yk1IZf7qf9LJk8+GDGF5QviDXPs8opZrTrfsW80fA==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.7.10': - resolution: {integrity: sha512-GntrVNT23viHtbfzmlK8lfBiKeajH24GzbDT7qXhnoO20suUPcyYZxyvCb4gWM2zu8ZBTPHNlqfrNsriQCZ+lQ==} + '@swc/core-win32-ia32-msvc@1.7.23': + resolution: {integrity: sha512-2Whxi8d+bLQBzJcQ5qYPHlk02YYVGsMVav0fWk+FnX2z1QRREIu1L1xvrpi7gBpjXp6BIU40ya8GiKeekNT2bg==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.7.10': - resolution: {integrity: sha512-uXIF8GuSappe1imm6Lf7pHGepfCBjDQlS+qTqvEGE0wZAsL1IVATK9P/cH/OCLfJXeQDTLeSYmrpwjtXNt46tQ==} + '@swc/core-win32-x64-msvc@1.7.23': + resolution: {integrity: sha512-82fARk4/yJ40kwWKY/gdKDisPdtgJE9jgpl/vkNG3alyJxrCzuNM7+CtiKoYbXLeqM8GQTS3wlvCaJu9oQ8dag==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.7.10': - resolution: {integrity: sha512-l0xrFwBQ9atizhmV94yC2nwcecTk/oftofwMNPiFMGe56dqdmi2ArHaTV3PCtMlgaUH6rGCehoRMt5OrCI1ktg==} + '@swc/core@1.7.23': + resolution: {integrity: sha512-VDNkpDvDlreGh2E3tlDj8B3piiuLhhQA/7rIVZpiLUvG1YpucAa6N7iDXA7Gc/+Hah8spaCg/qvEaBkCmcIYCQ==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '*' @@ -1695,8 +1557,8 @@ packages: '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} - '@types/node@18.19.44': - resolution: {integrity: sha512-ZsbGerYg72WMXUIE9fYxtvfzLEuq6q8mKERdWFnqTmOvudMxnz+CBNRoOwJ2kNpFOncrKjT1hZwxjlFgQ9qvQA==} + '@types/node@18.19.48': + resolution: {integrity: sha512-7WevbG4ekUcRQSZzOwxWgi5dZmTak7FaxXDoW7xVxPBmKx1rTzfmRLkeCgJzcbBnOV2dkhAPc8cCeT6agocpjg==} '@types/prop-types@15.7.12': resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} @@ -1713,8 +1575,8 @@ packages: '@types/react-dom@18.3.0': resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - '@types/react@18.3.3': - resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} + '@types/react@18.3.5': + resolution: {integrity: sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==} '@types/send@0.17.4': resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} @@ -1818,8 +1680,8 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - '@vitejs/plugin-vue@5.1.2': - resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==} + '@vitejs/plugin-vue@5.1.3': + resolution: {integrity: sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 @@ -1843,34 +1705,34 @@ packages: '@vitest/utils@2.0.5': resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==} - '@vue/compiler-core@3.4.37': - resolution: {integrity: sha512-ZDDT/KiLKuCRXyzWecNzC5vTcubGz4LECAtfGPENpo0nrmqJHwuWtRLxk/Sb9RAKtR9iFflFycbkjkY+W/PZUQ==} + '@vue/compiler-core@3.5.0': + resolution: {integrity: sha512-ja7cpqAOfw4tyFAxgBz70Z42miNDeaqTxExTsnXDLomRpqfyCgyvZvFp482fmsElpfvsoMJUsvzULhvxUTW6Iw==} - '@vue/compiler-dom@3.4.37': - resolution: {integrity: sha512-rIiSmL3YrntvgYV84rekAtU/xfogMUJIclUMeIKEtVBFngOL3IeZHhsH3UaFEgB5iFGpj6IW+8YuM/2Up+vVag==} + '@vue/compiler-dom@3.5.0': + resolution: {integrity: sha512-xYjUybWZXl+1R/toDy815i4PbeehL2hThiSGkcpmIOCy2HoYyeeC/gAWK/Y/xsoK+GSw198/T5O31bYuQx5uvQ==} - '@vue/compiler-sfc@3.4.37': - resolution: {integrity: sha512-vCfetdas40Wk9aK/WWf8XcVESffsbNkBQwS5t13Y/PcfqKfIwJX2gF+82th6dOpnpbptNMlMjAny80li7TaCIg==} + '@vue/compiler-sfc@3.5.0': + resolution: {integrity: sha512-B9DgLtrqok2GLuaFjLlSL15ZG3ZDBiitUH1ecex9guh/ZcA5MCdwuVE6nsfQxktuZY/QY0awJ35/ripIviCQTQ==} - '@vue/compiler-ssr@3.4.37': - resolution: {integrity: sha512-TyAgYBWrHlFrt4qpdACh8e9Ms6C/AZQ6A6xLJaWrCL8GCX5DxMzxyeFAEMfU/VFr4tylHm+a2NpfJpcd7+20XA==} + '@vue/compiler-ssr@3.5.0': + resolution: {integrity: sha512-E263QZmA1dqRd7c3u/sWTLRMpQOT0aZ8av/L9SoD/v/BVMZaWFHPUUBswS+bzrfvG2suJF8vSLKx6k6ba5SUdA==} - '@vue/reactivity@3.4.37': - resolution: {integrity: sha512-UmdKXGx0BZ5kkxPqQr3PK3tElz6adTey4307NzZ3whZu19i5VavYal7u2FfOmAzlcDVgE8+X0HZ2LxLb/jgbYw==} + '@vue/reactivity@3.5.0': + resolution: {integrity: sha512-Ew3F5riP3B3ZDGjD3ZKb9uZylTTPSqt8hAf4sGbvbjrjDjrFb3Jm15Tk1/w7WwTE5GbQ2Qhwxx1moc9hr8A/OQ==} - '@vue/runtime-core@3.4.37': - resolution: {integrity: sha512-MNjrVoLV/sirHZoD7QAilU1Ifs7m/KJv4/84QVbE6nyAZGQNVOa1HGxaOzp9YqCG+GpLt1hNDC4RbH+KtanV7w==} + '@vue/runtime-core@3.5.0': + resolution: {integrity: sha512-mQyW0F9FaNRdt8ghkAs+BMG3iQ7LGgWKOpkzUzR5AI5swPNydHGL5hvVTqFaeMzwecF1g0c86H4yFQsSxJhH1w==} - '@vue/runtime-dom@3.4.37': - resolution: {integrity: sha512-Mg2EwgGZqtwKrqdL/FKMF2NEaOHuH+Ks9TQn3DHKyX//hQTYOun+7Tqp1eo0P4Ds+SjltZshOSRq6VsU0baaNg==} + '@vue/runtime-dom@3.5.0': + resolution: {integrity: sha512-NQQXjpdXgyYVJ2M56FJ+lSJgZiecgQ2HhxhnQBN95FymXegRNY/N2htI7vOTwpP75pfxhIeYOJ8mE8sW8KAW6A==} - '@vue/server-renderer@3.4.37': - resolution: {integrity: sha512-jZ5FAHDR2KBq2FsRUJW6GKDOAG9lUTX8aBEGq4Vf6B/35I9fPce66BornuwmqmKgfiSlecwuOb6oeoamYMohkg==} + '@vue/server-renderer@3.5.0': + resolution: {integrity: sha512-HyDIFUg+l7L4PKrEnJlCYWHUOlm6NxZhmSxIefZ5MTYjkIPfDfkwhX7hqxAQHfgIAE1uLMLQZwuNR/ozI0NhZg==} peerDependencies: - vue: 3.4.37 + vue: 3.5.0 - '@vue/shared@3.4.37': - resolution: {integrity: sha512-nIh8P2fc3DflG8+5Uw8PT/1i17ccFn0xxN/5oE9RfV5SVnd7G0XEFRwakrnNFE/jlS95fpGXDVG5zDETS26nmg==} + '@vue/shared@3.5.0': + resolution: {integrity: sha512-m9IgiteBpCkFaMNwCOBkFksA7z8QiKc30ooRuoXWUFRDu0mGyNPlFHmbncF0/Kra1RlX8QrmBbRaIxVvikaR0Q==} abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -2145,8 +2007,8 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - chromium-bidi@0.6.4: - resolution: {integrity: sha512-8zoq6ogmhQQkAKZVKO2ObFTl4uOkqoX1PlKQX3hZQ5E9cbUotcAb7h4pTNVAGGv8Z36PF3CtdOriEp/Rz82JqQ==} + chromium-bidi@0.6.5: + resolution: {integrity: sha512-RuLrmzYrxSb0s9SgpB+QN5jJucPduZQ/9SIe76MDxYJuecPW5mxMdacJ1f4EtgiV+R0p3sCkznTMvH0MPGFqjA==} peerDependencies: devtools-protocol: '*' @@ -2339,8 +2201,8 @@ packages: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - devtools-protocol@0.0.1312386: - resolution: {integrity: sha512-DPnhUXvmvKT2dFA/j7B+riVLUt9Q6RKJlcppojL5CoRywJJKLDYnRlw0gTFKfgDPHP5E04UoB71SxoJlVZy8FA==} + devtools-protocol@0.0.1330662: + resolution: {integrity: sha512-pzh6YQ8zZfz3iKlCvgzVCu22NdpZ8hNmwU6WnQjNVquh0A9iVosPtNLWDwaWVGyrntQlltPFztTMK5Cg6lfCuw==} diff@4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} @@ -2398,8 +2260,8 @@ packages: resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} engines: {node: '>=10.13.0'} - entities@5.0.0: - resolution: {integrity: sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==} + entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} env-paths@2.2.1: @@ -2447,11 +2309,6 @@ packages: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} - esbuild@0.19.12: - resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} - engines: {node: '>=12'} - hasBin: true - esbuild@0.21.5: resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} engines: {node: '>=12'} @@ -2922,8 +2779,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - husky@9.1.4: - resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==} + husky@9.1.5: + resolution: {integrity: sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==} engines: {node: '>=18'} hasBin: true @@ -3209,8 +3066,8 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - lint-staged@15.2.8: - resolution: {integrity: sha512-PUWFf2zQzsd9EFU+kM1d7UP+AZDbKFKuj+9JNVTBkhUFhbg4MAt6WfyMMwBfM4lYqd4D2Jwac5iuTu9rVj4zCQ==} + lint-staged@15.2.10: + resolution: {integrity: sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==} engines: {node: '>=18.12.0'} hasBin: true @@ -3287,6 +3144,10 @@ packages: resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} engines: {node: '>=8.6'} + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -3571,6 +3432,9 @@ packages: picocolors@1.0.1: resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + picocolors@1.1.0: + resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} + picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} @@ -3620,6 +3484,10 @@ packages: resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==} engines: {node: ^10 || ^12 || >=14} + postcss@8.4.44: + resolution: {integrity: sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==} + engines: {node: ^10 || ^12 || >=14} + prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -3665,8 +3533,8 @@ packages: engines: {node: '>= 0.10'} hasBin: true - publint@0.2.9: - resolution: {integrity: sha512-nITKS1NSwD68PQlts0ntryhxrWObep6P0CCycwi1lgXI+K7uKyacMYRRCQi7hTae8imkI3FCi0FlgnwLxjM8yA==} + publint@0.2.10: + resolution: {integrity: sha512-5TzYaAFiGpgkYX/k6VaItRMT2uHI4zO5OWJ2k7Er0Ot3jutBCNTJB1qRHuy1lYq07JhRczzFs6HFPB4D+A47xA==} engines: {node: '>=16'} hasBin: true @@ -3677,12 +3545,12 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - puppeteer-core@23.0.2: - resolution: {integrity: sha512-MvOHn+g1TYkAR2oVd/bf/YWXKqFTJmkhyyurYgxkrjh8rBOL1ZH5VyOsLJi0bLO7/yoipAmk1gFZEx9HUJnaoA==} + puppeteer-core@23.2.2: + resolution: {integrity: sha512-MK2Kbdmro+nX9/pfGKm8TiU5G3CuS6BbcNfkcz42GWnHp7KYsJHrP6lPDepiyvwjti5Bt/4a8U3w+DoFpIcBHQ==} engines: {node: '>=18'} - puppeteer@23.0.2: - resolution: {integrity: sha512-I/l1P8s8brcLG+oW9AwF8hUaOSGGJcGKMflXRgULUH0S3ABptlLI9ZKjqWDo8ipY6v789ZKd+bNKtcCwpTh5Ww==} + puppeteer@23.2.2: + resolution: {integrity: sha512-3RX5vEhlOE/9M7ZXxoJVvI7pbOF3fzFK4etwbdii7w+r58q+krK5l2FXWlA1ETnNs7ilM/KLFc0n6K8VUi99dA==} engines: {node: '>=18'} hasBin: true @@ -4255,6 +4123,9 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} + typed-query-selector@2.12.0: + resolution: {integrity: sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==} + typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} @@ -4310,13 +4181,13 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - vike@0.4.183: - resolution: {integrity: sha512-582bqksbXiC64UHac6cth0RyovhPySevEqICB5bFBa5PzuqW5t9Q7dnmpeqN1/GNHO8q15Qztn51pcTp0j+U8Q==} + vike@0.4.193: + resolution: {integrity: sha512-nrqSXfocmm10asmoYrczO9iO4aZZ9SNygbpDTn0emmOPUFxROW3MUd8XcuBWJh6QVUTN4KiZYZDZGBMgPfhdbg==} engines: {node: '>=18.0.0'} hasBin: true peerDependencies: react-streaming: '>=0.3.42' - vite: '>=4.4.0' + vite: '>=5.1.0' peerDependenciesMeta: react-streaming: optional: true @@ -4365,6 +4236,37 @@ packages: terser: optional: true + vite@5.4.3: + resolution: {integrity: sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + vitest@2.0.5: resolution: {integrity: sha512-8GUxONfauuIdeSl5f9GTgVEpg5BTOlplET4WEDaeY2QBiN8wSm68vxN/tb5z405OwppfoCavnwXafiaYBC/xOA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -4390,8 +4292,8 @@ packages: jsdom: optional: true - vue@3.4.37: - resolution: {integrity: sha512-3vXvNfkKTBsSJ7JP+LyR7GBuwQuckbWvuwAid3xbqK9ppsKt/DUvfqgZ48fgOLEfpy1IacL5f8QhUVl77RaI7A==} + vue@3.5.0: + resolution: {integrity: sha512-1t70favYoFijwfWJ7g81aTd32obGaAnKYE9FNyMgnEzn3F4YncRi/kqAHHKloG0VXTD8vBYMhbgLKCA+Sk6QDw==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -4530,7 +4432,7 @@ snapshots: '@babel/code-frame@7.24.7': dependencies: '@babel/highlight': 7.24.7 - picocolors: 1.0.1 + picocolors: 1.1.0 '@babel/compat-data@7.25.2': {} @@ -4611,7 +4513,7 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.0.1 + picocolors: 1.1.0 '@babel/parser@7.25.3': dependencies: @@ -4659,7 +4561,7 @@ snapshots: '@brillout/require-shim@0.1.2': {} - '@brillout/vite-plugin-server-entry@0.4.7': + '@brillout/vite-plugin-server-entry@0.4.12': dependencies: '@brillout/import': 0.2.3 @@ -4690,162 +4592,108 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@esbuild/aix-ppc64@0.19.12': - optional: true - '@esbuild/aix-ppc64@0.21.5': optional: true '@esbuild/aix-ppc64@0.23.0': optional: true - '@esbuild/android-arm64@0.19.12': - optional: true - '@esbuild/android-arm64@0.21.5': optional: true '@esbuild/android-arm64@0.23.0': optional: true - '@esbuild/android-arm@0.19.12': - optional: true - '@esbuild/android-arm@0.21.5': optional: true '@esbuild/android-arm@0.23.0': optional: true - '@esbuild/android-x64@0.19.12': - optional: true - '@esbuild/android-x64@0.21.5': optional: true '@esbuild/android-x64@0.23.0': optional: true - '@esbuild/darwin-arm64@0.19.12': - optional: true - '@esbuild/darwin-arm64@0.21.5': optional: true '@esbuild/darwin-arm64@0.23.0': optional: true - '@esbuild/darwin-x64@0.19.12': - optional: true - '@esbuild/darwin-x64@0.21.5': optional: true '@esbuild/darwin-x64@0.23.0': optional: true - '@esbuild/freebsd-arm64@0.19.12': - optional: true - '@esbuild/freebsd-arm64@0.21.5': optional: true '@esbuild/freebsd-arm64@0.23.0': optional: true - '@esbuild/freebsd-x64@0.19.12': - optional: true - '@esbuild/freebsd-x64@0.21.5': optional: true '@esbuild/freebsd-x64@0.23.0': optional: true - '@esbuild/linux-arm64@0.19.12': - optional: true - '@esbuild/linux-arm64@0.21.5': optional: true '@esbuild/linux-arm64@0.23.0': optional: true - '@esbuild/linux-arm@0.19.12': - optional: true - '@esbuild/linux-arm@0.21.5': optional: true '@esbuild/linux-arm@0.23.0': optional: true - '@esbuild/linux-ia32@0.19.12': - optional: true - '@esbuild/linux-ia32@0.21.5': optional: true '@esbuild/linux-ia32@0.23.0': optional: true - '@esbuild/linux-loong64@0.19.12': - optional: true - '@esbuild/linux-loong64@0.21.5': optional: true '@esbuild/linux-loong64@0.23.0': optional: true - '@esbuild/linux-mips64el@0.19.12': - optional: true - '@esbuild/linux-mips64el@0.21.5': optional: true '@esbuild/linux-mips64el@0.23.0': optional: true - '@esbuild/linux-ppc64@0.19.12': - optional: true - '@esbuild/linux-ppc64@0.21.5': optional: true '@esbuild/linux-ppc64@0.23.0': optional: true - '@esbuild/linux-riscv64@0.19.12': - optional: true - '@esbuild/linux-riscv64@0.21.5': optional: true '@esbuild/linux-riscv64@0.23.0': optional: true - '@esbuild/linux-s390x@0.19.12': - optional: true - '@esbuild/linux-s390x@0.21.5': optional: true '@esbuild/linux-s390x@0.23.0': optional: true - '@esbuild/linux-x64@0.19.12': - optional: true - '@esbuild/linux-x64@0.21.5': optional: true '@esbuild/linux-x64@0.23.0': optional: true - '@esbuild/netbsd-x64@0.19.12': - optional: true - '@esbuild/netbsd-x64@0.21.5': optional: true @@ -4855,45 +4703,30 @@ snapshots: '@esbuild/openbsd-arm64@0.23.0': optional: true - '@esbuild/openbsd-x64@0.19.12': - optional: true - '@esbuild/openbsd-x64@0.21.5': optional: true '@esbuild/openbsd-x64@0.23.0': optional: true - '@esbuild/sunos-x64@0.19.12': - optional: true - '@esbuild/sunos-x64@0.21.5': optional: true '@esbuild/sunos-x64@0.23.0': optional: true - '@esbuild/win32-arm64@0.19.12': - optional: true - '@esbuild/win32-arm64@0.21.5': optional: true '@esbuild/win32-arm64@0.23.0': optional: true - '@esbuild/win32-ia32@0.19.12': - optional: true - '@esbuild/win32-ia32@0.21.5': optional: true '@esbuild/win32-ia32@0.23.0': optional: true - '@esbuild/win32-x64@0.19.12': - optional: true - '@esbuild/win32-x64@0.21.5': optional: true @@ -5180,7 +5013,7 @@ snapshots: '@lukeed/ms@2.0.2': {} - '@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1)': + '@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1)': dependencies: iterare: 1.2.1 reflect-metadata: 0.2.2 @@ -5188,9 +5021,9 @@ snapshots: tslib: 2.6.3 uid: 2.0.2 - '@nestjs/core@10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.3.10)(reflect-metadata@0.2.2)(rxjs@7.8.1)': + '@nestjs/core@10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(reflect-metadata@0.2.2)(rxjs@7.8.1)': dependencies: - '@nestjs/common': 10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1) + '@nestjs/common': 10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1) '@nuxtjs/opencollective': 0.3.2 fast-safe-stringify: 2.1.1 iterare: 1.2.1 @@ -5200,14 +5033,14 @@ snapshots: tslib: 2.6.3 uid: 2.0.2 optionalDependencies: - '@nestjs/platform-express': 10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.3.10) + '@nestjs/platform-express': 10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.4.1) transitivePeerDependencies: - encoding - '@nestjs/platform-express@10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.3.10)': + '@nestjs/platform-express@10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.4.1)': dependencies: - '@nestjs/common': 10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1) - '@nestjs/core': 10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.3.10)(reflect-metadata@0.2.2)(rxjs@7.8.1) + '@nestjs/common': 10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1) + '@nestjs/core': 10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(reflect-metadata@0.2.2)(rxjs@7.8.1) body-parser: 1.20.2 cors: 2.8.5 express: 4.19.2 @@ -5216,10 +5049,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@nestjs/serve-static@4.0.2(@fastify/static@7.0.4)(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.3.10)(reflect-metadata@0.2.2)(rxjs@7.8.1))(express@4.19.2)(fastify@4.28.1)': + '@nestjs/serve-static@4.0.2(@fastify/static@7.0.4)(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(reflect-metadata@0.2.2)(rxjs@7.8.1))(express@4.19.2)(fastify@4.28.1)': dependencies: - '@nestjs/common': 10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1) - '@nestjs/core': 10.3.10(@nestjs/common@10.3.10(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.3.10)(reflect-metadata@0.2.2)(rxjs@7.8.1) + '@nestjs/common': 10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1) + '@nestjs/core': 10.4.1(@nestjs/common@10.4.1(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(reflect-metadata@0.2.2)(rxjs@7.8.1) path-to-regexp: 0.2.5 optionalDependencies: '@fastify/static': 7.0.4 @@ -5251,7 +5084,7 @@ snapshots: '@polka/url@1.0.0-next.25': {} - '@puppeteer/browsers@2.3.0': + '@puppeteer/browsers@2.3.1': dependencies: debug: 4.3.6 extract-zip: 2.0.1 @@ -5324,51 +5157,51 @@ snapshots: '@socket.io/component-emitter@3.1.2': {} - '@swc/core-darwin-arm64@1.7.10': + '@swc/core-darwin-arm64@1.7.23': optional: true - '@swc/core-darwin-x64@1.7.10': + '@swc/core-darwin-x64@1.7.23': optional: true - '@swc/core-linux-arm-gnueabihf@1.7.10': + '@swc/core-linux-arm-gnueabihf@1.7.23': optional: true - '@swc/core-linux-arm64-gnu@1.7.10': + '@swc/core-linux-arm64-gnu@1.7.23': optional: true - '@swc/core-linux-arm64-musl@1.7.10': + '@swc/core-linux-arm64-musl@1.7.23': optional: true - '@swc/core-linux-x64-gnu@1.7.10': + '@swc/core-linux-x64-gnu@1.7.23': optional: true - '@swc/core-linux-x64-musl@1.7.10': + '@swc/core-linux-x64-musl@1.7.23': optional: true - '@swc/core-win32-arm64-msvc@1.7.10': + '@swc/core-win32-arm64-msvc@1.7.23': optional: true - '@swc/core-win32-ia32-msvc@1.7.10': + '@swc/core-win32-ia32-msvc@1.7.23': optional: true - '@swc/core-win32-x64-msvc@1.7.10': + '@swc/core-win32-x64-msvc@1.7.23': optional: true - '@swc/core@1.7.10': + '@swc/core@1.7.23': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.12 optionalDependencies: - '@swc/core-darwin-arm64': 1.7.10 - '@swc/core-darwin-x64': 1.7.10 - '@swc/core-linux-arm-gnueabihf': 1.7.10 - '@swc/core-linux-arm64-gnu': 1.7.10 - '@swc/core-linux-arm64-musl': 1.7.10 - '@swc/core-linux-x64-gnu': 1.7.10 - '@swc/core-linux-x64-musl': 1.7.10 - '@swc/core-win32-arm64-msvc': 1.7.10 - '@swc/core-win32-ia32-msvc': 1.7.10 - '@swc/core-win32-x64-msvc': 1.7.10 + '@swc/core-darwin-arm64': 1.7.23 + '@swc/core-darwin-x64': 1.7.23 + '@swc/core-linux-arm-gnueabihf': 1.7.23 + '@swc/core-linux-arm64-gnu': 1.7.23 + '@swc/core-linux-arm64-musl': 1.7.23 + '@swc/core-linux-x64-gnu': 1.7.23 + '@swc/core-linux-x64-musl': 1.7.23 + '@swc/core-win32-arm64-msvc': 1.7.23 + '@swc/core-win32-ia32-msvc': 1.7.23 + '@swc/core-win32-x64-msvc': 1.7.23 '@swc/counter@0.1.3': {} @@ -5388,7 +5221,7 @@ snapshots: '@types/accepts@1.3.7': dependencies: - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/babel__core@7.20.5': dependencies: @@ -5414,11 +5247,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/connect@3.4.38': dependencies: - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/content-disposition@0.5.8': {} @@ -5429,17 +5262,17 @@ snapshots: '@types/connect': 3.4.38 '@types/express': 4.17.21 '@types/keygrip': 1.0.6 - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/cors@2.8.17': dependencies: - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.19.5': dependencies: - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -5472,7 +5305,7 @@ snapshots: '@types/http-errors': 2.0.4 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/koa__router@12.0.4': dependencies: @@ -5480,7 +5313,7 @@ snapshots: '@types/mime@1.3.5': {} - '@types/node@18.19.44': + '@types/node@18.19.48': dependencies: undici-types: 5.26.5 @@ -5494,9 +5327,9 @@ snapshots: '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.5 - '@types/react@18.3.3': + '@types/react@18.3.5': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -5504,17 +5337,17 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 18.19.44 + '@types/node': 18.19.48 '@types/send': 0.17.4 '@types/yauzl@2.10.3': dependencies: - '@types/node': 18.19.44 + '@types/node': 18.19.48 optional: true '@typescript-eslint/eslint-plugin@8.0.1(@typescript-eslint/parser@8.0.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': @@ -5638,21 +5471,21 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-react@4.3.1(vite@5.4.0(@types/node@18.19.44))': + '@vitejs/plugin-react@4.3.1(vite@5.4.3(@types/node@18.19.48))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.4.0(@types/node@18.19.44) + vite: 5.4.3(@types/node@18.19.48) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.2(vite@5.4.0(@types/node@18.19.44))(vue@3.4.37(typescript@5.5.4))': + '@vitejs/plugin-vue@5.1.3(vite@5.4.3(@types/node@18.19.48))(vue@3.5.0(typescript@5.5.4))': dependencies: - vite: 5.4.0(@types/node@18.19.44) - vue: 3.4.37(typescript@5.5.4) + vite: 5.4.3(@types/node@18.19.48) + vue: 3.5.0(typescript@5.5.4) '@vitest/expect@2.0.5': dependencies: @@ -5687,59 +5520,59 @@ snapshots: loupe: 3.1.1 tinyrainbow: 1.2.0 - '@vue/compiler-core@3.4.37': + '@vue/compiler-core@3.5.0': dependencies: '@babel/parser': 7.25.3 - '@vue/shared': 3.4.37 - entities: 5.0.0 + '@vue/shared': 3.5.0 + entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.37': + '@vue/compiler-dom@3.5.0': dependencies: - '@vue/compiler-core': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/compiler-core': 3.5.0 + '@vue/shared': 3.5.0 - '@vue/compiler-sfc@3.4.37': + '@vue/compiler-sfc@3.5.0': dependencies: '@babel/parser': 7.25.3 - '@vue/compiler-core': 3.4.37 - '@vue/compiler-dom': 3.4.37 - '@vue/compiler-ssr': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/compiler-core': 3.5.0 + '@vue/compiler-dom': 3.5.0 + '@vue/compiler-ssr': 3.5.0 + '@vue/shared': 3.5.0 estree-walker: 2.0.2 magic-string: 0.30.11 - postcss: 8.4.41 + postcss: 8.4.44 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.37': + '@vue/compiler-ssr@3.5.0': dependencies: - '@vue/compiler-dom': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/compiler-dom': 3.5.0 + '@vue/shared': 3.5.0 - '@vue/reactivity@3.4.37': + '@vue/reactivity@3.5.0': dependencies: - '@vue/shared': 3.4.37 + '@vue/shared': 3.5.0 - '@vue/runtime-core@3.4.37': + '@vue/runtime-core@3.5.0': dependencies: - '@vue/reactivity': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/reactivity': 3.5.0 + '@vue/shared': 3.5.0 - '@vue/runtime-dom@3.4.37': + '@vue/runtime-dom@3.5.0': dependencies: - '@vue/reactivity': 3.4.37 - '@vue/runtime-core': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/reactivity': 3.5.0 + '@vue/runtime-core': 3.5.0 + '@vue/shared': 3.5.0 csstype: 3.1.3 - '@vue/server-renderer@3.4.37(vue@3.4.37(typescript@5.5.4))': + '@vue/server-renderer@3.5.0(vue@3.5.0(typescript@5.5.4))': dependencies: - '@vue/compiler-ssr': 3.4.37 - '@vue/shared': 3.4.37 - vue: 3.4.37(typescript@5.5.4) + '@vue/compiler-ssr': 3.5.0 + '@vue/shared': 3.5.0 + vue: 3.5.0(typescript@5.5.4) - '@vue/shared@3.4.37': {} + '@vue/shared@3.5.0': {} abort-controller@3.0.0: dependencies: @@ -6058,9 +5891,9 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chromium-bidi@0.6.4(devtools-protocol@0.0.1312386): + chromium-bidi@0.6.5(devtools-protocol@0.0.1330662): dependencies: - devtools-protocol: 0.0.1312386 + devtools-protocol: 0.0.1330662 mitt: 3.0.1 urlpattern-polyfill: 10.0.0 zod: 3.23.8 @@ -6226,7 +6059,7 @@ snapshots: destroy@1.2.0: {} - devtools-protocol@0.0.1312386: {} + devtools-protocol@0.0.1330662: {} diff@4.0.2: {} @@ -6268,7 +6101,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 18.19.44 + '@types/node': 18.19.48 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -6286,7 +6119,7 @@ snapshots: graceful-fs: 4.2.11 tapable: 2.2.1 - entities@5.0.0: {} + entities@4.5.0: {} env-paths@2.2.1: {} @@ -6390,32 +6223,6 @@ snapshots: is-date-object: 1.0.5 is-symbol: 1.0.4 - esbuild@0.19.12: - optionalDependencies: - '@esbuild/aix-ppc64': 0.19.12 - '@esbuild/android-arm': 0.19.12 - '@esbuild/android-arm64': 0.19.12 - '@esbuild/android-x64': 0.19.12 - '@esbuild/darwin-arm64': 0.19.12 - '@esbuild/darwin-x64': 0.19.12 - '@esbuild/freebsd-arm64': 0.19.12 - '@esbuild/freebsd-x64': 0.19.12 - '@esbuild/linux-arm': 0.19.12 - '@esbuild/linux-arm64': 0.19.12 - '@esbuild/linux-ia32': 0.19.12 - '@esbuild/linux-loong64': 0.19.12 - '@esbuild/linux-mips64el': 0.19.12 - '@esbuild/linux-ppc64': 0.19.12 - '@esbuild/linux-riscv64': 0.19.12 - '@esbuild/linux-s390x': 0.19.12 - '@esbuild/linux-x64': 0.19.12 - '@esbuild/netbsd-x64': 0.19.12 - '@esbuild/openbsd-x64': 0.19.12 - '@esbuild/sunos-x64': 0.19.12 - '@esbuild/win32-arm64': 0.19.12 - '@esbuild/win32-ia32': 0.19.12 - '@esbuild/win32-x64': 0.19.12 - esbuild@0.21.5: optionalDependencies: '@esbuild/aix-ppc64': 0.21.5 @@ -7088,7 +6895,7 @@ snapshots: human-signals@5.0.0: {} - husky@9.1.4: {} + husky@9.1.5: {} iconv-lite@0.4.24: dependencies: @@ -7371,7 +7178,7 @@ snapshots: lines-and-columns@1.2.4: {} - lint-staged@15.2.8: + lint-staged@15.2.10: dependencies: chalk: 5.3.0 commander: 12.1.0 @@ -7379,7 +7186,7 @@ snapshots: execa: 8.0.1 lilconfig: 3.1.2 listr2: 8.2.4 - micromatch: 4.0.7 + micromatch: 4.0.8 pidtree: 0.6.0 string-argv: 0.3.2 yaml: 2.5.0 @@ -7454,6 +7261,11 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + mime-db@1.52.0: {} mime-db@1.53.0: {} @@ -7706,6 +7518,8 @@ snapshots: picocolors@1.0.1: {} + picocolors@1.1.0: {} + picomatch@2.3.1: {} pidtree@0.6.0: {} @@ -7735,17 +7549,23 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-load-config@6.0.1(postcss@8.4.41)(yaml@2.5.0): + postcss-load-config@6.0.1(postcss@8.4.44)(yaml@2.5.0): dependencies: lilconfig: 3.1.2 optionalDependencies: - postcss: 8.4.41 + postcss: 8.4.44 yaml: 2.5.0 postcss@8.4.41: dependencies: nanoid: 3.3.7 - picocolors: 1.0.1 + picocolors: 1.1.0 + source-map-js: 1.2.0 + + postcss@8.4.44: + dependencies: + nanoid: 3.3.7 + picocolors: 1.1.0 source-map-js: 1.2.0 prelude-ls@1.2.1: {} @@ -7792,10 +7612,10 @@ snapshots: dependencies: event-stream: 3.3.4 - publint@0.2.9: + publint@0.2.10: dependencies: npm-packlist: 5.1.3 - picocolors: 1.0.1 + picocolors: 1.1.0 sade: 1.8.1 pump@3.0.0: @@ -7805,25 +7625,27 @@ snapshots: punycode@2.3.1: {} - puppeteer-core@23.0.2: + puppeteer-core@23.2.2: dependencies: - '@puppeteer/browsers': 2.3.0 - chromium-bidi: 0.6.4(devtools-protocol@0.0.1312386) + '@puppeteer/browsers': 2.3.1 + chromium-bidi: 0.6.5(devtools-protocol@0.0.1330662) debug: 4.3.6 - devtools-protocol: 0.0.1312386 + devtools-protocol: 0.0.1330662 + typed-query-selector: 2.12.0 ws: 8.18.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - puppeteer@23.0.2(typescript@5.5.4): + puppeteer@23.2.2(typescript@5.5.4): dependencies: - '@puppeteer/browsers': 2.3.0 - chromium-bidi: 0.6.4(devtools-protocol@0.0.1312386) + '@puppeteer/browsers': 2.3.1 + chromium-bidi: 0.6.5(devtools-protocol@0.0.1330662) cosmiconfig: 9.0.0(typescript@5.5.4) - devtools-protocol: 0.0.1312386 - puppeteer-core: 23.0.2 + devtools-protocol: 0.0.1330662 + puppeteer-core: 23.2.2 + typed-query-selector: 2.12.0 transitivePeerDependencies: - bufferutil - supports-color @@ -7954,11 +7776,11 @@ snapshots: dependencies: glob: 7.2.3 - rollup-plugin-swc3@0.11.2(@swc/core@1.7.10)(rollup@4.20.0): + rollup-plugin-swc3@0.11.2(@swc/core@1.7.23)(rollup@4.20.0): dependencies: '@fastify/deepmerge': 1.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.20.0) - '@swc/core': 1.7.10 + '@swc/core': 1.7.23 get-tsconfig: 4.7.6 rollup: 4.20.0 rollup-preserve-directives: 1.1.1(rollup@4.20.0) @@ -8388,14 +8210,14 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@swc/core@1.7.10)(@types/node@18.19.44)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.7.23)(@types/node@18.19.48)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.44 + '@types/node': 18.19.48 acorn: 8.12.1 acorn-walk: 8.3.3 arg: 4.1.3 @@ -8406,7 +8228,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.7.10 + '@swc/core': 1.7.23 tsconfck@3.1.1(typescript@5.5.4): optionalDependencies: @@ -8423,7 +8245,7 @@ snapshots: tsscmp@1.0.6: {} - tsup@8.2.4(@swc/core@1.7.10)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0): + tsup@8.2.4(@swc/core@1.7.23)(postcss@8.4.44)(typescript@5.5.4)(yaml@2.5.0): dependencies: bundle-require: 5.0.0(esbuild@0.23.0) cac: 6.7.14 @@ -8435,15 +8257,15 @@ snapshots: globby: 11.1.0 joycon: 3.1.1 picocolors: 1.0.1 - postcss-load-config: 6.0.1(postcss@8.4.41)(yaml@2.5.0) + postcss-load-config: 6.0.1(postcss@8.4.44)(yaml@2.5.0) resolve-from: 5.0.0 rollup: 4.20.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 tree-kill: 1.2.2 optionalDependencies: - '@swc/core': 1.7.10 - postcss: 8.4.41 + '@swc/core': 1.7.23 + postcss: 8.4.44 typescript: 5.5.4 transitivePeerDependencies: - jiti @@ -8494,6 +8316,8 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 + typed-query-selector@2.12.0: {} + typedarray@0.0.6: {} typescript@5.5.4: {} @@ -8524,7 +8348,7 @@ snapshots: dependencies: browserslist: 4.23.3 escalade: 3.1.2 - picocolors: 1.0.1 + picocolors: 1.1.0 uri-js@4.4.1: dependencies: @@ -8540,32 +8364,32 @@ snapshots: vary@1.1.2: {} - vike@0.4.183(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.0(@types/node@18.19.44)): + vike@0.4.193(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.3(@types/node@18.19.48)): dependencies: '@brillout/import': 0.2.3 '@brillout/json-serializer': 0.5.13 '@brillout/picocolors': 1.0.14 '@brillout/require-shim': 0.1.2 - '@brillout/vite-plugin-server-entry': 0.4.7 + '@brillout/vite-plugin-server-entry': 0.4.12 acorn: 8.12.1 cac: 6.7.14 es-module-lexer: 1.5.4 - esbuild: 0.19.12 + esbuild: 0.23.0 fast-glob: 3.3.2 semver: 7.6.3 sirv: 2.0.4 source-map-support: 0.5.21 - vite: 5.4.0(@types/node@18.19.44) + vite: 5.4.3(@types/node@18.19.48) optionalDependencies: react-streaming: 0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - vite-node@2.0.5(@types/node@18.19.44): + vite-node@2.0.5(@types/node@18.19.48): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.4.0(@types/node@18.19.44) + vite: 5.4.3(@types/node@18.19.48) transitivePeerDependencies: - '@types/node' - less @@ -8577,27 +8401,36 @@ snapshots: - supports-color - terser - vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.0(@types/node@18.19.44)): + vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.3(@types/node@18.19.48)): dependencies: debug: 4.3.6 globrex: 0.1.2 tsconfck: 3.1.1(typescript@5.5.4) optionalDependencies: - vite: 5.4.0(@types/node@18.19.44) + vite: 5.4.3(@types/node@18.19.48) transitivePeerDependencies: - supports-color - typescript - vite@5.4.0(@types/node@18.19.44): + vite@5.4.0(@types/node@18.19.48): dependencies: esbuild: 0.21.5 postcss: 8.4.41 rollup: 4.20.0 optionalDependencies: - '@types/node': 18.19.44 + '@types/node': 18.19.48 + fsevents: 2.3.3 + + vite@5.4.3(@types/node@18.19.48): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.44 + rollup: 4.20.0 + optionalDependencies: + '@types/node': 18.19.48 fsevents: 2.3.3 - vitest@2.0.5(@types/node@18.19.44): + vitest@2.0.5(@types/node@18.19.48): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.5 @@ -8615,11 +8448,11 @@ snapshots: tinybench: 2.9.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.4.0(@types/node@18.19.44) - vite-node: 2.0.5(@types/node@18.19.44) + vite: 5.4.0(@types/node@18.19.48) + vite-node: 2.0.5(@types/node@18.19.48) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 18.19.44 + '@types/node': 18.19.48 transitivePeerDependencies: - less - lightningcss @@ -8630,13 +8463,13 @@ snapshots: - supports-color - terser - vue@3.4.37(typescript@5.5.4): + vue@3.5.0(typescript@5.5.4): dependencies: - '@vue/compiler-dom': 3.4.37 - '@vue/compiler-sfc': 3.4.37 - '@vue/runtime-dom': 3.4.37 - '@vue/server-renderer': 3.4.37(vue@3.4.37(typescript@5.5.4)) - '@vue/shared': 3.4.37 + '@vue/compiler-dom': 3.5.0 + '@vue/compiler-sfc': 3.5.0 + '@vue/runtime-dom': 3.5.0 + '@vue/server-renderer': 3.5.0(vue@3.5.0(typescript@5.5.4)) + '@vue/shared': 3.5.0 optionalDependencies: typescript: 5.5.4