From 6c87f615f99e46aa6b221ba70708f1fe8e1ccd91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:56:06 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- ci/package.json | 2 +- examples/express/package.json | 6 +- examples/fastify-vite-plugin-ssr/package.json | 16 +- examples/fastify/package.json | 8 +- examples/hapi/package.json | 8 +- examples/koa/package.json | 10 +- examples/nestjs-vite-plugin-ssr/package.json | 28 +- examples/nestjs/package.json | 18 +- examples/simple-standalone/package.json | 6 +- examples/socket-io/package.json | 8 +- examples/ssr-react-express/package.json | 10 +- examples/ssr-vue-express/package.json | 10 +- examples/vite-plugin-ssr/package.json | 12 +- packages/connect/package.json | 2 +- packages/expose-vite-dev-server/package.json | 2 +- packages/multibuild-cli/package.json | 2 +- packages/multibuild/package.json | 2 +- packages/node-loader/package.json | 2 +- packages/reloader/package.json | 2 +- packages/vavite/package.json | 2 +- pnpm-lock.yaml | 1199 +++++++++-------- 21 files changed, 747 insertions(+), 608 deletions(-) diff --git a/ci/package.json b/ci/package.json index d9c8f52b..3ce8e68d 100644 --- a/ci/package.json +++ b/ci/package.json @@ -10,7 +10,7 @@ "kill-port": "^2.0.1", "node-fetch": "^3.3.1", "ps-tree": "^1.2.0", - "puppeteer": "^20.8.0", + "puppeteer": "^20.8.1", "typescript": "^5.1.6", "vitest": "^0.33.0" }, diff --git a/examples/express/package.json b/examples/express/package.json index 67359cf4..aae6636f 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -12,10 +12,10 @@ ], "devDependencies": { "@types/express": "^4.17.17", - "@types/node": "^18.15.5", - "typescript": "^5.0.2", + "@types/node": "^18.16.19", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" }, "dependencies": { "express": "^4.18.2" diff --git a/examples/fastify-vite-plugin-ssr/package.json b/examples/fastify-vite-plugin-ssr/package.json index 458c21d9..ddb5bfa5 100644 --- a/examples/fastify-vite-plugin-ssr/package.json +++ b/examples/fastify-vite-plugin-ssr/package.json @@ -8,19 +8,19 @@ "start": "node dist/server" }, "dependencies": { - "@fastify/static": "^6.9.0", - "@types/node": "^18.15.5", - "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", + "@fastify/static": "^6.10.2", + "@types/node": "^18.16.19", + "@types/react": "^18.2.14", + "@types/react-dom": "^18.2.6", "@vitejs/plugin-react": "^3.1.0", "cross-env": "^7.0.3", - "fastify": "^4.15.0", + "fastify": "^4.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-node": "^10.9.1", - "typescript": "^5.0.2", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1", - "vite-plugin-ssr": "^0.4.101" + "vite": "^4.4.3", + "vite-plugin-ssr": "^0.4.133" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 6f4fe0e7..02a4e3ae 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -11,12 +11,12 @@ "dist" ], "devDependencies": { - "@types/node": "^18.15.5", - "typescript": "^5.0.2", + "@types/node": "^18.16.19", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" }, "dependencies": { - "fastify": "^4.15.0" + "fastify": "^4.19.2" } } diff --git a/examples/hapi/package.json b/examples/hapi/package.json index 4506d36c..82bbb9dd 100644 --- a/examples/hapi/package.json +++ b/examples/hapi/package.json @@ -12,12 +12,12 @@ ], "devDependencies": { "@types/hapi__hapi": "^21.0.0", - "@types/node": "^18.15.5", - "typescript": "^5.0.2", + "@types/node": "^18.16.19", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" }, "dependencies": { - "@hapi/hapi": "^21.3.0" + "@hapi/hapi": "^21.3.2" } } diff --git a/examples/koa/package.json b/examples/koa/package.json index 48182054..f35e8332 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -11,15 +11,15 @@ "dist" ], "devDependencies": { - "@types/koa": "^2.13.5", + "@types/koa": "^2.13.6", "@types/koa__router": "^12.0.0", - "@types/node": "^18.15.5", - "typescript": "^5.0.2", + "@types/node": "^18.16.19", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" }, "dependencies": { "@koa/router": "^12.0.0", - "koa": "^2.14.1" + "koa": "^2.14.2" } } diff --git a/examples/nestjs-vite-plugin-ssr/package.json b/examples/nestjs-vite-plugin-ssr/package.json index 87325628..8fc80ff9 100644 --- a/examples/nestjs-vite-plugin-ssr/package.json +++ b/examples/nestjs-vite-plugin-ssr/package.json @@ -11,28 +11,28 @@ "dist" ], "devDependencies": { - "@swc/core": "^1.3.42", + "@swc/core": "^1.3.68", "@types/express": "^4.17.17", - "@types/node": "^18.15.5", - "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", + "@types/node": "^18.16.19", + "@types/react": "^18.2.14", + "@types/react-dom": "^18.2.6", "@vitejs/plugin-react": "^3.1.0", - "rollup-plugin-swc3": "^0.8.0", - "typescript": "^5.0.2", + "rollup-plugin-swc3": "^0.9.0", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1", - "vite-tsconfig-paths": "^4.0.7" + "vite": "^4.4.3", + "vite-tsconfig-paths": "^4.2.0" }, "dependencies": { - "@nestjs/common": "^9.3.12", - "@nestjs/core": "^9.3.12", - "@nestjs/platform-express": "^9.3.12", + "@nestjs/common": "^9.4.3", + "@nestjs/core": "^9.4.3", + "@nestjs/platform-express": "^9.4.3", "@nestjs/serve-static": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-streaming": "0.3.7", + "react-streaming": "0.3.14", "reflect-metadata": "^0.1.13", - "rxjs": "^7.8.0", - "vite-plugin-ssr": "^0.4.101" + "rxjs": "^7.8.1", + "vite-plugin-ssr": "^0.4.133" } } diff --git a/examples/nestjs/package.json b/examples/nestjs/package.json index 3e3903b9..26c3a5b0 100644 --- a/examples/nestjs/package.json +++ b/examples/nestjs/package.json @@ -11,19 +11,19 @@ "dist" ], "devDependencies": { - "@swc/core": "^1.3.42", + "@swc/core": "^1.3.68", "@types/express": "^4.17.17", - "@types/node": "^18.15.5", - "rollup-plugin-swc3": "^0.8.0", - "typescript": "^5.0.2", + "@types/node": "^18.16.19", + "rollup-plugin-swc3": "^0.9.0", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" }, "dependencies": { - "@nestjs/common": "^9.3.12", - "@nestjs/core": "^9.3.12", - "@nestjs/platform-express": "^9.3.12", + "@nestjs/common": "^9.4.3", + "@nestjs/core": "^9.4.3", + "@nestjs/platform-express": "^9.4.3", "reflect-metadata": "^0.1.13", - "rxjs": "^7.8.0" + "rxjs": "^7.8.1" } } diff --git a/examples/simple-standalone/package.json b/examples/simple-standalone/package.json index 41095a9c..db525f0b 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.15.5", - "typescript": "^5.0.2", + "@types/node": "^18.16.19", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" } } diff --git a/examples/socket-io/package.json b/examples/socket-io/package.json index 673dcc15..4d3c5b2d 100644 --- a/examples/socket-io/package.json +++ b/examples/socket-io/package.json @@ -12,13 +12,13 @@ ], "devDependencies": { "@types/express": "^4.17.17", - "@types/node": "^18.15.5", - "typescript": "^5.0.2", + "@types/node": "^18.16.19", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" }, "dependencies": { "express": "^4.18.2", - "socket.io": "^4.6.1" + "socket.io": "^4.7.1" } } diff --git a/examples/ssr-react-express/package.json b/examples/ssr-react-express/package.json index 3aadb4dd..7bf3de9f 100644 --- a/examples/ssr-react-express/package.json +++ b/examples/ssr-react-express/package.json @@ -9,13 +9,13 @@ }, "devDependencies": { "@types/express": "^4.17.17", - "@types/node": "^18.15.5", - "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", + "@types/node": "^18.16.19", + "@types/react": "^18.2.14", + "@types/react-dom": "^18.2.6", "@vitejs/plugin-react": "^3.1.0", - "typescript": "^5.0.2", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" }, "dependencies": { "express": "^4.18.2", diff --git a/examples/ssr-vue-express/package.json b/examples/ssr-vue-express/package.json index e352e3b1..d84d5423 100644 --- a/examples/ssr-vue-express/package.json +++ b/examples/ssr-vue-express/package.json @@ -9,14 +9,14 @@ }, "devDependencies": { "@types/express": "^4.17.17", - "@types/node": "^18.15.5", - "@vitejs/plugin-vue": "^4.1.0", - "typescript": "^5.0.2", + "@types/node": "^18.16.19", + "@vitejs/plugin-vue": "^4.2.3", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1" + "vite": "^4.4.3" }, "dependencies": { "express": "^4.18.2", - "vue": "^3.2.47" + "vue": "^3.3.4" } } diff --git a/examples/vite-plugin-ssr/package.json b/examples/vite-plugin-ssr/package.json index b5691b42..8fe221c0 100644 --- a/examples/vite-plugin-ssr/package.json +++ b/examples/vite-plugin-ssr/package.json @@ -9,18 +9,18 @@ }, "dependencies": { "@types/express": "^4.17.17", - "@types/node": "^18.15.5", - "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", + "@types/node": "^18.16.19", + "@types/react": "^18.2.14", + "@types/react-dom": "^18.2.6", "@vitejs/plugin-react": "^3.1.0", "cross-env": "^7.0.3", "express": "^4.18.2", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-node": "^10.9.1", - "typescript": "^5.0.2", + "typescript": "^5.1.6", "vavite": "1.8.2", - "vite": "^4.2.1", - "vite-plugin-ssr": "^0.4.101" + "vite": "^4.4.3", + "vite-plugin-ssr": "^0.4.133" } } diff --git a/packages/connect/package.json b/packages/connect/package.json index 4d8bb393..2d356168 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -44,7 +44,7 @@ "sirv": "^2.0.3", "tsup": "^7.1.0", "typescript": "^5.1.6", - "vite": "^4.4.2" + "vite": "^4.4.3" }, "dependencies": { "@types/node": "^18.16.19" diff --git a/packages/expose-vite-dev-server/package.json b/packages/expose-vite-dev-server/package.json index f30c6327..6dc2d824 100644 --- a/packages/expose-vite-dev-server/package.json +++ b/packages/expose-vite-dev-server/package.json @@ -37,6 +37,6 @@ "eslint": "^8.44.0", "tsup": "^7.1.0", "typescript": "^5.1.6", - "vite": "^4.4.2" + "vite": "^4.4.3" } } diff --git a/packages/multibuild-cli/package.json b/packages/multibuild-cli/package.json index 5d460447..2d707c2a 100644 --- a/packages/multibuild-cli/package.json +++ b/packages/multibuild-cli/package.json @@ -31,7 +31,7 @@ "eslint": "^8.44.0", "tsup": "^7.1.0", "typescript": "^5.1.6", - "vite": "^4.4.2" + "vite": "^4.4.3" }, "dependencies": { "@types/node": "^18.16.19", diff --git a/packages/multibuild/package.json b/packages/multibuild/package.json index 9c28fff0..aa1d73d0 100644 --- a/packages/multibuild/package.json +++ b/packages/multibuild/package.json @@ -34,7 +34,7 @@ "eslint": "^8.44.0", "tsup": "^7.1.0", "typescript": "^5.1.6", - "vite": "^4.4.2" + "vite": "^4.4.3" }, "dependencies": { "@types/node": "^18.16.19", diff --git a/packages/node-loader/package.json b/packages/node-loader/package.json index 45c316d1..bc3fe71f 100644 --- a/packages/node-loader/package.json +++ b/packages/node-loader/package.json @@ -47,6 +47,6 @@ "sirv": "^2.0.3", "tsup": "^7.1.0", "typescript": "^5.1.6", - "vite": "^4.4.2" + "vite": "^4.4.3" } } diff --git a/packages/reloader/package.json b/packages/reloader/package.json index c5981b76..4c9acb56 100644 --- a/packages/reloader/package.json +++ b/packages/reloader/package.json @@ -39,6 +39,6 @@ "eslint": "^8.44.0", "tsup": "^7.1.0", "typescript": "^5.1.6", - "vite": "^4.4.2" + "vite": "^4.4.3" } } diff --git a/packages/vavite/package.json b/packages/vavite/package.json index 7971d06c..dee49d64 100644 --- a/packages/vavite/package.json +++ b/packages/vavite/package.json @@ -57,7 +57,7 @@ "sirv": "^2.0.3", "tsup": "^7.1.0", "typescript": "^5.1.6", - "vite": "^4.4.2" + "vite": "^4.4.3" }, "dependencies": { "@vavite/connect": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fb8116ed..b8acf9b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ importers: specifier: ^1.2.0 version: 1.2.0 puppeteer: - specifier: ^20.8.0 - version: 20.8.0(typescript@5.1.6) + specifier: ^20.8.1 + version: 20.8.1(typescript@5.1.6) typescript: specifier: ^5.1.6 version: 5.1.6 @@ -59,60 +59,60 @@ importers: specifier: ^4.17.17 version: 4.17.17 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/fastify: dependencies: fastify: - specifier: ^4.15.0 - version: 4.15.0 + specifier: ^4.19.2 + version: 4.19.2 devDependencies: '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/fastify-vite-plugin-ssr: dependencies: '@fastify/static': - specifier: ^6.9.0 - version: 6.9.0 + specifier: ^6.10.2 + version: 6.10.2 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 '@types/react': - specifier: ^18.0.28 - version: 18.0.28 + specifier: ^18.2.14 + version: 18.2.14 '@types/react-dom': - specifier: ^18.0.11 - version: 18.0.11 + specifier: ^18.2.6 + version: 18.2.6 '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@4.2.1) + version: 3.1.0(vite@4.4.3) cross-env: specifier: ^7.0.3 version: 7.0.3 fastify: - specifier: ^4.15.0 - version: 4.15.0 + specifier: ^4.19.2 + version: 4.19.2 react: specifier: ^18.2.0 version: 18.2.0 @@ -121,41 +121,41 @@ importers: version: 18.2.0(react@18.2.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.5)(typescript@5.0.2) + version: 10.9.1(@types/node@18.16.19)(typescript@5.1.6) typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) vite-plugin-ssr: - specifier: ^0.4.101 - version: 0.4.101(react-streaming@0.3.7)(vite@4.2.1) + specifier: ^0.4.133 + version: 0.4.133(react-streaming@0.3.14)(vite@4.4.3) examples/hapi: dependencies: '@hapi/hapi': - specifier: ^21.3.0 - version: 21.3.0 + specifier: ^21.3.2 + version: 21.3.2 devDependencies: '@types/hapi__hapi': specifier: ^21.0.0 version: 21.0.0 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/koa: dependencies: @@ -163,82 +163,82 @@ importers: specifier: ^12.0.0 version: 12.0.0 koa: - specifier: ^2.14.1 - version: 2.14.1 + specifier: ^2.14.2 + version: 2.14.2 devDependencies: '@types/koa': - specifier: ^2.13.5 - version: 2.13.5 + specifier: ^2.13.6 + version: 2.13.6 '@types/koa__router': specifier: ^12.0.0 version: 12.0.0 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/nestjs: dependencies: '@nestjs/common': - specifier: ^9.3.12 - version: 9.3.12(reflect-metadata@0.1.13)(rxjs@7.8.0) + specifier: ^9.4.3 + version: 9.4.3(reflect-metadata@0.1.13)(rxjs@7.8.1) '@nestjs/core': - specifier: ^9.3.12 - version: 9.3.12(@nestjs/common@9.3.12)(@nestjs/platform-express@9.3.12)(reflect-metadata@0.1.13)(rxjs@7.8.0) + specifier: ^9.4.3 + version: 9.4.3(@nestjs/common@9.4.3)(@nestjs/platform-express@9.4.3)(reflect-metadata@0.1.13)(rxjs@7.8.1) '@nestjs/platform-express': - specifier: ^9.3.12 - version: 9.3.12(@nestjs/common@9.3.12)(@nestjs/core@9.3.12) + specifier: ^9.4.3 + version: 9.4.3(@nestjs/common@9.4.3)(@nestjs/core@9.4.3) reflect-metadata: specifier: ^0.1.13 version: 0.1.13 rxjs: - specifier: ^7.8.0 - version: 7.8.0 + specifier: ^7.8.1 + version: 7.8.1 devDependencies: '@swc/core': - specifier: ^1.3.42 - version: 1.3.42 + specifier: ^1.3.68 + version: 1.3.68 '@types/express': specifier: ^4.17.17 version: 4.17.17 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 rollup-plugin-swc3: - specifier: ^0.8.0 - version: 0.8.0(@swc/core@1.3.42) + specifier: ^0.9.0 + version: 0.9.0(@swc/core@1.3.68) typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/nestjs-vite-plugin-ssr: dependencies: '@nestjs/common': - specifier: ^9.3.12 - version: 9.3.12(reflect-metadata@0.1.13)(rxjs@7.8.0) + specifier: ^9.4.3 + version: 9.4.3(reflect-metadata@0.1.13)(rxjs@7.8.1) '@nestjs/core': - specifier: ^9.3.12 - version: 9.3.12(@nestjs/common@9.3.12)(@nestjs/platform-express@9.3.12)(reflect-metadata@0.1.13)(rxjs@7.8.0) + specifier: ^9.4.3 + version: 9.4.3(@nestjs/common@9.4.3)(@nestjs/platform-express@9.4.3)(reflect-metadata@0.1.13)(rxjs@7.8.1) '@nestjs/platform-express': - specifier: ^9.3.12 - version: 9.3.12(@nestjs/common@9.3.12)(@nestjs/core@9.3.12) + specifier: ^9.4.3 + version: 9.4.3(@nestjs/common@9.4.3)(@nestjs/core@9.4.3) '@nestjs/serve-static': specifier: ^3.0.1 - version: 3.0.1(@nestjs/common@9.3.12)(@nestjs/core@9.3.12) + version: 3.0.1(@nestjs/common@9.4.3)(@nestjs/core@9.4.3) react: specifier: ^18.2.0 version: 18.2.0 @@ -246,66 +246,66 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-streaming: - specifier: 0.3.7 - version: 0.3.7(react-dom@18.2.0)(react@18.2.0) + specifier: 0.3.14 + version: 0.3.14(react-dom@18.2.0)(react@18.2.0) reflect-metadata: specifier: ^0.1.13 version: 0.1.13 rxjs: - specifier: ^7.8.0 - version: 7.8.0 + specifier: ^7.8.1 + version: 7.8.1 vite-plugin-ssr: - specifier: ^0.4.101 - version: 0.4.101(react-streaming@0.3.7)(vite@4.2.1) + specifier: ^0.4.133 + version: 0.4.133(react-streaming@0.3.14)(vite@4.4.3) devDependencies: '@swc/core': - specifier: ^1.3.42 - version: 1.3.42 + specifier: ^1.3.68 + version: 1.3.68 '@types/express': specifier: ^4.17.17 version: 4.17.17 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 '@types/react': - specifier: ^18.0.28 - version: 18.0.28 + specifier: ^18.2.14 + version: 18.2.14 '@types/react-dom': - specifier: ^18.0.11 - version: 18.0.11 + specifier: ^18.2.6 + version: 18.2.6 '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@4.2.1) + version: 3.1.0(vite@4.4.3) rollup-plugin-swc3: - specifier: ^0.8.0 - version: 0.8.0(@swc/core@1.3.42) + specifier: ^0.9.0 + version: 0.9.0(@swc/core@1.3.68) typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) vite-tsconfig-paths: - specifier: ^4.0.7 - version: 4.0.7(typescript@5.0.2)(vite@4.2.1) + specifier: ^4.2.0 + version: 4.2.0(typescript@5.1.6)(vite@4.4.3) examples/simple-standalone: devDependencies: '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/socket-io: dependencies: @@ -313,24 +313,24 @@ importers: specifier: ^4.18.2 version: 4.18.2 socket.io: - specifier: ^4.6.1 - version: 4.6.1 + specifier: ^4.7.1 + version: 4.7.1 devDependencies: '@types/express': specifier: ^4.17.17 version: 4.17.17 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/ssr-react-express: dependencies: @@ -348,26 +348,26 @@ importers: specifier: ^4.17.17 version: 4.17.17 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 '@types/react': - specifier: ^18.0.28 - version: 18.0.28 + specifier: ^18.2.14 + version: 18.2.14 '@types/react-dom': - specifier: ^18.0.11 - version: 18.0.11 + specifier: ^18.2.6 + version: 18.2.6 '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@4.2.1) + version: 3.1.0(vite@4.4.3) typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/ssr-vue-express: dependencies: @@ -375,27 +375,27 @@ importers: specifier: ^4.18.2 version: 4.18.2 vue: - specifier: ^3.2.47 - version: 3.2.47 + specifier: ^3.3.4 + version: 3.3.4 devDependencies: '@types/express': specifier: ^4.17.17 version: 4.17.17 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 '@vitejs/plugin-vue': - specifier: ^4.1.0 - version: 4.1.0(vite@4.2.1)(vue@3.2.47) + specifier: ^4.2.3 + version: 4.2.3(vite@4.4.3)(vue@3.3.4) typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) examples/vite-plugin-ssr: dependencies: @@ -403,17 +403,17 @@ importers: specifier: ^4.17.17 version: 4.17.17 '@types/node': - specifier: ^18.15.5 - version: 18.15.5 + specifier: ^18.16.19 + version: 18.16.19 '@types/react': - specifier: ^18.0.28 - version: 18.0.28 + specifier: ^18.2.14 + version: 18.2.14 '@types/react-dom': - specifier: ^18.0.11 - version: 18.0.11 + specifier: ^18.2.6 + version: 18.2.6 '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@4.2.1) + version: 3.1.0(vite@4.4.3) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -428,19 +428,19 @@ importers: version: 18.2.0(react@18.2.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.5)(typescript@5.0.2) + version: 10.9.1(@types/node@18.16.19)(typescript@5.1.6) typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.1.6 + version: 5.1.6 vavite: specifier: 1.8.2 version: link:../../packages/vavite vite: - specifier: ^4.2.1 - version: 4.2.1(@types/node@18.15.5) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) vite-plugin-ssr: - specifier: ^0.4.101 - version: 0.4.101(react-streaming@0.3.7)(vite@4.2.1) + specifier: ^0.4.133 + version: 0.4.133(react-streaming@0.3.14)(vite@4.4.3) packages/connect: dependencies: @@ -464,8 +464,8 @@ importers: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.2 - version: 4.4.2(@types/node@18.16.19) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) packages/expose-vite-dev-server: devDependencies: @@ -485,8 +485,8 @@ importers: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.2 - version: 4.4.2(@types/node@18.16.19) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) packages/multibuild: dependencies: @@ -513,8 +513,8 @@ importers: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.2 - version: 4.4.2(@types/node@18.16.19) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) packages/multibuild-cli: dependencies: @@ -544,8 +544,8 @@ importers: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.2 - version: 4.4.2(@types/node@18.16.19) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) packages/node-loader: devDependencies: @@ -568,8 +568,8 @@ importers: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.2 - version: 4.4.2(@types/node@18.16.19) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) packages/reloader: devDependencies: @@ -589,8 +589,8 @@ importers: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.2 - version: 4.4.2(@types/node@18.16.19) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) packages/vavite: dependencies: @@ -638,8 +638,8 @@ importers: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.2 - version: 4.4.2(@types/node@18.16.19) + specifier: ^4.4.3 + version: 4.4.3(@types/node@18.16.19) packages: @@ -800,6 +800,13 @@ packages: dependencies: '@babel/types': 7.21.2 + /@babel/parser@7.22.7: + resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.21.2 + /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} engines: {node: '>=6.9.0'} @@ -851,18 +858,22 @@ packages: '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 - /@brillout/import@0.2.2: - resolution: {integrity: sha512-JatRCkrFxss1iwRrFlnY3yPFyD2yGWIeFprMH++TmZ+wqnRlwfN0ECDJea0EyagSGXlb2CUxFIH3dBMBiV05sw==} + /@brillout/import@0.2.3: + resolution: {integrity: sha512-1T8WlD75eeFSMrptGy8jiLHmfHgMmSjWvLOIUvHmSVZt+6k0eQqYUoK4KbmE4T9pVLIfxvZSOm2D68VEqKRHRw==} dev: false /@brillout/json-serializer@0.5.3: resolution: {integrity: sha512-IxlOMD5gOM0WfFGdeR98jHKiC82Ad1tUnSjvLS5jnRkfMEKBI+YzHA32Umw8W3Ccp5N4fNEX229BW6RaRpxRWQ==} dev: false - /@brillout/vite-plugin-import-build@0.2.13: - resolution: {integrity: sha512-vHBj9ORBA022OZM+HQhDC21toUb0N6KgzeUw5BnLvWflXE39h8w4onrOpddVFz73XW4/pl5EBnqAloxq+OTk/A==} + /@brillout/picocolors@1.0.4: + resolution: {integrity: sha512-rhZBVyrRCb53T9xIGoEjZQ6O4Um3XQWcQ1z2VL2eBQBtJYCsABUUNE/isqbnts3XD1sAkisDF2L3OjJeIgrznQ==} + dev: false + + /@brillout/vite-plugin-import-build@0.2.18: + resolution: {integrity: sha512-sedZNrqIboHCeSnN7hwo34xRyP8egfMHcifixQ2YGNnQVb93884drTVE3b0vlSGz7LWumVDochKuHdWQljup9A==} dependencies: - '@brillout/import': 0.2.2 + '@brillout/import': 0.2.3 dev: false /@cspotcode/source-map-support@0.8.1: @@ -900,12 +911,13 @@ packages: - supports-color dev: true - /@esbuild/android-arm64@0.17.12: - resolution: {integrity: sha512-WQ9p5oiXXYJ33F2EkE3r0FRDFVpEdcDiwNX3u7Xaibxfx6vQE0Sb8ytrfQsA5WO6kDn6mDfKLh6KrPBjvkk7xA==} + /@esbuild/android-arm64@0.17.19: + resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} engines: {node: '>=12'} cpu: [arm64] os: [android] requiresBuild: true + dev: false optional: true /@esbuild/android-arm64@0.18.11: @@ -916,12 +928,13 @@ packages: requiresBuild: true optional: true - /@esbuild/android-arm@0.17.12: - resolution: {integrity: sha512-E/sgkvwoIfj4aMAPL2e35VnUJspzVYl7+M1B2cqeubdBhADV4uPon0KCc8p2G+LqSJ6i8ocYPCqY3A4GGq0zkQ==} + /@esbuild/android-arm@0.17.19: + resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==} engines: {node: '>=12'} cpu: [arm] os: [android] requiresBuild: true + dev: false optional: true /@esbuild/android-arm@0.18.11: @@ -932,12 +945,13 @@ packages: requiresBuild: true optional: true - /@esbuild/android-x64@0.17.12: - resolution: {integrity: sha512-m4OsaCr5gT+se25rFPHKQXARMyAehHTQAz4XX1Vk3d27VtqiX0ALMBPoXZsGaB6JYryCLfgGwUslMqTfqeLU0w==} + /@esbuild/android-x64@0.17.19: + resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==} engines: {node: '>=12'} cpu: [x64] os: [android] requiresBuild: true + dev: false optional: true /@esbuild/android-x64@0.18.11: @@ -948,12 +962,13 @@ packages: requiresBuild: true optional: true - /@esbuild/darwin-arm64@0.17.12: - resolution: {integrity: sha512-O3GCZghRIx+RAN0NDPhyyhRgwa19MoKlzGonIb5hgTj78krqp9XZbYCvFr9N1eUxg0ZQEpiiZ4QvsOQwBpP+lg==} + /@esbuild/darwin-arm64@0.17.19: + resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] requiresBuild: true + dev: false optional: true /@esbuild/darwin-arm64@0.18.11: @@ -964,12 +979,13 @@ packages: requiresBuild: true optional: true - /@esbuild/darwin-x64@0.17.12: - resolution: {integrity: sha512-5D48jM3tW27h1qjaD9UNRuN+4v0zvksqZSPZqeSWggfMlsVdAhH3pwSfQIFJwcs9QJ9BRibPS4ViZgs3d2wsCA==} + /@esbuild/darwin-x64@0.17.19: + resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==} engines: {node: '>=12'} cpu: [x64] os: [darwin] requiresBuild: true + dev: false optional: true /@esbuild/darwin-x64@0.18.11: @@ -980,12 +996,13 @@ packages: requiresBuild: true optional: true - /@esbuild/freebsd-arm64@0.17.12: - resolution: {integrity: sha512-OWvHzmLNTdF1erSvrfoEBGlN94IE6vCEaGEkEH29uo/VoONqPnoDFfShi41Ew+yKimx4vrmmAJEGNoyyP+OgOQ==} + /@esbuild/freebsd-arm64@0.17.19: + resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] requiresBuild: true + dev: false optional: true /@esbuild/freebsd-arm64@0.18.11: @@ -996,12 +1013,13 @@ packages: requiresBuild: true optional: true - /@esbuild/freebsd-x64@0.17.12: - resolution: {integrity: sha512-A0Xg5CZv8MU9xh4a+7NUpi5VHBKh1RaGJKqjxe4KG87X+mTjDE6ZvlJqpWoeJxgfXHT7IMP9tDFu7IZ03OtJAw==} + /@esbuild/freebsd-x64@0.17.19: + resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] requiresBuild: true + dev: false optional: true /@esbuild/freebsd-x64@0.18.11: @@ -1012,12 +1030,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-arm64@0.17.12: - resolution: {integrity: sha512-cK3AjkEc+8v8YG02hYLQIQlOznW+v9N+OI9BAFuyqkfQFR+DnDLhEM5N8QRxAUz99cJTo1rLNXqRrvY15gbQUg==} + /@esbuild/linux-arm64@0.17.19: + resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==} engines: {node: '>=12'} cpu: [arm64] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-arm64@0.18.11: @@ -1028,12 +1047,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-arm@0.17.12: - resolution: {integrity: sha512-WsHyJ7b7vzHdJ1fv67Yf++2dz3D726oO3QCu8iNYik4fb5YuuReOI9OtA+n7Mk0xyQivNTPbl181s+5oZ38gyA==} + /@esbuild/linux-arm@0.17.19: + resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==} engines: {node: '>=12'} cpu: [arm] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-arm@0.18.11: @@ -1044,12 +1064,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-ia32@0.17.12: - resolution: {integrity: sha512-jdOBXJqcgHlah/nYHnj3Hrnl9l63RjtQ4vn9+bohjQPI2QafASB5MtHAoEv0JQHVb/xYQTFOeuHnNYE1zF7tYw==} + /@esbuild/linux-ia32@0.17.19: + resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==} engines: {node: '>=12'} cpu: [ia32] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-ia32@0.18.11: @@ -1060,12 +1081,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-loong64@0.17.12: - resolution: {integrity: sha512-GTOEtj8h9qPKXCyiBBnHconSCV9LwFyx/gv3Phw0pa25qPYjVuuGZ4Dk14bGCfGX3qKF0+ceeQvwmtI+aYBbVA==} + /@esbuild/linux-loong64@0.17.19: + resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==} engines: {node: '>=12'} cpu: [loong64] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-loong64@0.18.11: @@ -1076,12 +1098,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-mips64el@0.17.12: - resolution: {integrity: sha512-o8CIhfBwKcxmEENOH9RwmUejs5jFiNoDw7YgS0EJTF6kgPgcqLFjgoc5kDey5cMHRVCIWc6kK2ShUePOcc7RbA==} + /@esbuild/linux-mips64el@0.17.19: + resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-mips64el@0.18.11: @@ -1092,12 +1115,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-ppc64@0.17.12: - resolution: {integrity: sha512-biMLH6NR/GR4z+ap0oJYb877LdBpGac8KfZoEnDiBKd7MD/xt8eaw1SFfYRUeMVx519kVkAOL2GExdFmYnZx3A==} + /@esbuild/linux-ppc64@0.17.19: + resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-ppc64@0.18.11: @@ -1108,12 +1132,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-riscv64@0.17.12: - resolution: {integrity: sha512-jkphYUiO38wZGeWlfIBMB72auOllNA2sLfiZPGDtOBb1ELN8lmqBrlMiucgL8awBw1zBXN69PmZM6g4yTX84TA==} + /@esbuild/linux-riscv64@0.17.19: + resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-riscv64@0.18.11: @@ -1124,12 +1149,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-s390x@0.17.12: - resolution: {integrity: sha512-j3ucLdeY9HBcvODhCY4b+Ds3hWGO8t+SAidtmWu/ukfLLG/oYDMaA+dnugTVAg5fnUOGNbIYL9TOjhWgQB8W5g==} + /@esbuild/linux-s390x@0.17.19: + resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==} engines: {node: '>=12'} cpu: [s390x] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-s390x@0.18.11: @@ -1140,12 +1166,13 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-x64@0.17.12: - resolution: {integrity: sha512-uo5JL3cgaEGotaqSaJdRfFNSCUJOIliKLnDGWaVCgIKkHxwhYMm95pfMbWZ9l7GeW9kDg0tSxcy9NYdEtjwwmA==} + /@esbuild/linux-x64@0.17.19: + resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==} engines: {node: '>=12'} cpu: [x64] os: [linux] requiresBuild: true + dev: false optional: true /@esbuild/linux-x64@0.18.11: @@ -1156,12 +1183,13 @@ packages: requiresBuild: true optional: true - /@esbuild/netbsd-x64@0.17.12: - resolution: {integrity: sha512-DNdoRg8JX+gGsbqt2gPgkgb00mqOgOO27KnrWZtdABl6yWTST30aibGJ6geBq3WM2TIeW6COs5AScnC7GwtGPg==} + /@esbuild/netbsd-x64@0.17.19: + resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] requiresBuild: true + dev: false optional: true /@esbuild/netbsd-x64@0.18.11: @@ -1172,12 +1200,13 @@ packages: requiresBuild: true optional: true - /@esbuild/openbsd-x64@0.17.12: - resolution: {integrity: sha512-aVsENlr7B64w8I1lhHShND5o8cW6sB9n9MUtLumFlPhG3elhNWtE7M1TFpj3m7lT3sKQUMkGFjTQBrvDDO1YWA==} + /@esbuild/openbsd-x64@0.17.19: + resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] requiresBuild: true + dev: false optional: true /@esbuild/openbsd-x64@0.18.11: @@ -1188,12 +1217,13 @@ packages: requiresBuild: true optional: true - /@esbuild/sunos-x64@0.17.12: - resolution: {integrity: sha512-qbHGVQdKSwi0JQJuZznS4SyY27tYXYF0mrgthbxXrZI3AHKuRvU+Eqbg/F0rmLDpW/jkIZBlCO1XfHUBMNJ1pg==} + /@esbuild/sunos-x64@0.17.19: + resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] requiresBuild: true + dev: false optional: true /@esbuild/sunos-x64@0.18.11: @@ -1204,12 +1234,13 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-arm64@0.17.12: - resolution: {integrity: sha512-zsCp8Ql+96xXTVTmm6ffvoTSZSV2B/LzzkUXAY33F/76EajNw1m+jZ9zPfNJlJ3Rh4EzOszNDHsmG/fZOhtqDg==} + /@esbuild/win32-arm64@0.17.19: + resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==} engines: {node: '>=12'} cpu: [arm64] os: [win32] requiresBuild: true + dev: false optional: true /@esbuild/win32-arm64@0.18.11: @@ -1220,12 +1251,13 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-ia32@0.17.12: - resolution: {integrity: sha512-FfrFjR4id7wcFYOdqbDfDET3tjxCozUgbqdkOABsSFzoZGFC92UK7mg4JKRc/B3NNEf1s2WHxJ7VfTdVDPN3ng==} + /@esbuild/win32-ia32@0.17.19: + resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==} engines: {node: '>=12'} cpu: [ia32] os: [win32] requiresBuild: true + dev: false optional: true /@esbuild/win32-ia32@0.18.11: @@ -1236,12 +1268,13 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-x64@0.17.12: - resolution: {integrity: sha512-JOOxw49BVZx2/5tW3FqkdjSD/5gXYeVGPDcB0lvap0gLQshkh1Nyel1QazC+wNxus3xPlsYAgqU1BUmrmCvWtw==} + /@esbuild/win32-x64@0.17.19: + resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==} engines: {node: '>=12'} cpu: [x64] os: [win32] requiresBuild: true + dev: false optional: true /@esbuild/win32-x64@0.18.11: @@ -1309,10 +1342,10 @@ packages: resolution: {integrity: sha512-KAfcLa+CnknwVi5fWogrLXgidLic+GXnLjijXdpl8pvkvbXU5BGa37iZO9FGvsh9ZL4y+oFi5cbHBm5UOG+dmQ==} dev: false - /@fastify/fast-json-stringify-compiler@4.2.0: - resolution: {integrity: sha512-ypZynRvXA3dibfPykQN3RB5wBdEUgSGgny8Qc6k163wYPLD4mEGEDkACp+00YmqkGvIm8D/xYoHajwyEdWD/eg==} + /@fastify/fast-json-stringify-compiler@4.3.0: + resolution: {integrity: sha512-aZAXGYo6m22Fk1zZzEUKBvut/CIIQe/BapEORnxiD5Qr0kPHqqI69NtEMCme74h+at72sPhbkb4ZrLd1W3KRLA==} dependencies: - fast-json-stringify: 5.6.2 + fast-json-stringify: 5.7.0 dev: false /@fastify/send@2.0.1: @@ -1325,8 +1358,8 @@ packages: mime: 3.0.0 dev: false - /@fastify/static@6.9.0: - resolution: {integrity: sha512-9SBVNJi2+KTnfiW1WjiVXDsmUxliNI54OF1eOiaop264dh8FwXSuLmO62JXvx7+VD0vQXEqsyRbFCYUJ9aJxng==} + /@fastify/static@6.10.2: + resolution: {integrity: sha512-UoaMvIHSBLCZBYOVZwFRYqX2ufUhd7FFMYGDeSf0Z+D8jhYtwljjmuQGuanUP8kS4y/ZEV1a8mfLha3zNwsnnQ==} dependencies: '@fastify/accept-negotiator': 1.1.0 '@fastify/send': 2.0.1 @@ -1401,8 +1434,8 @@ packages: /@hapi/file@3.0.0: resolution: {integrity: sha512-w+lKW+yRrLhJu620jT3y+5g2mHqnKfepreykvdOcl9/6up8GrQQn+l3FRTsjHTKbkbfQFkuksHpdv2EcpKcJ4Q==} - /@hapi/hapi@21.3.0: - resolution: {integrity: sha512-D0g78N1GlbhYteuDFEL3yA3zv/MMQZC9q7U1bblwGNdh1M4oIuy5u3eEeiBSdy7HY8oWhwPCnr0s9287MIctzg==} + /@hapi/hapi@21.3.2: + resolution: {integrity: sha512-tbm0zmsdUj8iw4NzFV30FST/W4qzh/Lsw6Q5o5gAhOuoirWvxm8a4G3o60bqBw8nXvRNJ8uLtE0RKLlZINxHcQ==} engines: {node: '>=14.15.0'} dependencies: '@hapi/accept': 6.0.1 @@ -1418,7 +1451,7 @@ packages: '@hapi/podium': 5.0.1 '@hapi/shot': 6.0.1 '@hapi/somever': 4.1.1 - '@hapi/statehood': 8.0.1 + '@hapi/statehood': 8.1.1 '@hapi/subtext': 8.1.0 '@hapi/teamwork': 6.0.0 '@hapi/topo': 6.0.1 @@ -1484,8 +1517,8 @@ packages: '@hapi/bounce': 3.0.1 '@hapi/hoek': 11.0.2 - /@hapi/statehood@8.0.1: - resolution: {integrity: sha512-xsKPbouuVX0x5v5TD5FX3m5W5z+HMDutcFkOskien3g7Zo8EtuIAhgtkGxG4voH3OU8PxNz0C6Oxegwoltrsog==} + /@hapi/statehood@8.1.1: + resolution: {integrity: sha512-YbK7PSVUA59NArAW5Np0tKRoIZ5VNYUicOk7uJmWZF6XyH5gGL+k62w77SIJb0AoAJ0QdGQMCQ/WOGL1S3Ydow==} dependencies: '@hapi/boom': 10.0.1 '@hapi/bounce': 3.0.1 @@ -1565,14 +1598,14 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 /@jridgewell/gen-mapping@0.3.2: resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.17 /@jridgewell/resolve-uri@3.1.0: @@ -1588,7 +1621,6 @@ packages: /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - dev: false /@jridgewell/trace-mapping@0.3.17: resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} @@ -1600,7 +1632,7 @@ packages: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 dev: false /@koa/router@12.0.0: @@ -1623,8 +1655,144 @@ packages: engines: {node: '>=8'} dev: false - /@nestjs/common@9.3.12(reflect-metadata@0.1.13)(rxjs@7.8.0): - resolution: {integrity: sha512-NtrUG2VgCbhmZEO1yRt/Utq16uFRV+xeHAOtdYIsfHGG0ssAV2lVLlvFFAQYh0SQ+KuYY1Gsxd3GK2JFoJCNqQ==} + /@napi-rs/magic-string-android-arm-eabi@0.3.4: + resolution: {integrity: sha512-sszAYxqtzzJ4FDerDNHcqL9NhqPhj8W4DNiOanXYy50mA5oojlRtaAFPiB5ZMrWDBM32v5Q30LrmxQ4eTtu2Dg==} + engines: {node: '>= 10'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-android-arm64@0.3.4: + resolution: {integrity: sha512-jdQ6HuO0X5rkX4MauTcWR4HWdgjakTOmmzqXg8L26+jOHVVG1LZE+Su5qvV4bP8vMb2h+vPE+JsnwqSmWymu3Q==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-darwin-arm64@0.3.4: + resolution: {integrity: sha512-6NmMtvURce9/oq09XBZmuIeI6lPLGtEJ2ZPO/QzL3nLZa6wygiCnO/sFACKYNg5/73ET5HMMTeuogE1JI+r2Lw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-darwin-x64@0.3.4: + resolution: {integrity: sha512-f9LmfMiUAKDOtl0meOuLYeVb6OERrgGzrTg1Tn3R3fTAShM2kxRbfAuPE9ljuXxIFzOv/uqRNLSl/LqCJwpREA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-freebsd-x64@0.3.4: + resolution: {integrity: sha512-rqduQ4odiDK4QdM45xHWRTU4wtFIfpp8g8QGpz+3qqg7ivldDqbbNOrBaf6Oeu77uuEvWggnkyuChotfKgJdJQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-linux-arm-gnueabihf@0.3.4: + resolution: {integrity: sha512-pVaJEdEpiPqIfq3M4+yMAATS7Z9muDcWYn8H7GFH1ygh8GwgLgKfy/n/lG2M6zp18Mwd0x7E2E/qg9GgCyUzoQ==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-linux-arm64-gnu@0.3.4: + resolution: {integrity: sha512-9FwoAih/0tzEZx0BjYYIxWkSRMjonIn91RFM3q3MBs/evmThXUYXUqLNa1PPIkK1JoksswtDi48qWWLt8nGflQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-linux-arm64-musl@0.3.4: + resolution: {integrity: sha512-wCR7R+WPOcAKmVQc1s6h6HwfwW1vL9pM8BjUY9Ljkdb8wt1LmZEmV2Sgfc1SfbRQzbyl+pKeufP6adRRQVzYDA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-linux-x64-gnu@0.3.4: + resolution: {integrity: sha512-sbxFDpYnt5WFbxQ1xozwOvh5A7IftqSI0WnE9O7KsQIOi0ej2dvFbfOW4tmFkvH/YP8KJELo5AhP2+kEq1DpYA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-linux-x64-musl@0.3.4: + resolution: {integrity: sha512-jN4h/7e2Ul8v3UK5IZu38NXLMdzVWhY4uEDlnwuUAhwRh26wBQ1/pLD97Uy/Z3dFNBQPcsv60XS9fOM1YDNT6w==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-win32-arm64-msvc@0.3.4: + resolution: {integrity: sha512-gMUyTRHLWpzX2ntJFCbW2Gnla9Y/WUmbkZuW5SBAo/Jo8QojHn76Y4PNgnoXdzcsV9b/45RBxurYKAfFg9WTyg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-win32-ia32-msvc@0.3.4: + resolution: {integrity: sha512-QIMauMOvEHgL00K9np/c9CT/CRtLOz3mRTQqcZ9XGzSoAMrpxH71KSpDJrKl7h7Ro6TZ+hJ0C3T+JVuTCZNv4A==} + engines: {node: '>= 10'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string-win32-x64-msvc@0.3.4: + resolution: {integrity: sha512-V8FMSf828MzOI3P6/765MR7zHU6CUZqiyPhmAnwYoKFNxfv7oCviN/G6NcENeCdcYOvNgh5fYzaNLB96ndId5A==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@napi-rs/magic-string@0.3.4: + resolution: {integrity: sha512-DEWl/B99RQsyMT3F9bvrXuhL01/eIQp/dtNSE3G1jQ4mTGRcP4iHWxoPZ577WrbjUinrNgvRA5+08g8fkPgimQ==} + engines: {node: '>= 10'} + optionalDependencies: + '@napi-rs/magic-string-android-arm-eabi': 0.3.4 + '@napi-rs/magic-string-android-arm64': 0.3.4 + '@napi-rs/magic-string-darwin-arm64': 0.3.4 + '@napi-rs/magic-string-darwin-x64': 0.3.4 + '@napi-rs/magic-string-freebsd-x64': 0.3.4 + '@napi-rs/magic-string-linux-arm-gnueabihf': 0.3.4 + '@napi-rs/magic-string-linux-arm64-gnu': 0.3.4 + '@napi-rs/magic-string-linux-arm64-musl': 0.3.4 + '@napi-rs/magic-string-linux-x64-gnu': 0.3.4 + '@napi-rs/magic-string-linux-x64-musl': 0.3.4 + '@napi-rs/magic-string-win32-arm64-msvc': 0.3.4 + '@napi-rs/magic-string-win32-ia32-msvc': 0.3.4 + '@napi-rs/magic-string-win32-x64-msvc': 0.3.4 + dev: true + + /@nestjs/common@9.4.3(reflect-metadata@0.1.13)(rxjs@7.8.1): + resolution: {integrity: sha512-Gd6D4IaYj01o14Bwv81ukidn4w3bPHCblMUq+SmUmWLyosK+XQmInCS09SbDDZyL8jy86PngtBLTdhJ2bXSUig==} peerDependencies: cache-manager: <=5 class-transformer: '*' @@ -1641,13 +1809,13 @@ packages: dependencies: iterare: 1.2.1 reflect-metadata: 0.1.13 - rxjs: 7.8.0 - tslib: 2.5.0 - uid: 2.0.1 + rxjs: 7.8.1 + tslib: 2.5.3 + uid: 2.0.2 dev: false - /@nestjs/core@9.3.12(@nestjs/common@9.3.12)(@nestjs/platform-express@9.3.12)(reflect-metadata@0.1.13)(rxjs@7.8.0): - resolution: {integrity: sha512-Qe0ZjJo7bOlfudn7KHLppYrt5i4k1nR1+9d5ppYat2bb5knCIT4kIqblj666n+22/2zvsHRiTo015cLyLKsLRQ==} + /@nestjs/core@9.4.3(@nestjs/common@9.4.3)(@nestjs/platform-express@9.4.3)(reflect-metadata@0.1.13)(rxjs@7.8.1): + resolution: {integrity: sha512-Qi63+wi55Jh4sDyaj5Hhx2jOpKqT386aeo+VOKsxnd+Ql9VvkO/FjmuwBGUyzkJt29ENYc+P0Sx/k5LtstNpPQ==} requiresBuild: true peerDependencies: '@nestjs/common': ^9.0.0 @@ -1664,38 +1832,38 @@ packages: '@nestjs/websockets': optional: true dependencies: - '@nestjs/common': 9.3.12(reflect-metadata@0.1.13)(rxjs@7.8.0) - '@nestjs/platform-express': 9.3.12(@nestjs/common@9.3.12)(@nestjs/core@9.3.12) + '@nestjs/common': 9.4.3(reflect-metadata@0.1.13)(rxjs@7.8.1) + '@nestjs/platform-express': 9.4.3(@nestjs/common@9.4.3)(@nestjs/core@9.4.3) '@nuxtjs/opencollective': 0.3.2 fast-safe-stringify: 2.1.1 iterare: 1.2.1 path-to-regexp: 3.2.0 reflect-metadata: 0.1.13 - rxjs: 7.8.0 - tslib: 2.5.0 - uid: 2.0.1 + rxjs: 7.8.1 + tslib: 2.5.3 + uid: 2.0.2 transitivePeerDependencies: - encoding dev: false - /@nestjs/platform-express@9.3.12(@nestjs/common@9.3.12)(@nestjs/core@9.3.12): - resolution: {integrity: sha512-iQToH9rnZHmm3a2YDKLEN7weU2qC/EVOBnuwTf1lIkqB48yLxlykSJu3KmgtlUUNDt2/HY527QIo+GZSZfCLyg==} + /@nestjs/platform-express@9.4.3(@nestjs/common@9.4.3)(@nestjs/core@9.4.3): + resolution: {integrity: sha512-FpdczWoRSC0zz2dNL9u2AQLXKXRVtq4HgHklAhbL59X0uy+mcxhlSThG7DHzDMkoSnuuHY8ojDVf7mDxk+GtCw==} peerDependencies: '@nestjs/common': ^9.0.0 '@nestjs/core': ^9.0.0 dependencies: - '@nestjs/common': 9.3.12(reflect-metadata@0.1.13)(rxjs@7.8.0) - '@nestjs/core': 9.3.12(@nestjs/common@9.3.12)(@nestjs/platform-express@9.3.12)(reflect-metadata@0.1.13)(rxjs@7.8.0) + '@nestjs/common': 9.4.3(reflect-metadata@0.1.13)(rxjs@7.8.1) + '@nestjs/core': 9.4.3(@nestjs/common@9.4.3)(@nestjs/platform-express@9.4.3)(reflect-metadata@0.1.13)(rxjs@7.8.1) body-parser: 1.20.2 cors: 2.8.5 express: 4.18.2 multer: 1.4.4-lts.1 - tslib: 2.5.0 + tslib: 2.5.3 transitivePeerDependencies: - supports-color dev: false - /@nestjs/serve-static@3.0.1(@nestjs/common@9.3.12)(@nestjs/core@9.3.12): + /@nestjs/serve-static@3.0.1(@nestjs/common@9.4.3)(@nestjs/core@9.4.3): resolution: {integrity: sha512-i766UJPYOqvQ2BbRKh0/+Mmq5NkJnmKcShjWV1i5qpXyeM0KDZTn0n7g7ykWq/3LbQgjpMzrhYtGv35GX7GVQw==} peerDependencies: '@fastify/static': ^6.5.0 @@ -1711,8 +1879,8 @@ packages: fastify: optional: true dependencies: - '@nestjs/common': 9.3.12(reflect-metadata@0.1.13)(rxjs@7.8.0) - '@nestjs/core': 9.3.12(@nestjs/common@9.3.12)(@nestjs/platform-express@9.3.12)(reflect-metadata@0.1.13)(rxjs@7.8.0) + '@nestjs/common': 9.4.3(reflect-metadata@0.1.13)(rxjs@7.8.1) + '@nestjs/core': 9.4.3(@nestjs/common@9.4.3)(@nestjs/platform-express@9.4.3)(reflect-metadata@0.1.13)(rxjs@7.8.1) path-to-regexp: 0.2.5 dev: false @@ -1741,7 +1909,7 @@ packages: dependencies: chalk: 4.1.2 consola: 2.15.3 - node-fetch: 2.6.9 + node-fetch: 2.6.12 transitivePeerDependencies: - encoding dev: false @@ -1761,8 +1929,8 @@ packages: /@polka/url@1.0.0-next.21: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} - /@puppeteer/browsers@1.4.3(typescript@5.1.6): - resolution: {integrity: sha512-8Jfkpb8qhPQhMsNBmIY8b6+ic2kvcmHZlyvifmcNKBC5jNZf3MAKq3gryKfmrjFAYFl3naPjiKljPUq5wuolfQ==} + /@puppeteer/browsers@1.4.4(typescript@5.1.6): + resolution: {integrity: sha512-1eRHnLFMJTcIdeAIKFCWjAkUmjZtDlgTzTtK0KC8h+Sw3aJ1B3V7IMFu1S5YL8EmO/U4Vte4ukEpOUPnkqL3jw==} engines: {node: '>=16.3.0'} hasBin: true peerDependencies: @@ -1775,7 +1943,7 @@ packages: extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.2.1 - tar-fs: 3.0.3 + tar-fs: 3.0.4 typescript: 5.1.6 unbzip2-stream: 1.4.3 yargs: 17.7.1 @@ -1803,8 +1971,8 @@ packages: resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==} dev: false - /@swc/core-darwin-arm64@1.3.42: - resolution: {integrity: sha512-hM6RrZFyoCM9mX3cj/zM5oXwhAqjUdOCLXJx7KTQps7NIkv/Qjvobgvyf2gAb89j3ARNo9NdIoLjTjJ6oALtiA==} + /@swc/core-darwin-arm64@1.3.68: + resolution: {integrity: sha512-Z5pNxeuP2NxpOHTzDQkJs0wAPLnTlglZnR3WjObijwvdwT/kw1Y5EPDKM/BVSIeG40SPMkDLBbI0aj0qyXzrBA==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] @@ -1812,8 +1980,8 @@ packages: dev: true optional: true - /@swc/core-darwin-x64@1.3.42: - resolution: {integrity: sha512-bjsWtHMb6wJK1+RGlBs2USvgZ0txlMk11y0qBLKo32gLKTqzUwRw0Fmfzuf6Ue2a/w//7eqMlPFEre4LvJajGw==} + /@swc/core-darwin-x64@1.3.68: + resolution: {integrity: sha512-ZHl42g6yXhfX4PzAQ0BNvBXpt/OcbAHfubWRN6eXELK3fiNnxL7QBW1if7iizlq6iA+Mj1pwHyyUit1pz0+fgA==} engines: {node: '>=10'} cpu: [x64] os: [darwin] @@ -1821,8 +1989,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm-gnueabihf@1.3.42: - resolution: {integrity: sha512-Oe0ggMz3MyqXNfeVmY+bBTL0hFSNY3bx8dhcqsh4vXk/ZVGse94QoC4dd92LuPHmKT0x6nsUzB86x2jU9QHW5g==} + /@swc/core-linux-arm-gnueabihf@1.3.68: + resolution: {integrity: sha512-Mk8f6KCOQ2CNAR4PtWajIjS6XKSSR7ZYDOCf1GXRxhS3qEyQH7V8elWvqWYqHcT4foO60NUmxA/NOM/dQrdO1A==} engines: {node: '>=10'} cpu: [arm] os: [linux] @@ -1830,8 +1998,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu@1.3.42: - resolution: {integrity: sha512-ZJsa8NIW1RLmmHGTJCbM7OPSbBZ9rOMrLqDtUOGrT0uoJXZnnQqolflamB5wviW0X6h3Z3/PSTNGNDCJ3u3Lqg==} + /@swc/core-linux-arm64-gnu@1.3.68: + resolution: {integrity: sha512-RhBllggh9t9sIxaRgRcGrVaS7fDk6KsIqR6b9+dwU5OyDr4ZyHWw1ZaH/1/HAebuXYhNBjoNUiRtca6lKRIPgQ==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -1839,8 +2007,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl@1.3.42: - resolution: {integrity: sha512-YpZwlFAfOp5vkm/uVUJX1O7N3yJDO1fDQRWqsOPPNyIJkI2ydlRQtgN6ZylC159Qv+TimfXnGTlNr7o3iBAqjg==} + /@swc/core-linux-arm64-musl@1.3.68: + resolution: {integrity: sha512-8K3zjU+tFgn6yGDEeD343gkKaHU9dhz77NiVkI1VzwRaT/Ag5pwl5eMQ1yStm8koNFzn3zq6rGjHfI5g2yI5Wg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -1848,8 +2016,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-gnu@1.3.42: - resolution: {integrity: sha512-0ccpKnsZbyHBzaQFdP8U9i29nvOfKitm6oJfdJzlqsY/jCqwvD8kv2CAKSK8WhJz//ExI2LqNrDI0yazx5j7+A==} + /@swc/core-linux-x64-gnu@1.3.68: + resolution: {integrity: sha512-4xAnvsBOyeTL0AB8GWlRKDM/hsysJ5jr5qvdKKI3rZfJgnnxl/xSX6TJKPsJ8gygfUJ3BmfCbmUmEyeDZ3YPvA==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -1857,8 +2025,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl@1.3.42: - resolution: {integrity: sha512-7eckRRuTZ6+3K21uyfXXgc2ZCg0mSWRRNwNT3wap2bYkKPeqTgb8pm8xYSZNEiMuDonHEat6XCCV36lFY6kOdQ==} + /@swc/core-linux-x64-musl@1.3.68: + resolution: {integrity: sha512-RCpaBo1fcpy1EFdjF+I7N4lfzOaHXVV0iMw/ABM+0PD6tp3V/9pxsguaZyeAHyEiUlDA6PZ4TfXv5zfnXEgW4Q==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -1866,8 +2034,8 @@ packages: dev: true optional: true - /@swc/core-win32-arm64-msvc@1.3.42: - resolution: {integrity: sha512-t27dJkdw0GWANdN4TV0lY/V5vTYSx5SRjyzzZolep358ueCGuN1XFf1R0JcCbd1ojosnkQg2L7A7991UjXingg==} + /@swc/core-win32-arm64-msvc@1.3.68: + resolution: {integrity: sha512-v2WZvXrSslYEpY1nqpItyamL4DyaJinmOkXvM8Bc1LLKU5rGuvmBdjUYg/5Y+o0AUynuiWubpgHNOkBWiCvfqw==} engines: {node: '>=10'} cpu: [arm64] os: [win32] @@ -1875,8 +2043,8 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc@1.3.42: - resolution: {integrity: sha512-xfpc/Zt/aMILX4IX0e3loZaFyrae37u3MJCv1gJxgqrpeLi7efIQr3AmERkTK3mxTO6R5urSliWw2W3FyZ7D3Q==} + /@swc/core-win32-ia32-msvc@1.3.68: + resolution: {integrity: sha512-HH5NJrIdzkJs+1xxprie0qSCMBeL9yeEhcC1yZTzYv8bwmabOUSdtKIqS55iYP/2hLWn9CTbvKPmLOIhCopW3Q==} engines: {node: '>=10'} cpu: [ia32] os: [win32] @@ -1884,8 +2052,8 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc@1.3.42: - resolution: {integrity: sha512-ra2K4Tu++EJLPhzZ6L8hWUsk94TdK/2UKhL9dzCBhtzKUixsGCEqhtqH1zISXNvW8qaVLFIMUP37ULe80/IJaA==} + /@swc/core-win32-x64-msvc@1.3.68: + resolution: {integrity: sha512-9HZVtLQUgK8r/yXQdwe0VBexbIcrY6+fBROhs7AAPWdewpaUeLkwQEJk6TbYr9CQuHw26FFGg6SjwAiqXF+kgQ==} engines: {node: '>=10'} cpu: [x64] os: [win32] @@ -1893,21 +2061,26 @@ packages: dev: true optional: true - /@swc/core@1.3.42: - resolution: {integrity: sha512-nVFUd5+7tGniM2cT3LXaqnu3735Cu4az8A9gAKK+8sdpASI52SWuqfDBmjFCK9xG90MiVDVp2PTZr0BWqCIzpw==} + /@swc/core@1.3.68: + resolution: {integrity: sha512-njGQuJO+Wy06dEayt70cf0c/KI3HGjm4iW9LLViVLBuYNzJ4SSdNfzejludzufu6im+dsDJ0i3QjgWhAIcVHMQ==} engines: {node: '>=10'} requiresBuild: true + peerDependencies: + '@swc/helpers': ^0.5.0 + peerDependenciesMeta: + '@swc/helpers': + optional: true optionalDependencies: - '@swc/core-darwin-arm64': 1.3.42 - '@swc/core-darwin-x64': 1.3.42 - '@swc/core-linux-arm-gnueabihf': 1.3.42 - '@swc/core-linux-arm64-gnu': 1.3.42 - '@swc/core-linux-arm64-musl': 1.3.42 - '@swc/core-linux-x64-gnu': 1.3.42 - '@swc/core-linux-x64-musl': 1.3.42 - '@swc/core-win32-arm64-msvc': 1.3.42 - '@swc/core-win32-ia32-msvc': 1.3.42 - '@swc/core-win32-x64-msvc': 1.3.42 + '@swc/core-darwin-arm64': 1.3.68 + '@swc/core-darwin-x64': 1.3.68 + '@swc/core-linux-arm-gnueabihf': 1.3.68 + '@swc/core-linux-arm64-gnu': 1.3.68 + '@swc/core-linux-arm64-musl': 1.3.68 + '@swc/core-linux-x64-gnu': 1.3.68 + '@swc/core-linux-x64-musl': 1.3.68 + '@swc/core-win32-arm64-msvc': 1.3.68 + '@swc/core-win32-ia32-msvc': 1.3.68 + '@swc/core-win32-x64-msvc': 1.3.68 dev: true /@tsconfig/node10@1.0.9: @@ -1995,7 +2168,7 @@ packages: resolution: {integrity: sha512-urNzL9HQgOp4QbeEOG/Y/XIcU1pB6skGh7LKMd0hGkxb8oRmWe083x5LAuLjZNtuhRU6yKhiSjjqQEJ+3pWjpQ==} deprecated: This is a stub types definition. @hapi/hapi provides its own type definitions, so you do not need this installed. dependencies: - '@hapi/hapi': 21.3.0 + '@hapi/hapi': 21.3.2 dev: true /@types/http-assert@1.5.3: @@ -2021,11 +2194,11 @@ packages: /@types/koa-compose@3.2.5: resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==} dependencies: - '@types/koa': 2.13.5 + '@types/koa': 2.13.6 dev: true - /@types/koa@2.13.5: - resolution: {integrity: sha512-HSUOdzKz3by4fnqagwthW/1w/yJspTgppyyalPVbgZf8jQWvdIXcVW5h2DGtw4zYntOaeRGx49r1hxoPWrD4aA==} + /@types/koa@2.13.6: + resolution: {integrity: sha512-diYUfp/GqfWBAiwxHtYJ/FQYIXhlEhlyaU7lB/bWQrx4Il9lCET5UwpFy3StOAohfsxxvEQ11qIJgT1j2tfBvw==} dependencies: '@types/accepts': 1.3.5 '@types/content-disposition': 0.5.5 @@ -2040,15 +2213,12 @@ packages: /@types/koa__router@12.0.0: resolution: {integrity: sha512-S6eHyZyoWCZLNHyy8j0sMW85cPrpByCbGGU2/BO4IzGiI87aHJ92lZh4E9xfsM9DcbCT469/OIqyC0sSJXSIBQ==} dependencies: - '@types/koa': 2.13.5 + '@types/koa': 2.13.6 dev: true /@types/mime@3.0.1: resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} - /@types/node@18.15.5: - resolution: {integrity: sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==} - /@types/node@18.16.19: resolution: {integrity: sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==} @@ -2065,13 +2235,13 @@ packages: /@types/range-parser@1.2.4: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - /@types/react-dom@18.0.11: - resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} + /@types/react-dom@18.2.6: + resolution: {integrity: sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.2.14 - /@types/react@18.0.28: - resolution: {integrity: sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==} + /@types/react@18.2.14: + resolution: {integrity: sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -2228,7 +2398,7 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@vitejs/plugin-react@3.1.0(vite@4.2.1): + /@vitejs/plugin-react@3.1.0(vite@4.4.3): resolution: {integrity: sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2239,19 +2409,19 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.21.0) magic-string: 0.27.0 react-refresh: 0.14.0 - vite: 4.2.1(@types/node@18.15.5) + vite: 4.4.3(@types/node@18.16.19) transitivePeerDependencies: - supports-color - /@vitejs/plugin-vue@4.1.0(vite@4.2.1)(vue@3.2.47): - resolution: {integrity: sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==} + /@vitejs/plugin-vue@4.2.3(vite@4.4.3)(vue@3.3.4): + resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.2.1(@types/node@18.15.5) - vue: 3.2.47 + vite: 4.4.3(@types/node@18.16.19) + vue: 3.3.4 dev: true /@vitest/expect@0.33.0: @@ -2292,78 +2462,78 @@ packages: pretty-format: 29.6.1 dev: false - /@vue/compiler-core@3.2.47: - resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==} + /@vue/compiler-core@3.3.4: + resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} dependencies: - '@babel/parser': 7.21.2 - '@vue/shared': 3.2.47 + '@babel/parser': 7.22.7 + '@vue/shared': 3.3.4 estree-walker: 2.0.2 - source-map: 0.6.1 + source-map-js: 1.0.2 - /@vue/compiler-dom@3.2.47: - resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==} + /@vue/compiler-dom@3.3.4: + resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==} dependencies: - '@vue/compiler-core': 3.2.47 - '@vue/shared': 3.2.47 + '@vue/compiler-core': 3.3.4 + '@vue/shared': 3.3.4 - /@vue/compiler-sfc@3.2.47: - resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} + /@vue/compiler-sfc@3.3.4: + resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==} dependencies: '@babel/parser': 7.21.2 - '@vue/compiler-core': 3.2.47 - '@vue/compiler-dom': 3.2.47 - '@vue/compiler-ssr': 3.2.47 - '@vue/reactivity-transform': 3.2.47 - '@vue/shared': 3.2.47 + '@vue/compiler-core': 3.3.4 + '@vue/compiler-dom': 3.3.4 + '@vue/compiler-ssr': 3.3.4 + '@vue/reactivity-transform': 3.3.4 + '@vue/shared': 3.3.4 estree-walker: 2.0.2 - magic-string: 0.25.9 - postcss: 8.4.21 - source-map: 0.6.1 + magic-string: 0.30.1 + postcss: 8.4.25 + source-map-js: 1.0.2 - /@vue/compiler-ssr@3.2.47: - resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==} + /@vue/compiler-ssr@3.3.4: + resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} dependencies: - '@vue/compiler-dom': 3.2.47 - '@vue/shared': 3.2.47 + '@vue/compiler-dom': 3.3.4 + '@vue/shared': 3.3.4 - /@vue/reactivity-transform@3.2.47: - resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==} + /@vue/reactivity-transform@3.3.4: + resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==} dependencies: '@babel/parser': 7.21.2 - '@vue/compiler-core': 3.2.47 - '@vue/shared': 3.2.47 + '@vue/compiler-core': 3.3.4 + '@vue/shared': 3.3.4 estree-walker: 2.0.2 - magic-string: 0.25.9 + magic-string: 0.30.1 - /@vue/reactivity@3.2.47: - resolution: {integrity: sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==} + /@vue/reactivity@3.3.4: + resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} dependencies: - '@vue/shared': 3.2.47 + '@vue/shared': 3.3.4 - /@vue/runtime-core@3.2.47: - resolution: {integrity: sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==} + /@vue/runtime-core@3.3.4: + resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==} dependencies: - '@vue/reactivity': 3.2.47 - '@vue/shared': 3.2.47 + '@vue/reactivity': 3.3.4 + '@vue/shared': 3.3.4 - /@vue/runtime-dom@3.2.47: - resolution: {integrity: sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==} + /@vue/runtime-dom@3.3.4: + resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==} dependencies: - '@vue/runtime-core': 3.2.47 - '@vue/shared': 3.2.47 - csstype: 2.6.21 + '@vue/runtime-core': 3.3.4 + '@vue/shared': 3.3.4 + csstype: 3.1.1 - /@vue/server-renderer@3.2.47(vue@3.2.47): - resolution: {integrity: sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==} + /@vue/server-renderer@3.3.4(vue@3.3.4): + resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} peerDependencies: - vue: 3.2.47 + vue: 3.3.4 dependencies: - '@vue/compiler-ssr': 3.2.47 - '@vue/shared': 3.2.47 - vue: 3.2.47 + '@vue/compiler-ssr': 3.3.4 + '@vue/shared': 3.3.4 + vue: 3.3.4 - /@vue/shared@3.2.47: - resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} + /@vue/shared@3.3.4: + resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} /abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -2643,7 +2813,7 @@ packages: engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 - content-type: 1.0.4 + content-type: 1.0.5 debug: 2.6.9 depd: 2.0.0 destroy: 1.2.0 @@ -3019,9 +3189,6 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /csstype@2.6.21: - resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} - /csstype@3.1.1: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} @@ -3192,13 +3359,13 @@ packages: once: 1.4.0 dev: false - /engine.io-parser@5.0.6: - resolution: {integrity: sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw==} + /engine.io-parser@5.1.0: + resolution: {integrity: sha512-enySgNiK5tyZFynt3z7iqBR+Bto9EVVVvDFuTT0ioHCGbzirZVGDGiQjZzEp8hWl6hd5FSVytJGuScX1C1C35w==} engines: {node: '>=10.0.0'} dev: false - /engine.io@6.4.1: - resolution: {integrity: sha512-JFYQurD/nbsA5BSPmbaOSLa3tSVj8L6o4srSwXXY3NqE+gGUNmmPTbhn8tjzcCtSqhFgIeqef81ngny8JM25hw==} + /engine.io@6.5.1: + resolution: {integrity: sha512-mGqhI+D7YxS9KJMppR6Iuo37Ed3abhU8NdfgSvJSDUafQutrN+sPTncJYTyM9+tkhSmWodKtVYGPPHyXJEwEQA==} engines: {node: '>=10.0.0'} dependencies: '@types/cookie': 0.4.1 @@ -3209,7 +3376,7 @@ packages: cookie: 0.4.2 cors: 2.8.5 debug: 4.3.4 - engine.io-parser: 5.0.6 + engine.io-parser: 5.1.0 ws: 8.11.0 transitivePeerDependencies: - bufferutil @@ -3299,34 +3466,35 @@ packages: is-symbol: 1.0.4 dev: true - /esbuild@0.17.12: - resolution: {integrity: sha512-bX/zHl7Gn2CpQwcMtRogTTBf9l1nl+H6R8nUbjk+RuKqAE3+8FDulLA+pHvX7aA7Xe07Iwa+CWvy9I8Y2qqPKQ==} + /esbuild@0.17.19: + resolution: {integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.17.12 - '@esbuild/android-arm64': 0.17.12 - '@esbuild/android-x64': 0.17.12 - '@esbuild/darwin-arm64': 0.17.12 - '@esbuild/darwin-x64': 0.17.12 - '@esbuild/freebsd-arm64': 0.17.12 - '@esbuild/freebsd-x64': 0.17.12 - '@esbuild/linux-arm': 0.17.12 - '@esbuild/linux-arm64': 0.17.12 - '@esbuild/linux-ia32': 0.17.12 - '@esbuild/linux-loong64': 0.17.12 - '@esbuild/linux-mips64el': 0.17.12 - '@esbuild/linux-ppc64': 0.17.12 - '@esbuild/linux-riscv64': 0.17.12 - '@esbuild/linux-s390x': 0.17.12 - '@esbuild/linux-x64': 0.17.12 - '@esbuild/netbsd-x64': 0.17.12 - '@esbuild/openbsd-x64': 0.17.12 - '@esbuild/sunos-x64': 0.17.12 - '@esbuild/win32-arm64': 0.17.12 - '@esbuild/win32-ia32': 0.17.12 - '@esbuild/win32-x64': 0.17.12 + '@esbuild/android-arm': 0.17.19 + '@esbuild/android-arm64': 0.17.19 + '@esbuild/android-x64': 0.17.19 + '@esbuild/darwin-arm64': 0.17.19 + '@esbuild/darwin-x64': 0.17.19 + '@esbuild/freebsd-arm64': 0.17.19 + '@esbuild/freebsd-x64': 0.17.19 + '@esbuild/linux-arm': 0.17.19 + '@esbuild/linux-arm64': 0.17.19 + '@esbuild/linux-ia32': 0.17.19 + '@esbuild/linux-loong64': 0.17.19 + '@esbuild/linux-mips64el': 0.17.19 + '@esbuild/linux-ppc64': 0.17.19 + '@esbuild/linux-riscv64': 0.17.19 + '@esbuild/linux-s390x': 0.17.19 + '@esbuild/linux-x64': 0.17.19 + '@esbuild/netbsd-x64': 0.17.19 + '@esbuild/openbsd-x64': 0.17.19 + '@esbuild/sunos-x64': 0.17.19 + '@esbuild/win32-arm64': 0.17.19 + '@esbuild/win32-ia32': 0.17.19 + '@esbuild/win32-x64': 0.17.19 + dev: false /esbuild@0.18.11: resolution: {integrity: sha512-i8u6mQF0JKJUlGR3OdFLKldJQMMs8OqM9Cc3UCi9XXziJ9WERM5bfkHaEAy0YAvPRMgqSW55W7xYn84XtEFTtA==} @@ -3825,8 +3993,8 @@ packages: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} dev: true - /fast-json-stringify@5.6.2: - resolution: {integrity: sha512-F6xkRrXvtGbAiDSEI5Rk7qk2P63Y9kc8bO6Dnsd3Rt6sBNr2QxNFWs0JbKftgiyOfGxnJaRoHe4SizCTqeAyrA==} + /fast-json-stringify@5.7.0: + resolution: {integrity: sha512-sBVPTgnAZseLu1Qgj6lUbQ0HfjFhZWXAmpZ5AaSGkyLh5gAXBga/uPJjQPHpDFjC9adWIpdOcCLSDTgrZ7snoQ==} dependencies: '@fastify/deepmerge': 1.3.0 ajv: 8.12.0 @@ -3862,24 +4030,25 @@ packages: resolution: {integrity: sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==} dev: false - /fastify@4.15.0: - resolution: {integrity: sha512-m/CaRN8nf5uyYdrDe2qqq+0z3oGyE+A++qlKQoLJTI4WI0nWK9D6R3FxXQ3MVwt/md977GMR4F43pE9oqrS2zw==} + /fastify@4.19.2: + resolution: {integrity: sha512-2unheeIRWFf9/Jjcz7djOpKuXCTzZjlyFfiBwKqpldkHMN2rfTLu/f9pYTdwlhzC9Cdj0S2H12zlug0Kd5uZ1w==} dependencies: '@fastify/ajv-compiler': 3.5.0 '@fastify/error': 3.2.0 - '@fastify/fast-json-stringify-compiler': 4.2.0 + '@fastify/fast-json-stringify-compiler': 4.3.0 abstract-logging: 2.0.1 avvio: 8.2.1 fast-content-type-parse: 1.0.0 + fast-json-stringify: 5.7.0 find-my-way: 7.6.0 light-my-request: 5.9.1 - pino: 8.11.0 - process-warning: 2.1.0 + pino: 8.14.1 + process-warning: 2.2.0 proxy-addr: 2.0.7 rfdc: 1.3.0 secure-json-parse: 2.7.0 - semver: 7.3.8 - tiny-lru: 10.3.0 + semver: 7.5.4 + tiny-lru: 11.0.1 transitivePeerDependencies: - supports-color dev: false @@ -4067,10 +4236,6 @@ packages: resolution: {integrity: sha512-LRn8Jlk+DwZE4GTlDbT3Hikd1wSHgLMme/+7ddlqKd7ldwR6LjJgTVWzBnR01wnYGe4KgrXjg287RaI22UHmAw==} dev: false - /get-tsconfig@4.2.0: - resolution: {integrity: sha512-X8u8fREiYOE6S8hLbq99PeykTDoLVnxvF4DjWKJmz9xy2nNRdUcV8ZN9tniJFeKyTU3qnC9lL8n4Chd6LmVKHg==} - dev: true - /get-tsconfig@4.6.2: resolution: {integrity: sha512-E5XrT4CbbXcXWy+1jChlZmrmCwd5KGx502kDCXJJ7y898TtWW9FwoG5HfOLVRKmlmDGkWN2HM9Ho+/Y8F0sJDg==} dependencies: @@ -4422,6 +4587,7 @@ packages: resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} dependencies: has: 1.0.3 + dev: true /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} @@ -4654,14 +4820,14 @@ packages: koa-compose: 4.1.0 dev: false - /koa@2.14.1: - resolution: {integrity: sha512-USJFyZgi2l0wDgqkfD27gL4YGno7TfUkcmOe6UOLFOVuN+J7FwnNu4Dydl4CUQzraM1lBAiGed0M9OVJoT0Kqw==} + /koa@2.14.2: + resolution: {integrity: sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==} engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4} dependencies: accepts: 1.3.8 cache-content-type: 1.0.1 content-disposition: 0.5.4 - content-type: 1.0.4 + content-type: 1.0.5 cookies: 0.8.0 debug: 4.3.4 delegates: 1.0.0 @@ -4705,7 +4871,7 @@ packages: resolution: {integrity: sha512-UT7pUk8jNCR1wR7w3iWfIjx32DiB2f3hFdQSOwy3/EPQ3n3VocyipUxcyRZR0ahoev+fky69uA+GejPa9KuHKg==} dependencies: cookie: 0.5.0 - process-warning: 2.1.0 + process-warning: 2.2.0 set-cookie-parser: 2.6.0 dev: false @@ -4754,7 +4920,7 @@ packages: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.8.0 + rxjs: 7.8.1 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -4826,11 +4992,6 @@ packages: engines: {node: '>=12'} dev: false - /magic-string@0.25.9: - resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} - dependencies: - sourcemap-codec: 1.4.8 - /magic-string@0.27.0: resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} engines: {node: '>=12'} @@ -4842,7 +5003,6 @@ packages: engines: {node: '>=12'} dependencies: '@jridgewell/sourcemap-codec': 1.4.15 - dev: false /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} @@ -4993,11 +5153,6 @@ packages: thenify-all: 1.6.0 dev: true - /nanoid@3.3.4: - resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - /nanoid@3.3.6: resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -5038,18 +5193,6 @@ packages: whatwg-url: 5.0.0 dev: false - /node-fetch@2.6.9: - resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - dependencies: - whatwg-url: 5.0.0 - dev: false - /node-fetch@3.3.1: resolution: {integrity: sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -5320,6 +5463,7 @@ packages: /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: true /path-to-regexp@0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} @@ -5383,8 +5527,8 @@ packages: resolution: {integrity: sha512-KO0m2f1HkrPe9S0ldjx7za9BJjeHqBku5Ch8JyxETxT8dEFGz1PwgrHaOQupVYitpzbFSYm7nnljxD8dik2c+g==} dev: false - /pino@8.11.0: - resolution: {integrity: sha512-Z2eKSvlrl2rH8p5eveNUnTdd4AjJk8tAsLkHYZQKGHP4WTh2Gi1cOSOs3eWPqaj+niS3gj4UkoreoaWgF3ZWYg==} + /pino@8.14.1: + resolution: {integrity: sha512-8LYNv7BKWXSfS+k6oEc6occy5La+q2sPwU3q2ljTX5AZk7v+5kND2o5W794FyRaqha6DJajmkNRsWtPpFyMUdw==} hasBin: true dependencies: atomic-sleep: 1.0.0 @@ -5392,7 +5536,7 @@ packages: on-exit-leak-free: 2.1.0 pino-abstract-transport: 1.0.0 pino-std-serializers: 6.1.0 - process-warning: 2.1.0 + process-warning: 2.2.0 quick-format-unescaped: 4.0.4 real-require: 0.2.0 safe-stable-stringify: 2.4.3 @@ -5429,14 +5573,6 @@ packages: yaml: 2.3.1 dev: true - /postcss@8.4.21: - resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.4 - picocolors: 1.0.0 - source-map-js: 1.0.2 - /postcss@8.4.25: resolution: {integrity: sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==} engines: {node: ^10 || ^12 || >=14} @@ -5474,8 +5610,8 @@ packages: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: false - /process-warning@2.1.0: - resolution: {integrity: sha512-9C20RLxrZU/rFnxWncDkuF6O999NdIf3E1ws4B0ZeY3sRVPzWBMsYDE2lxjxhiXxg464cQTgKUGm8/i6y2YGXg==} + /process-warning@2.2.0: + resolution: {integrity: sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==} dev: false /process@0.11.10: @@ -5553,8 +5689,8 @@ packages: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} - /puppeteer-core@20.8.0(typescript@5.1.6): - resolution: {integrity: sha512-sQcuH6nv9jnFiaaePk53+C0O9BaJP6OaPmYKqJ3sWhziThv6uaaosK49Kg3g1HUUEP9KYhbOhedPIUCXJSQUxw==} + /puppeteer-core@20.8.1(typescript@5.1.6): + resolution: {integrity: sha512-Qoh8f8Y90AVV003kENcwMZ6V2qTtsQ6S7PSwEwCILKvbeQCevbJl5KMzT3qOArgKsT3mZfR+sLHNy6+tWFsQcQ==} engines: {node: '>=16.3.0'} peerDependencies: typescript: '>= 4.7.4' @@ -5562,7 +5698,7 @@ packages: typescript: optional: true dependencies: - '@puppeteer/browsers': 1.4.3(typescript@5.1.6) + '@puppeteer/browsers': 1.4.4(typescript@5.1.6) chromium-bidi: 0.4.16(devtools-protocol@0.0.1135028) cross-fetch: 4.0.0 debug: 4.3.4 @@ -5576,14 +5712,14 @@ packages: - utf-8-validate dev: false - /puppeteer@20.8.0(typescript@5.1.6): - resolution: {integrity: sha512-DnTwtQMUzWGkJYN3rvUW8y2LciFMnM0YR9cgwWmYmMLhUnYQw1XX+Q+5cAO8+AADglVuJCz0kaopd0lMI5j04g==} + /puppeteer@20.8.1(typescript@5.1.6): + resolution: {integrity: sha512-1ZntYZenpbKqNJW30UItrAskWuYp9i4GQ99y9uefLwewpybDYCuPXkn5nGRd+KkT08O7ge/WHNHmv8cH1zDQ1Q==} engines: {node: '>=16.3.0'} requiresBuild: true dependencies: - '@puppeteer/browsers': 1.4.3(typescript@5.1.6) + '@puppeteer/browsers': 1.4.4(typescript@5.1.6) cosmiconfig: 8.2.0 - puppeteer-core: 20.8.0(typescript@5.1.6) + puppeteer-core: 20.8.1(typescript@5.1.6) transitivePeerDependencies: - bufferutil - encoding @@ -5657,12 +5793,13 @@ packages: resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} engines: {node: '>=0.10.0'} - /react-streaming@0.3.7(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-viQGx51pJYlCl+7jGIZHqvdGNRXoqR7/ivY+vb3GhYPbpgVyA8pJi2NjhOzKmIgCxeGuQn4IuI9R9pwpHeEbUg==} + /react-streaming@0.3.14(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-nYTYNp1NjJbEDFiiN/NpuUOhDm94GszLD/aGxXRtbYO2z2GlvL3S/OHjku17+qFfP91IQTF1fcHcvjCKEd3Ong==} peerDependencies: react: '>=18' react-dom: '>=18' dependencies: + '@brillout/import': 0.2.3 '@brillout/json-serializer': 0.5.3 isbot-fast: 1.2.0 react: 18.2.0 @@ -5758,6 +5895,7 @@ packages: is-core-module: 2.11.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + dev: true /resolve@2.0.0-next.4: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} @@ -5795,8 +5933,8 @@ packages: glob: 7.2.3 dev: true - /rollup-plugin-swc3@0.8.0(@swc/core@1.3.42): - resolution: {integrity: sha512-IJapqORpU4NgSJHaFvbTcUe4WQPzgE6v8Suu95ZO4Qw1VwGRcuurvSCuYX1fIzR+DLVlZH4zq/T6uqbmw3Bzxw==} + /rollup-plugin-swc3@0.9.0(@swc/core@1.3.68): + resolution: {integrity: sha512-b5OjzeD9F5H6hmtHqI6GJkPiJPyUrIu9cjvvjv4OOMW79nukmmd8QJLqrVxsJk7Y3vZXOzOgBSzKLkCM/Jt5Vw==} engines: {node: '>=12'} peerDependencies: '@swc/core': '>=1.2.165' @@ -5806,18 +5944,12 @@ packages: optional: true dependencies: '@fastify/deepmerge': 1.3.0 + '@napi-rs/magic-string': 0.3.4 '@rollup/pluginutils': 4.2.1 - '@swc/core': 1.3.42 - get-tsconfig: 4.2.0 + '@swc/core': 1.3.68 + get-tsconfig: 4.6.2 dev: true - /rollup@3.20.1: - resolution: {integrity: sha512-sz2w8cBJlWQ2E17RcpvHuf4sk2BQx4tfKDnjNPikEpLEevrbIAR7CH3PGa2hpPwWbNgPaA9yh9Jzljds5bc9zg==} - engines: {node: '>=14.18.0', npm: '>=8.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - /rollup@3.26.2: resolution: {integrity: sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} @@ -5830,10 +5962,10 @@ packages: dependencies: queue-microtask: 1.2.3 - /rxjs@7.8.0: - resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} + /rxjs@7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /sade@1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} @@ -5893,6 +6025,15 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true + + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: false /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} @@ -5964,15 +6105,6 @@ packages: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} dev: true - /sirv@2.0.2: - resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==} - engines: {node: '>= 10'} - dependencies: - '@polka/url': 1.0.0-next.21 - mrmime: 1.0.1 - totalist: 3.0.0 - dev: false - /sirv@2.0.3: resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==} engines: {node: '>= 10'} @@ -5980,7 +6112,6 @@ packages: '@polka/url': 1.0.0-next.21 mrmime: 1.0.1 totalist: 3.0.0 - dev: true /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} @@ -6032,8 +6163,8 @@ packages: - utf-8-validate dev: false - /socket.io-parser@4.2.2: - resolution: {integrity: sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==} + /socket.io-parser@4.2.4: + resolution: {integrity: sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==} engines: {node: '>=10.0.0'} dependencies: '@socket.io/component-emitter': 3.1.0 @@ -6042,16 +6173,17 @@ packages: - supports-color dev: false - /socket.io@4.6.1: - resolution: {integrity: sha512-KMcaAi4l/8+xEjkRICl6ak8ySoxsYG+gG6/XfRCPJPQ/haCRIJBTL4wIl8YCsmtaBovcAXGLOShyVWQ/FG8GZA==} + /socket.io@4.7.1: + resolution: {integrity: sha512-W+utHys2w//dhFjy7iQQu9sGd3eokCjGbl2r59tyLqNiJJBdIebn3GAKEXBr3osqHTObJi2die/25bCx2zsaaw==} engines: {node: '>=10.0.0'} dependencies: accepts: 1.3.8 base64id: 2.0.0 + cors: 2.8.5 debug: 4.3.4 - engine.io: 6.4.1 + engine.io: 6.5.1 socket.io-adapter: 2.5.2 - socket.io-parser: 4.2.2 + socket.io-parser: 4.2.4 transitivePeerDependencies: - bufferutil - supports-color @@ -6087,9 +6219,17 @@ packages: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} + /source-map-support@0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + dev: false + /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} + dev: false /source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} @@ -6098,10 +6238,6 @@ packages: whatwg-url: 7.1.0 dev: true - /sourcemap-codec@1.4.8: - resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} - deprecated: Please use @jridgewell/sourcemap-codec instead - /split2@4.1.0: resolution: {integrity: sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==} engines: {node: '>= 10.x'} @@ -6282,6 +6418,7 @@ packages: /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + dev: true /synckit@0.8.5: resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==} @@ -6296,8 +6433,8 @@ packages: engines: {node: '>=6'} dev: true - /tar-fs@3.0.3: - resolution: {integrity: sha512-ZK36riGYnFI6LujIBfBRoDfeaaWUkStIFKwtPjnDWCKnsDE9kuQthG09aQjLjpzoRtVElEMZ/AIAURNb7N9mkA==} + /tar-fs@3.0.4: + resolution: {integrity: sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==} dependencies: mkdirp-classic: 0.5.3 pump: 3.0.0 @@ -6345,8 +6482,8 @@ packages: globrex: 0.1.2 dev: true - /tiny-lru@10.3.0: - resolution: {integrity: sha512-vTKRT2AEO1sViFDWAIzZVpV8KURCaMtnHa4RZB3XqtYLbrTO/fLDXKPEX9kVWq9u+nZREkwakbcmzGgvJm8QKA==} + /tiny-lru@11.0.1: + resolution: {integrity: sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==} engines: {node: '>=12'} dev: false @@ -6402,7 +6539,7 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-node@10.9.1(@types/node@18.15.5)(typescript@5.0.2): + /ts-node@10.9.1(@types/node@18.16.19)(typescript@5.1.6): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -6421,19 +6558,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.15.5 + '@types/node': 18.16.19 acorn: 8.7.1 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.0.2 + typescript: 5.1.6 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false - /tsconfck@2.1.1(typescript@5.0.2): + /tsconfck@2.1.1(typescript@5.1.6): resolution: {integrity: sha512-ZPCkJBKASZBmBUNqGHmRhdhM8pJYDdOXp4nRgj/O0JwUwsMq50lCDRQP/M5GBNAA0elPrq4gAeu4dkaVCuKWww==} engines: {node: ^14.13.1 || ^16 || >=18} hasBin: true @@ -6443,7 +6580,7 @@ packages: typescript: optional: true dependencies: - typescript: 5.0.2 + typescript: 5.1.6 dev: true /tsconfig-paths@3.14.2: @@ -6459,12 +6596,13 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true - /tslib@2.4.1: - resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} - /tslib@2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tslib@2.5.3: + resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} + dev: false + /tsscmp@1.0.6: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} @@ -6565,11 +6703,6 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: false - /typescript@5.0.2: - resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} - engines: {node: '>=12.20'} - hasBin: true - /typescript@5.1.6: resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} engines: {node: '>=14.17'} @@ -6579,8 +6712,8 @@ packages: resolution: {integrity: sha512-TrY6DsjTQQgyS3E3dBaOXf0TpPD8u9FVrVYmKVegJuFw51n/YB9XPt+U6ydzFG5ZIN7+DIjPbNmXoBj9esYhgQ==} dev: false - /uid@2.0.1: - resolution: {integrity: sha512-PF+1AnZgycpAIEmNtjxGBVmKbZAQguaa4pBUq6KNaGEcpzZ2klCNZLM34tsjp76maN00TttiiUf6zkIBpJQm2A==} + /uid@2.0.2: + resolution: {integrity: sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==} engines: {node: '>=8'} dependencies: '@lukeed/csprng': 1.0.1 @@ -6655,7 +6788,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.2(@types/node@18.16.19) + vite: 4.4.3(@types/node@18.16.19) transitivePeerDependencies: - '@types/node' - less @@ -6667,32 +6800,34 @@ packages: - terser dev: false - /vite-plugin-ssr@0.4.101(react-streaming@0.3.7)(vite@4.2.1): - resolution: {integrity: sha512-bFJAoA3V7AKA/DBNWSYKEBSlUVC/nBP+vaqQBUwzpimSI5mUbKFOf0aoAo7KHd/3jejqPOLALrJ+rmt1CVI45A==} - engines: {node: '>=12.19.0'} + /vite-plugin-ssr@0.4.133(react-streaming@0.3.14)(vite@4.4.3): + resolution: {integrity: sha512-/m9BYS4IBEJr8PmzHubkae2OjyWdX2Jf06QoooIHIkd+0szzTMhPkEBBQAeqnaGM30yoydKfwAa/NC3yLDBZZw==} + engines: {node: '>=16.0.0'} hasBin: true peerDependencies: react-streaming: '>=0.3.5' - vite: '>=3.0.0' + vite: '>=3.1.0' peerDependenciesMeta: react-streaming: optional: true dependencies: - '@brillout/import': 0.2.2 + '@brillout/import': 0.2.3 '@brillout/json-serializer': 0.5.3 - '@brillout/vite-plugin-import-build': 0.2.13 + '@brillout/picocolors': 1.0.4 + '@brillout/vite-plugin-import-build': 0.2.18 + acorn: 8.10.0 cac: 6.7.14 es-module-lexer: 0.10.5 - esbuild: 0.17.12 + esbuild: 0.17.19 fast-glob: 3.2.12 - picocolors: 1.0.0 - react-streaming: 0.3.7(react-dom@18.2.0)(react@18.2.0) - sirv: 2.0.2 - vite: 4.2.1(@types/node@18.15.5) + react-streaming: 0.3.14(react-dom@18.2.0)(react@18.2.0) + sirv: 2.0.3 + source-map-support: 0.5.21 + vite: 4.4.3(@types/node@18.16.19) dev: false - /vite-tsconfig-paths@4.0.7(typescript@5.0.2)(vite@4.2.1): - resolution: {integrity: sha512-MwIYaby6kcbQGZqMH+gAK6h0UYQGOkjsuAgw4q6bP/5vWkn8VKvnmLuCQHA2+IzHAJHnE8OFTO4lnJLFMf9+7Q==} + /vite-tsconfig-paths@4.2.0(typescript@5.1.6)(vite@4.4.3): + resolution: {integrity: sha512-jGpus0eUy5qbbMVGiTxCL1iB9ZGN6Bd37VGLJU39kTDD6ZfULTTb1bcc5IeTWqWJKiWV5YihCaibeASPiGi8kw==} peerDependencies: vite: '*' peerDependenciesMeta: @@ -6701,20 +6836,21 @@ packages: dependencies: debug: 4.3.4 globrex: 0.1.2 - tsconfck: 2.1.1(typescript@5.0.2) - vite: 4.2.1(@types/node@18.15.5) + tsconfck: 2.1.1(typescript@5.1.6) + vite: 4.4.3(@types/node@18.16.19) transitivePeerDependencies: - supports-color - typescript dev: true - /vite@4.2.1(@types/node@18.15.5): - resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==} + /vite@4.4.2(@types/node@18.16.19): + resolution: {integrity: sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: '@types/node': '>= 14' less: '*' + lightningcss: ^1.21.0 sass: '*' stylus: '*' sugarss: '*' @@ -6724,6 +6860,8 @@ packages: optional: true less: optional: true + lightningcss: + optional: true sass: optional: true stylus: @@ -6733,16 +6871,16 @@ packages: terser: optional: true dependencies: - '@types/node': 18.15.5 - esbuild: 0.17.12 - postcss: 8.4.21 - resolve: 1.22.1 - rollup: 3.20.1 + '@types/node': 18.16.19 + esbuild: 0.18.11 + postcss: 8.4.25 + rollup: 3.26.2 optionalDependencies: fsevents: 2.3.2 + dev: false - /vite@4.4.2(@types/node@18.16.19): - resolution: {integrity: sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==} + /vite@4.4.3(@types/node@18.16.19): + resolution: {integrity: sha512-IMnXQXXWgLi5brBQx/4WzDxdzW0X3pjO4nqFJAuNvwKtxzAmPzFE1wszW3VDpAGQJm3RZkm/brzRdyGsnwgJIA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -6844,20 +6982,21 @@ packages: /vm2@3.9.19: resolution: {integrity: sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==} engines: {node: '>=6.0'} + deprecated: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm. hasBin: true dependencies: acorn: 8.10.0 acorn-walk: 8.2.0 dev: false - /vue@3.2.47: - resolution: {integrity: sha512-60188y/9Dc9WVrAZeUVSDxRQOZ+z+y5nO2ts9jWXSTkMvayiWxCWOWtBQoYjLeccfXkiiPZWAHcV+WTPhkqJHQ==} + /vue@3.3.4: + resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} dependencies: - '@vue/compiler-dom': 3.2.47 - '@vue/compiler-sfc': 3.2.47 - '@vue/runtime-dom': 3.2.47 - '@vue/server-renderer': 3.2.47(vue@3.2.47) - '@vue/shared': 3.2.47 + '@vue/compiler-dom': 3.3.4 + '@vue/compiler-sfc': 3.3.4 + '@vue/runtime-dom': 3.3.4 + '@vue/server-renderer': 3.3.4(vue@3.3.4) + '@vue/shared': 3.3.4 /web-streams-polyfill@3.2.1: resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==}