diff --git a/ci/package.json b/ci/package.json index 3a566665..24efc16b 100644 --- a/ci/package.json +++ b/ci/package.json @@ -6,15 +6,15 @@ "ci": "vitest run --reporter=verbose --no-threads" }, "dependencies": { - "@types/node": "^20.5.7", + "@types/node": "^20.6.5", "kill-port": "^2.0.1", "node-fetch": "^3.3.2", "ps-tree": "^1.2.0", - "puppeteer": "^21.1.1", + "puppeteer": "^21.3.4", "typescript": "^5.2.2", - "vitest": "^0.34.3" + "vitest": "^0.34.5" }, "devDependencies": { - "@types/ps-tree": "^1.1.2" + "@types/ps-tree": "^1.1.3" } } diff --git a/examples/express/package.json b/examples/express/package.json index 2c6dbc2b..f5584001 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -11,8 +11,8 @@ "dist" ], "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^20.5.7", + "@types/express": "^4.17.18", + "@types/node": "^20.6.5", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" diff --git a/examples/fastify-vite-plugin-ssr/package.json b/examples/fastify-vite-plugin-ssr/package.json index 637af9bb..9a1b2155 100644 --- a/examples/fastify-vite-plugin-ssr/package.json +++ b/examples/fastify-vite-plugin-ssr/package.json @@ -8,19 +8,19 @@ "start": "cross-env NODE_ENV=production node dist/server/index.mjs" }, "dependencies": { - "@fastify/static": "^6.10.2", - "@types/node": "^20.5.7", - "@types/react": "^18.2.21", + "@fastify/static": "^6.11.2", + "@types/node": "^20.6.5", + "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", - "@vitejs/plugin-react": "^4.0.4", + "@vitejs/plugin-react": "^4.1.0", "cross-env": "^7.0.3", - "fastify": "^4.22.0", + "fastify": "^4.23.2", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-node": "^10.9.1", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9", - "vite-plugin-ssr": "^0.4.139" + "vite-plugin-ssr": "^0.4.142" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index e02122ba..988f3f19 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -11,12 +11,12 @@ "dist" ], "devDependencies": { - "@types/node": "^20.5.7", + "@types/node": "^20.6.5", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" }, "dependencies": { - "fastify": "^4.22.0" + "fastify": "^4.23.2" } } diff --git a/examples/hapi/package.json b/examples/hapi/package.json index 846e9ee4..061c55c1 100644 --- a/examples/hapi/package.json +++ b/examples/hapi/package.json @@ -11,7 +11,7 @@ "dist" ], "devDependencies": { - "@types/node": "^20.5.7", + "@types/node": "^20.6.5", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" diff --git a/examples/koa/package.json b/examples/koa/package.json index 9f90413c..364bc97a 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -11,9 +11,9 @@ "dist" ], "devDependencies": { - "@types/koa": "^2.13.8", - "@types/koa__router": "^12.0.0", - "@types/node": "^20.5.7", + "@types/koa": "^2.13.9", + "@types/koa__router": "^12.0.1", + "@types/node": "^20.6.5", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" diff --git a/examples/nestjs-vite-plugin-ssr/package.json b/examples/nestjs-vite-plugin-ssr/package.json index 5bd3344b..ef4caa87 100644 --- a/examples/nestjs-vite-plugin-ssr/package.json +++ b/examples/nestjs-vite-plugin-ssr/package.json @@ -11,29 +11,29 @@ "dist" ], "devDependencies": { - "@swc/core": "^1.3.80", - "@types/express": "^4.17.17", - "@types/node": "^20.5.7", - "@types/react": "^18.2.21", + "@swc/core": "^1.3.88", + "@types/express": "^4.17.18", + "@types/node": "^20.6.5", + "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", - "@vitejs/plugin-react": "^4.0.4", + "@vitejs/plugin-react": "^4.1.0", "cross-env": "^7.0.3", "rollup-plugin-swc3": "^0.10.1", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9", - "vite-tsconfig-paths": "^4.2.0" + "vite-tsconfig-paths": "^4.2.1" }, "dependencies": { - "@nestjs/common": "^10.2.2", - "@nestjs/core": "^10.2.2", - "@nestjs/platform-express": "^10.2.2", + "@nestjs/common": "^10.2.6", + "@nestjs/core": "^10.2.6", + "@nestjs/platform-express": "^10.2.6", "@nestjs/serve-static": "^4.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-streaming": "0.3.14", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.1", - "vite-plugin-ssr": "^0.4.139" + "vite-plugin-ssr": "^0.4.142" } } diff --git a/examples/nestjs/package.json b/examples/nestjs/package.json index 10fedf03..b6feaae2 100644 --- a/examples/nestjs/package.json +++ b/examples/nestjs/package.json @@ -11,18 +11,18 @@ "dist" ], "devDependencies": { - "@swc/core": "^1.3.80", - "@types/express": "^4.17.17", - "@types/node": "^20.5.7", + "@swc/core": "^1.3.88", + "@types/express": "^4.17.18", + "@types/node": "^20.6.5", "rollup-plugin-swc3": "^0.10.1", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" }, "dependencies": { - "@nestjs/common": "^10.2.2", - "@nestjs/core": "^10.2.2", - "@nestjs/platform-express": "^10.2.2", + "@nestjs/common": "^10.2.6", + "@nestjs/core": "^10.2.6", + "@nestjs/platform-express": "^10.2.6", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.1" } diff --git a/examples/simple-standalone/package.json b/examples/simple-standalone/package.json index 6a7aada8..830e1b67 100644 --- a/examples/simple-standalone/package.json +++ b/examples/simple-standalone/package.json @@ -8,7 +8,7 @@ "build": "vite build --ssr --mode=production" }, "devDependencies": { - "@types/node": "^20.5.7", + "@types/node": "^20.6.5", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" diff --git a/examples/socket-io/package.json b/examples/socket-io/package.json index 3701a238..a1ecc6f1 100644 --- a/examples/socket-io/package.json +++ b/examples/socket-io/package.json @@ -11,8 +11,8 @@ "dist" ], "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^20.5.7", + "@types/express": "^4.17.18", + "@types/node": "^20.6.5", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" diff --git a/examples/ssr-react-express/package.json b/examples/ssr-react-express/package.json index 0df9b5c4..922b8315 100644 --- a/examples/ssr-react-express/package.json +++ b/examples/ssr-react-express/package.json @@ -8,11 +8,11 @@ "start": "node dist/server" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^20.5.7", - "@types/react": "^18.2.21", + "@types/express": "^4.17.18", + "@types/node": "^20.6.5", + "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", - "@vitejs/plugin-react": "^4.0.4", + "@vitejs/plugin-react": "^4.1.0", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" diff --git a/examples/ssr-vue-express/package.json b/examples/ssr-vue-express/package.json index ad6e156e..7d86ad35 100644 --- a/examples/ssr-vue-express/package.json +++ b/examples/ssr-vue-express/package.json @@ -8,9 +8,9 @@ "start": "node dist/server" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^20.5.7", - "@vitejs/plugin-vue": "^4.3.3", + "@types/express": "^4.17.18", + "@types/node": "^20.6.5", + "@vitejs/plugin-vue": "^4.3.4", "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9" diff --git a/examples/vite-plugin-ssr/package.json b/examples/vite-plugin-ssr/package.json index 31d9d7a3..1e923ffb 100644 --- a/examples/vite-plugin-ssr/package.json +++ b/examples/vite-plugin-ssr/package.json @@ -8,11 +8,11 @@ "start": "cross-env NODE_ENV=production node dist/server/index.mjs" }, "dependencies": { - "@types/express": "^4.17.17", - "@types/node": "^20.5.7", - "@types/react": "^18.2.21", + "@types/express": "^4.17.18", + "@types/node": "^20.6.5", + "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", - "@vitejs/plugin-react": "^4.0.4", + "@vitejs/plugin-react": "^4.1.0", "cross-env": "^7.0.3", "express": "^4.18.2", "react": "^18.2.0", @@ -21,6 +21,6 @@ "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9", - "vite-plugin-ssr": "^0.4.139" + "vite-plugin-ssr": "^0.4.142" } } diff --git a/package.json b/package.json index 392d0cd5..5e363cc2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "husky": "^8.0.3", "lint-staged": "^14.0.1", - "prettier": "^3.0.2", + "prettier": "^3.0.3", "publint": "^0.2.2", "typescript": "^5.2.2" }, diff --git a/packages/connect/package.json b/packages/connect/package.json index c85f38a8..fbce6624 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -46,13 +46,13 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "eslint": "^8.48.0", + "eslint": "^8.50.0", "sirv": "^2.0.3", "tsup": "^7.2.0", "typescript": "^5.2.2", "vite": "^4.4.9" }, "dependencies": { - "@types/node": "^20.5.7" + "@types/node": "^20.6.5" } } diff --git a/packages/expose-vite-dev-server/package.json b/packages/expose-vite-dev-server/package.json index b4ece7ed..c764f466 100644 --- a/packages/expose-vite-dev-server/package.json +++ b/packages/expose-vite-dev-server/package.json @@ -40,8 +40,8 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", - "eslint": "^8.48.0", + "@types/node": "^20.6.5", + "eslint": "^8.50.0", "tsup": "^7.2.0", "typescript": "^5.2.2", "vite": "^4.4.9" diff --git a/packages/multibuild-cli/package.json b/packages/multibuild-cli/package.json index 3e7bde48..d7847414 100644 --- a/packages/multibuild-cli/package.json +++ b/packages/multibuild-cli/package.json @@ -27,13 +27,13 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "eslint": "^8.48.0", + "eslint": "^8.50.0", "tsup": "^7.2.0", "typescript": "^5.2.2", "vite": "^4.4.9" }, "dependencies": { - "@types/node": "^20.5.7", + "@types/node": "^20.6.5", "@vavite/multibuild": "workspace:*", "cac": "^6.7.14", "picocolors": "^1.0.0" diff --git a/packages/multibuild/package.json b/packages/multibuild/package.json index 635b0ad7..81b08da5 100644 --- a/packages/multibuild/package.json +++ b/packages/multibuild/package.json @@ -36,13 +36,13 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "eslint": "^8.48.0", + "eslint": "^8.50.0", "tsup": "^7.2.0", "typescript": "^5.2.2", "vite": "^4.4.9" }, "dependencies": { - "@types/node": "^20.5.7", + "@types/node": "^20.6.5", "cac": "^6.7.14", "picocolors": "^1.0.0" } diff --git a/packages/node-loader/package.json b/packages/node-loader/package.json index f1e27331..b95755ac 100644 --- a/packages/node-loader/package.json +++ b/packages/node-loader/package.json @@ -42,8 +42,8 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", - "eslint": "^8.48.0", + "@types/node": "^20.6.5", + "eslint": "^8.50.0", "sirv": "^2.0.3", "tsup": "^7.2.0", "typescript": "^5.2.2", diff --git a/packages/reloader/package.json b/packages/reloader/package.json index fe6cec35..5cbd4276 100644 --- a/packages/reloader/package.json +++ b/packages/reloader/package.json @@ -41,8 +41,8 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", - "eslint": "^8.48.0", + "@types/node": "^20.6.5", + "eslint": "^8.50.0", "tsup": "^7.2.0", "typescript": "^5.2.2", "vite": "^4.4.9" diff --git a/packages/vavite/package.json b/packages/vavite/package.json index 5ac0b7bd..7c85a5b4 100644 --- a/packages/vavite/package.json +++ b/packages/vavite/package.json @@ -53,8 +53,8 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", - "eslint": "^8.48.0", + "@types/node": "^20.6.5", + "eslint": "^8.50.0", "sirv": "^2.0.3", "tsup": "^7.2.0", "typescript": "^5.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b5580fa..f011d490 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^14.0.1 version: 14.0.1 prettier: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.0.3 + version: 3.0.3 publint: specifier: ^0.2.2 version: 0.2.2 @@ -27,8 +27,8 @@ importers: ci: dependencies: '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 kill-port: specifier: ^2.0.1 version: 2.0.1 @@ -39,18 +39,18 @@ importers: specifier: ^1.2.0 version: 1.2.0 puppeteer: - specifier: ^21.1.1 - version: 21.1.1 + specifier: ^21.3.4 + version: 21.3.4(typescript@5.2.2) typescript: specifier: ^5.2.2 version: 5.2.2 vitest: - specifier: ^0.34.3 - version: 0.34.3 + specifier: ^0.34.5 + version: 0.34.5 devDependencies: '@types/ps-tree': - specifier: ^1.1.2 - version: 1.1.2 + specifier: ^1.1.3 + version: 1.1.3 examples/express: dependencies: @@ -59,11 +59,11 @@ importers: version: 4.18.2 devDependencies: '@types/express': - specifier: ^4.17.17 - version: 4.17.17 + specifier: ^4.17.18 + version: 4.17.18 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -72,17 +72,17 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/fastify: dependencies: fastify: - specifier: ^4.22.0 - version: 4.22.0 + specifier: ^4.23.2 + version: 4.23.2 devDependencies: '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -91,31 +91,31 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/fastify-vite-plugin-ssr: dependencies: '@fastify/static': - specifier: ^6.10.2 - version: 6.10.2 + specifier: ^6.11.2 + version: 6.11.2 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 '@types/react': - specifier: ^18.2.21 - version: 18.2.21 + specifier: ^18.2.22 + version: 18.2.22 '@types/react-dom': specifier: ^18.2.7 version: 18.2.7 '@vitejs/plugin-react': - specifier: ^4.0.4 - version: 4.0.4(vite@4.4.9) + specifier: ^4.1.0 + version: 4.1.0(vite@4.4.9) cross-env: specifier: ^7.0.3 version: 7.0.3 fastify: - specifier: ^4.22.0 - version: 4.22.0 + specifier: ^4.23.2 + version: 4.23.2 react: specifier: ^18.2.0 version: 18.2.0 @@ -124,7 +124,7 @@ importers: version: 18.2.0(react@18.2.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@20.5.7)(typescript@5.2.2) + version: 10.9.1(@types/node@20.6.5)(typescript@5.2.2) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -133,10 +133,10 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) vite-plugin-ssr: - specifier: ^0.4.139 - version: 0.4.139(react-streaming@0.3.14)(vite@4.4.9) + specifier: ^0.4.142 + version: 0.4.142(react-streaming@0.3.14)(vite@4.4.9) examples/hapi: dependencies: @@ -145,8 +145,8 @@ importers: version: 21.3.2 devDependencies: '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -155,7 +155,7 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/koa: dependencies: @@ -167,14 +167,14 @@ importers: version: 2.14.2 devDependencies: '@types/koa': - specifier: ^2.13.8 - version: 2.13.8 + specifier: ^2.13.9 + version: 2.13.9 '@types/koa__router': - specifier: ^12.0.0 - version: 12.0.0 + specifier: ^12.0.1 + version: 12.0.1 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -183,19 +183,19 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/nestjs: dependencies: '@nestjs/common': - specifier: ^10.2.2 - version: 10.2.2(reflect-metadata@0.1.13)(rxjs@7.8.1) + specifier: ^10.2.6 + version: 10.2.6(reflect-metadata@0.1.13)(rxjs@7.8.1) '@nestjs/core': - specifier: ^10.2.2 - version: 10.2.2(@nestjs/common@10.2.2)(@nestjs/platform-express@10.2.2)(reflect-metadata@0.1.13)(rxjs@7.8.1) + specifier: ^10.2.6 + version: 10.2.6(@nestjs/common@10.2.6)(@nestjs/platform-express@10.2.6)(reflect-metadata@0.1.13)(rxjs@7.8.1) '@nestjs/platform-express': - specifier: ^10.2.2 - version: 10.2.2(@nestjs/common@10.2.2)(@nestjs/core@10.2.2) + specifier: ^10.2.6 + version: 10.2.6(@nestjs/common@10.2.6)(@nestjs/core@10.2.6) reflect-metadata: specifier: ^0.1.13 version: 0.1.13 @@ -204,17 +204,17 @@ importers: version: 7.8.1 devDependencies: '@swc/core': - specifier: ^1.3.80 - version: 1.3.80 + specifier: ^1.3.88 + version: 1.3.88 '@types/express': - specifier: ^4.17.17 - version: 4.17.17 + specifier: ^4.17.18 + version: 4.17.18 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 rollup-plugin-swc3: specifier: ^0.10.1 - version: 0.10.1(@swc/core@1.3.80) + version: 0.10.1(@swc/core@1.3.88) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -223,22 +223,22 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/nestjs-vite-plugin-ssr: dependencies: '@nestjs/common': - specifier: ^10.2.2 - version: 10.2.2(reflect-metadata@0.1.13)(rxjs@7.8.1) + specifier: ^10.2.6 + version: 10.2.6(reflect-metadata@0.1.13)(rxjs@7.8.1) '@nestjs/core': - specifier: ^10.2.2 - version: 10.2.2(@nestjs/common@10.2.2)(@nestjs/platform-express@10.2.2)(reflect-metadata@0.1.13)(rxjs@7.8.1) + specifier: ^10.2.6 + version: 10.2.6(@nestjs/common@10.2.6)(@nestjs/platform-express@10.2.6)(reflect-metadata@0.1.13)(rxjs@7.8.1) '@nestjs/platform-express': - specifier: ^10.2.2 - version: 10.2.2(@nestjs/common@10.2.2)(@nestjs/core@10.2.2) + specifier: ^10.2.6 + version: 10.2.6(@nestjs/common@10.2.6)(@nestjs/core@10.2.6) '@nestjs/serve-static': specifier: ^4.0.0 - version: 4.0.0(@nestjs/common@10.2.2)(@nestjs/core@10.2.2) + version: 4.0.0(@nestjs/common@10.2.6)(@nestjs/core@10.2.6) react: specifier: ^18.2.0 version: 18.2.0 @@ -255,33 +255,33 @@ importers: specifier: ^7.8.1 version: 7.8.1 vite-plugin-ssr: - specifier: ^0.4.139 - version: 0.4.139(react-streaming@0.3.14)(vite@4.4.9) + specifier: ^0.4.142 + version: 0.4.142(react-streaming@0.3.14)(vite@4.4.9) devDependencies: '@swc/core': - specifier: ^1.3.80 - version: 1.3.80 + specifier: ^1.3.88 + version: 1.3.88 '@types/express': - specifier: ^4.17.17 - version: 4.17.17 + specifier: ^4.17.18 + version: 4.17.18 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 '@types/react': - specifier: ^18.2.21 - version: 18.2.21 + specifier: ^18.2.22 + version: 18.2.22 '@types/react-dom': specifier: ^18.2.7 version: 18.2.7 '@vitejs/plugin-react': - specifier: ^4.0.4 - version: 4.0.4(vite@4.4.9) + specifier: ^4.1.0 + version: 4.1.0(vite@4.4.9) cross-env: specifier: ^7.0.3 version: 7.0.3 rollup-plugin-swc3: specifier: ^0.10.1 - version: 0.10.1(@swc/core@1.3.80) + version: 0.10.1(@swc/core@1.3.88) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -290,16 +290,16 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) vite-tsconfig-paths: - specifier: ^4.2.0 - version: 4.2.0(typescript@5.2.2)(vite@4.4.9) + specifier: ^4.2.1 + version: 4.2.1(typescript@5.2.2)(vite@4.4.9) examples/simple-standalone: devDependencies: '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -308,7 +308,7 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/socket-io: dependencies: @@ -320,11 +320,11 @@ importers: version: 4.7.2 devDependencies: '@types/express': - specifier: ^4.17.17 - version: 4.17.17 + specifier: ^4.17.18 + version: 4.17.18 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -333,7 +333,7 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/ssr-react-express: dependencies: @@ -348,20 +348,20 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@types/express': - specifier: ^4.17.17 - version: 4.17.17 + specifier: ^4.17.18 + version: 4.17.18 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 '@types/react': - specifier: ^18.2.21 - version: 18.2.21 + specifier: ^18.2.22 + version: 18.2.22 '@types/react-dom': specifier: ^18.2.7 version: 18.2.7 '@vitejs/plugin-react': - specifier: ^4.0.4 - version: 4.0.4(vite@4.4.9) + specifier: ^4.1.0 + version: 4.1.0(vite@4.4.9) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -370,7 +370,7 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/ssr-vue-express: dependencies: @@ -382,14 +382,14 @@ importers: version: 3.3.4 devDependencies: '@types/express': - specifier: ^4.17.17 - version: 4.17.17 + specifier: ^4.17.18 + version: 4.17.18 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 '@vitejs/plugin-vue': - specifier: ^4.3.3 - version: 4.3.3(vite@4.4.9)(vue@3.3.4) + specifier: ^4.3.4 + version: 4.3.4(vite@4.4.9)(vue@3.3.4) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -398,25 +398,25 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) examples/vite-plugin-ssr: dependencies: '@types/express': - specifier: ^4.17.17 - version: 4.17.17 + specifier: ^4.17.18 + version: 4.17.18 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 '@types/react': - specifier: ^18.2.21 - version: 18.2.21 + specifier: ^18.2.22 + version: 18.2.22 '@types/react-dom': specifier: ^18.2.7 version: 18.2.7 '@vitejs/plugin-react': - specifier: ^4.0.4 - version: 4.0.4(vite@4.4.9) + specifier: ^4.1.0 + version: 4.1.0(vite@4.4.9) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -431,7 +431,7 @@ importers: version: 18.2.0(react@18.2.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@20.5.7)(typescript@5.2.2) + version: 10.9.1(@types/node@20.6.5)(typescript@5.2.2) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -440,23 +440,23 @@ importers: version: link:../../packages/vavite vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) vite-plugin-ssr: - specifier: ^0.4.139 - version: 0.4.139(react-streaming@0.3.14)(vite@4.4.9) + specifier: ^0.4.142 + version: 0.4.142(react-streaming@0.3.14)(vite@4.4.9) packages/connect: dependencies: '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 devDependencies: '@cyco130/eslint-config': specifier: ^3.3.2 - version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) + version: 3.3.2(eslint@8.50.0)(typescript@5.2.2) eslint: - specifier: ^8.48.0 - version: 8.48.0 + specifier: ^8.50.0 + version: 8.50.0 sirv: specifier: ^2.0.3 version: 2.0.3 @@ -468,19 +468,19 @@ importers: version: 5.2.2 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) packages/expose-vite-dev-server: devDependencies: '@cyco130/eslint-config': specifier: ^3.3.2 - version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) + version: 3.3.2(eslint@8.50.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 eslint: - specifier: ^8.48.0 - version: 8.48.0 + specifier: ^8.50.0 + version: 8.50.0 tsup: specifier: ^7.2.0 version: 7.2.0(typescript@5.2.2) @@ -489,13 +489,13 @@ importers: version: 5.2.2 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) packages/multibuild: dependencies: '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 cac: specifier: ^6.7.14 version: 6.7.14 @@ -505,10 +505,10 @@ importers: devDependencies: '@cyco130/eslint-config': specifier: ^3.3.2 - version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) + version: 3.3.2(eslint@8.50.0)(typescript@5.2.2) eslint: - specifier: ^8.48.0 - version: 8.48.0 + specifier: ^8.50.0 + version: 8.50.0 tsup: specifier: ^7.2.0 version: 7.2.0(typescript@5.2.2) @@ -517,13 +517,13 @@ importers: version: 5.2.2 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) packages/multibuild-cli: dependencies: '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 '@vavite/multibuild': specifier: workspace:* version: link:../multibuild @@ -536,10 +536,10 @@ importers: devDependencies: '@cyco130/eslint-config': specifier: ^3.3.2 - version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) + version: 3.3.2(eslint@8.50.0)(typescript@5.2.2) eslint: - specifier: ^8.48.0 - version: 8.48.0 + specifier: ^8.50.0 + version: 8.50.0 tsup: specifier: ^7.2.0 version: 7.2.0(typescript@5.2.2) @@ -548,19 +548,19 @@ importers: version: 5.2.2 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) packages/node-loader: devDependencies: '@cyco130/eslint-config': specifier: ^3.3.2 - version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) + version: 3.3.2(eslint@8.50.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 eslint: - specifier: ^8.48.0 - version: 8.48.0 + specifier: ^8.50.0 + version: 8.50.0 sirv: specifier: ^2.0.3 version: 2.0.3 @@ -572,19 +572,19 @@ importers: version: 5.2.2 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) packages/reloader: devDependencies: '@cyco130/eslint-config': specifier: ^3.3.2 - version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) + version: 3.3.2(eslint@8.50.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 eslint: - specifier: ^8.48.0 - version: 8.48.0 + specifier: ^8.50.0 + version: 8.50.0 tsup: specifier: ^7.2.0 version: 7.2.0(typescript@5.2.2) @@ -593,7 +593,7 @@ importers: version: 5.2.2 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) packages/vavite: dependencies: @@ -624,13 +624,13 @@ importers: devDependencies: '@cyco130/eslint-config': specifier: ^3.3.2 - version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) + version: 3.3.2(eslint@8.50.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.6.5 + version: 20.6.5 eslint: - specifier: ^8.48.0 - version: 8.48.0 + specifier: ^8.50.0 + version: 8.50.0 sirv: specifier: ^2.0.3 version: 2.0.3 @@ -642,7 +642,7 @@ importers: version: 5.2.2 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.6.5) packages: @@ -664,25 +664,33 @@ packages: dependencies: '@babel/highlight': 7.22.10 chalk: 2.4.2 + dev: false + + /@babel/code-frame@7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.20 + chalk: 2.4.2 /@babel/compat-data@7.22.9: resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} engines: {node: '>=6.9.0'} - /@babel/core@7.22.10: - resolution: {integrity: sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==} + /@babel/core@7.22.20: + resolution: {integrity: sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) - '@babel/helpers': 7.22.10 - '@babel/parser': 7.22.10 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.10 - '@babel/types': 7.22.10 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.22.15 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20) + '@babel/helpers': 7.22.15 + '@babel/parser': 7.22.16 + '@babel/template': 7.22.15 + '@babel/traverse': 7.22.20 + '@babel/types': 7.22.19 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -691,60 +699,60 @@ packages: transitivePeerDependencies: - supports-color - /@babel/generator@7.22.10: - resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} + /@babel/generator@7.22.15: + resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.19 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 - /@babel/helper-compilation-targets@7.22.10: - resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} + /@babel/helper-compilation-targets@7.22.15: + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: '@babel/compat-data': 7.22.9 - '@babel/helper-validator-option': 7.22.5 + '@babel/helper-validator-option': 7.22.15 browserslist: 4.21.9 lru-cache: 5.1.1 semver: 6.3.1 - /@babel/helper-environment-visitor@7.22.5: - resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} + /@babel/helper-environment-visitor@7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} /@babel/helper-function-name@7.22.5: resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.5 - '@babel/types': 7.22.10 + '@babel/template': 7.22.15 + '@babel/types': 7.22.19 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.19 - /@babel/helper-module-imports@7.22.5: - resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} + /@babel/helper-module-imports@7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.19 - /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.10): - resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} + /@babel/helper-module-transforms@7.22.20(@babel/core@7.22.20): + resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-module-imports': 7.22.5 + '@babel/core': 7.22.20 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} @@ -754,33 +762,37 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.19 /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.19 /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.22.5: resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.22.5: - resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} + /@babel/helper-validator-option@7.22.15: + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} engines: {node: '>=6.9.0'} - /@babel/helpers@7.22.10: - resolution: {integrity: sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==} + /@babel/helpers@7.22.15: + resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.10 - '@babel/types': 7.22.10 + '@babel/template': 7.22.15 + '@babel/traverse': 7.22.20 + '@babel/types': 7.22.19 transitivePeerDependencies: - supports-color @@ -791,6 +803,15 @@ packages: '@babel/helper-validator-identifier': 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 + dev: false + + /@babel/highlight@7.22.20: + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 /@babel/parser@7.22.10: resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} @@ -799,6 +820,13 @@ packages: dependencies: '@babel/types': 7.22.10 + /@babel/parser@7.22.16: + resolution: {integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.19 + /@babel/parser@7.22.7: resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} engines: {node: '>=6.0.0'} @@ -806,44 +834,44 @@ packages: dependencies: '@babel/types': 7.22.5 - /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.10): + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.20): resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.10 + '@babel/core': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.10): + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.20): resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.10 + '@babel/core': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - /@babel/template@7.22.5: - resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} + /@babel/template@7.22.15: + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/parser': 7.22.10 - '@babel/types': 7.22.10 + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.22.16 + '@babel/types': 7.22.19 - /@babel/traverse@7.22.10: - resolution: {integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==} + /@babel/traverse@7.22.20: + resolution: {integrity: sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.10 - '@babel/types': 7.22.10 + '@babel/parser': 7.22.16 + '@babel/types': 7.22.19 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -857,6 +885,14 @@ packages: '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 + /@babel/types@7.22.19: + resolution: {integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + /@babel/types@7.22.5: resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} @@ -873,12 +909,12 @@ packages: resolution: {integrity: sha512-IxlOMD5gOM0WfFGdeR98jHKiC82Ad1tUnSjvLS5jnRkfMEKBI+YzHA32Umw8W3Ccp5N4fNEX229BW6RaRpxRWQ==} dev: false - /@brillout/json-serializer@0.5.4: - resolution: {integrity: sha512-Lz/gQXKSoykR4g0PmBHpa+ILNJU7K0mZpWfBpDg5NnmPyHiDVnipwoH90Zv613FAwgUaV5HMCgYns6Lh78M+Yw==} + /@brillout/json-serializer@0.5.6: + resolution: {integrity: sha512-48u+Wthh0muDueyooi/Or59DDFCPitnuCN9OkMWoj7MQAbDn5pS/cVBB7ds6ENmtC1Qb0spI4PfKZxQSBEkubg==} dev: false - /@brillout/picocolors@1.0.7: - resolution: {integrity: sha512-VQtuP4T/y9Ba5XgG78AN4vNmkndYm7dR4DzLeYs7SRJcNl3rcMgQUMCYbvSco/QDOKWW6ZmJ7G7wloyAGdbbOA==} + /@brillout/picocolors@1.0.9: + resolution: {integrity: sha512-Lt/W5JsA75hcDJ2cOAlE4TqSMl6c9K+rXGRo/cU2fApnmhbRcNdkR4UHQDAwtWfZyUKWaxdwSui+jp+74J1pZg==} dev: false /@brillout/require-shim@0.1.2: @@ -898,26 +934,26 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: false - /@cyco130/eslint-config@3.3.2(eslint@8.48.0)(typescript@5.2.2): + /@cyco130/eslint-config@3.3.2(eslint@8.50.0)(typescript@5.2.2): resolution: {integrity: sha512-0Yyj9B/isK0HHCt1B1fTkjvXrgGYfqsG7uVmPq1lDt6ybruFiR3CkehvJbKI6D8SQBXjoA9HeC4ORl4YT6pYSg==} peerDependencies: eslint: ^8.7.0 typescript: ^4 || ^5 dependencies: '@rushstack/eslint-patch': 1.3.3 - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.2.2) - eslint: 8.48.0 - eslint-config-prettier: 9.0.0(eslint@8.48.0) - eslint-import-resolver-exports: 1.0.0-beta.5(eslint-plugin-import@2.28.1)(eslint@8.48.0) - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.48.0) - eslint-plugin-css-modules: 2.11.0(eslint@8.48.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.4.1(eslint@8.50.0)(typescript@5.2.2) + eslint: 8.50.0 + eslint-config-prettier: 9.0.0(eslint@8.50.0) + eslint-import-resolver-exports: 1.0.0-beta.5(eslint-plugin-import@2.28.1)(eslint@8.50.0) + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.50.0) + eslint-plugin-css-modules: 2.11.0(eslint@8.50.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0) eslint-plugin-no-only-tests: 3.1.0 eslint-plugin-only-warn: 1.1.0 - eslint-plugin-react: 7.33.2(eslint@8.48.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.48.0) - eslint-plugin-ssr-friendly: 1.2.0(eslint@8.48.0) + eslint-plugin-react: 7.33.2(eslint@8.50.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.50.0) + eslint-plugin-ssr-friendly: 1.2.0(eslint@8.50.0) resolve.exports: 2.0.2 typescript: 5.2.2 transitivePeerDependencies: @@ -1300,13 +1336,13 @@ packages: requiresBuild: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.48.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.50.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.48.0 + eslint: 8.50.0 eslint-visitor-keys: 3.4.3 dev: true @@ -1332,8 +1368,8 @@ packages: - supports-color dev: true - /@eslint/js@8.48.0: - resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} + /@eslint/js@8.50.0: + resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -1373,8 +1409,8 @@ packages: mime: 3.0.0 dev: false - /@fastify/static@6.10.2: - resolution: {integrity: sha512-UoaMvIHSBLCZBYOVZwFRYqX2ufUhd7FFMYGDeSf0Z+D8jhYtwljjmuQGuanUP8kS4y/ZEV1a8mfLha3zNwsnnQ==} + /@fastify/static@6.11.2: + resolution: {integrity: sha512-EH7mh7q4MfNdT7N07ZVlwsX/ObngMvQ7KBP0FXAuPov99Fjn80KSJMdxQhhYKAKWW1jXiFdrk8X7d6uGWdZFxg==} dependencies: '@fastify/accept-negotiator': 1.1.0 '@fastify/send': 2.0.1 @@ -1382,7 +1418,6 @@ packages: fastify-plugin: 4.5.0 glob: 8.1.0 p-limit: 3.1.0 - readable-stream: 4.3.0 dev: false /@hapi/accept@6.0.1: @@ -1610,8 +1645,8 @@ packages: '@hapi/hoek': 11.0.2 dev: false - /@humanwhocodes/config-array@0.11.10: - resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} + /@humanwhocodes/config-array@0.11.11: + resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -1828,8 +1863,8 @@ packages: '@napi-rs/magic-string-win32-x64-msvc': 0.3.4 dev: true - /@nestjs/common@10.2.2(reflect-metadata@0.1.13)(rxjs@7.8.1): - resolution: {integrity: sha512-TCOJK2K4FDT3GxFfURjngnjBewS/hizKNFSLBXtX4TTQm0dVQOtESnnVdP14sEiPM6suuWlrGnXW9UDqItGWiQ==} + /@nestjs/common@10.2.6(reflect-metadata@0.1.13)(rxjs@7.8.1): + resolution: {integrity: sha512-ma8R7n+FXsWM4XF9QXjjrsRceyRzid/xKmNKVOa/sTJntkVG8lL71BHBEfjtFvO6EJUqjs/15LbDc0iaN5nCwA==} peerDependencies: class-transformer: '*' class-validator: '*' @@ -1848,8 +1883,8 @@ packages: uid: 2.0.2 dev: false - /@nestjs/core@10.2.2(@nestjs/common@10.2.2)(@nestjs/platform-express@10.2.2)(reflect-metadata@0.1.13)(rxjs@7.8.1): - resolution: {integrity: sha512-444gApiDCV63Gq7a3WgboNEPBYZt/UcozRhOKEl5FTAXWrZbDoz48e8RXOCFzST1Py0HKUnharMtpb28l7zgJw==} + /@nestjs/core@10.2.6(@nestjs/common@10.2.6)(@nestjs/platform-express@10.2.6)(reflect-metadata@0.1.13)(rxjs@7.8.1): + resolution: {integrity: sha512-oGQ2CoBeFRT7egG47MFqS89xlXBTIRZBkRpKRTPMftEfL1RMXhXIcIIaGfzp11wx6qxrBVxBXpVLM09oaqHpaQ==} requiresBuild: true peerDependencies: '@nestjs/common': ^10.0.0 @@ -1866,8 +1901,8 @@ packages: '@nestjs/websockets': optional: true dependencies: - '@nestjs/common': 10.2.2(reflect-metadata@0.1.13)(rxjs@7.8.1) - '@nestjs/platform-express': 10.2.2(@nestjs/common@10.2.2)(@nestjs/core@10.2.2) + '@nestjs/common': 10.2.6(reflect-metadata@0.1.13)(rxjs@7.8.1) + '@nestjs/platform-express': 10.2.6(@nestjs/common@10.2.6)(@nestjs/core@10.2.6) '@nuxtjs/opencollective': 0.3.2 fast-safe-stringify: 2.1.1 iterare: 1.2.1 @@ -1880,14 +1915,14 @@ packages: - encoding dev: false - /@nestjs/platform-express@10.2.2(@nestjs/common@10.2.2)(@nestjs/core@10.2.2): - resolution: {integrity: sha512-g5AeXgPQrVm62JOl9FXk0w3Tq1tD4f6ouGikLYs/Aahy0q/Z2HNP9NjXZYpqcjHrpafPYnc3bfBuUwedKW1oHg==} + /@nestjs/platform-express@10.2.6(@nestjs/common@10.2.6)(@nestjs/core@10.2.6): + resolution: {integrity: sha512-4U16D5ot2570CR8Qm5qu/SBXsA2l5KxN7AVSGvzoWoBxjEoOnnZOapC5Pler3yYa0tT1xLhji61RX1gceKW3dw==} peerDependencies: '@nestjs/common': ^10.0.0 '@nestjs/core': ^10.0.0 dependencies: - '@nestjs/common': 10.2.2(reflect-metadata@0.1.13)(rxjs@7.8.1) - '@nestjs/core': 10.2.2(@nestjs/common@10.2.2)(@nestjs/platform-express@10.2.2)(reflect-metadata@0.1.13)(rxjs@7.8.1) + '@nestjs/common': 10.2.6(reflect-metadata@0.1.13)(rxjs@7.8.1) + '@nestjs/core': 10.2.6(@nestjs/common@10.2.6)(@nestjs/platform-express@10.2.6)(reflect-metadata@0.1.13)(rxjs@7.8.1) body-parser: 1.20.2 cors: 2.8.5 express: 4.18.2 @@ -1897,7 +1932,7 @@ packages: - supports-color dev: false - /@nestjs/serve-static@4.0.0(@nestjs/common@10.2.2)(@nestjs/core@10.2.2): + /@nestjs/serve-static@4.0.0(@nestjs/common@10.2.6)(@nestjs/core@10.2.6): resolution: {integrity: sha512-8cTrNV2ngdHIjiLNsXePnw0+KY1ThrZGz/WeyAG5gIvmZNDbnZBOrPoYlKL+MOzlXlQStxR5jKLYmn+nJeoncQ==} peerDependencies: '@fastify/static': ^6.5.0 @@ -1913,8 +1948,8 @@ packages: fastify: optional: true dependencies: - '@nestjs/common': 10.2.2(reflect-metadata@0.1.13)(rxjs@7.8.1) - '@nestjs/core': 10.2.2(@nestjs/common@10.2.2)(@nestjs/platform-express@10.2.2)(reflect-metadata@0.1.13)(rxjs@7.8.1) + '@nestjs/common': 10.2.6(reflect-metadata@0.1.13)(rxjs@7.8.1) + '@nestjs/core': 10.2.6(@nestjs/common@10.2.6)(@nestjs/platform-express@10.2.6)(reflect-metadata@0.1.13)(rxjs@7.8.1) path-to-regexp: 0.2.5 dev: false @@ -1951,15 +1986,15 @@ packages: /@polka/url@1.0.0-next.21: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} - /@puppeteer/browsers@1.7.0: - resolution: {integrity: sha512-sl7zI0IkbQGak/+IE3VEEZab5SSOlI5F6558WvzWGC1n3+C722rfewC1ZIkcF9dsoGSsxhsONoseVlNQG4wWvQ==} + /@puppeteer/browsers@1.7.1: + resolution: {integrity: sha512-nIb8SOBgDEMFY2iS2MdnUZOg2ikcYchRrBoF+wtdjieRFKR2uGRipHY/oFLo+2N6anDualyClPzGywTHRGrLfw==} engines: {node: '>=16.3.0'} hasBin: true dependencies: debug: 4.3.4 extract-zip: 2.0.1 progress: 2.0.3 - proxy-agent: 6.3.0 + proxy-agent: 6.3.1 tar-fs: 3.0.4 unbzip2-stream: 1.4.3 yargs: 17.7.1 @@ -1987,8 +2022,8 @@ packages: resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==} dev: false - /@swc/core-darwin-arm64@1.3.80: - resolution: {integrity: sha512-rhoFTcQMUGfO7IkfOnopPSF6O0/aVJ58B7KueIKbvrMe6YvSfFj9QfObELFjYCcrJZTvUWBhig0QrsfPIiUphA==} + /@swc/core-darwin-arm64@1.3.88: + resolution: {integrity: sha512-Nb7kKydSQK3FE90pw/GPRFmAkquDQcTixLijNcki2xFBXh/DcGdFUPE/GShQjk8gtQelj2vqZrsGs/GZPGA1mA==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] @@ -1996,8 +2031,8 @@ packages: dev: true optional: true - /@swc/core-darwin-x64@1.3.80: - resolution: {integrity: sha512-0dOLedFpVXe+ugkKHXsqSxMKqvQYfFtibWbrZ7j8wOaErzSGPr0VpyWvepNVb9s046725kPXSw+fsGhqZR8wrw==} + /@swc/core-darwin-x64@1.3.88: + resolution: {integrity: sha512-RcCrnjkmLXL1izSHPYLaJKVaxwd64LYiYLqjX2jXG4U50D6LOlmuLeqTJ8aAnENZP19gNpsY9ggY9jD5UQqHAw==} engines: {node: '>=10'} cpu: [x64] os: [darwin] @@ -2005,8 +2040,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm-gnueabihf@1.3.80: - resolution: {integrity: sha512-QIjwP3PtDeHBDkwF6+ZZqdUsqAhORbMpxrw2jq3mHe4lQrxBttSFTq018vlMRo2mFEorOvXdadzaD9m+NymPrw==} + /@swc/core-linux-arm-gnueabihf@1.3.88: + resolution: {integrity: sha512-/H7QhpgbWX4xe6jbkgPrhjY543oCCmbPRvBMvZ3iuLb81bEtOFiEp9LYe/95ZW/BTz2z9a6fQtQMqkhAjcrV5w==} engines: {node: '>=10'} cpu: [arm] os: [linux] @@ -2014,8 +2049,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu@1.3.80: - resolution: {integrity: sha512-cg8WriIueab58ZwkzXmIACnjSzFLzOBwxlC9k65gPXMNgCjab2YbqEYvAbjBqneuqaao02gW6tad2uhjgYaExw==} + /@swc/core-linux-arm64-gnu@1.3.88: + resolution: {integrity: sha512-ar/oQJxisjn/Su9rsg+XcBqA54Ylh1SyrZiLslv37OnGr785Xw+C//rw+JGoFmCZSjhGAU5hriOiHJd2S8mtqA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -2023,8 +2058,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl@1.3.80: - resolution: {integrity: sha512-AhdCQ7QKx5mWrtpaOA1mFRiWWvuiiUtspvo0QSpspDetRKTND1rlf/3UB5+gp0kCeCNUTsVmJWU7fIA9ICZtXA==} + /@swc/core-linux-arm64-musl@1.3.88: + resolution: {integrity: sha512-ZyUtCk1Y4GpOajbHcnm2JwkFm/m8M/wP3I8iaAm/0yAPIYwQInVdD0Hn++eig2Y+nLJ7gT0QI82fFUDPEIP6Jw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -2032,8 +2067,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-gnu@1.3.80: - resolution: {integrity: sha512-+2e5oni1vOrLIjM5Q2/GIzK/uS2YEtuJqnjPvCK8SciRJsSl8OgVsRvyCDbmKeZNtJ2Q+o/O2AQ2w1qpAJG6jg==} + /@swc/core-linux-x64-gnu@1.3.88: + resolution: {integrity: sha512-VrwGCzKLwimL0Js1yWRQNpcJCLGYkETku9mEI9sM4yF6kzT/jwfOe94udBe9O4GGUv24QkzHXRk+EnGR2LFSOQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -2041,8 +2076,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl@1.3.80: - resolution: {integrity: sha512-8OK9IlI1zpWOm7vIp1iXmZSEzLAwFpqhsGSEhxPavpOx2m54kLFdPcw/Uv3n461f6TCtszIxkGq1kSqBUdfUBA==} + /@swc/core-linux-x64-musl@1.3.88: + resolution: {integrity: sha512-cur5h0JmNfF4ZHb+FBPLePX86lu3FUjxltObWUhqO4QiXzHxWfde6g+pgdqfUAer0cd9VEEjEKGA5OQncXqyCQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -2050,8 +2085,8 @@ packages: dev: true optional: true - /@swc/core-win32-arm64-msvc@1.3.80: - resolution: {integrity: sha512-RKhatwiAGlffnF6z2Mm3Ddid0v3KB+uf5m/Gc7N9zO/EUAV0PnHRuYuZSGyqodHmGFC+mK8YrCooFCEmHL9n+w==} + /@swc/core-win32-arm64-msvc@1.3.88: + resolution: {integrity: sha512-f9OVuWrey7X0gjCZlVD4d5/9/d0yyxu8KFUOEjyjJ2Kd+pvzRys1U3E0FE1PiiDOng3qrfdOt4HQxyAy2jts9Q==} engines: {node: '>=10'} cpu: [arm64] os: [win32] @@ -2059,8 +2094,8 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc@1.3.80: - resolution: {integrity: sha512-3jiiZzU/kaw7k4zUp1yMq1QiUe4wJVtCEXIhf+fKuBsIwm7rdvyK/+PIx5KHnZy4TGQnYczKBRhJA5nuBcrUCQ==} + /@swc/core-win32-ia32-msvc@1.3.88: + resolution: {integrity: sha512-7KCeTVe8wWRbuiuAwXoHKBkr9nugCAHQe/JGxoevHXxn2h+WwBuWHog1AbS6PvRWSKK8dVhKAAPDNWwdEltA5A==} engines: {node: '>=10'} cpu: [ia32] os: [win32] @@ -2068,8 +2103,8 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc@1.3.80: - resolution: {integrity: sha512-2eZtIoIWQBWqykfms92Zd37lveYOBWQTZjdooBGlsLHtcoQLkNpf1NXmR6TKY0yy8q6Yl3OhPvY+izjmO08MSg==} + /@swc/core-win32-x64-msvc@1.3.88: + resolution: {integrity: sha512-x0wr9kCS2Hmpx7H6gvJHA17G0DnvwToqWDSO1VmePt5hQZZfLzxiHHDHKFv4YYsVPbAU283q4Wa39QSPZeJbTA==} engines: {node: '>=10'} cpu: [x64] os: [win32] @@ -2077,8 +2112,8 @@ packages: dev: true optional: true - /@swc/core@1.3.80: - resolution: {integrity: sha512-yX2xV5I/lYswHHR+44TPvzBgq3/Y8N1YWpTQADYuvSiX3Jxyvemk5Jpx3rRtigYb8WBkWAAf2i5d5ZJ2M7hhgw==} + /@swc/core@1.3.88: + resolution: {integrity: sha512-kaJ5t6Fg/DmJPNeI+jdtCEt7NVKxhUYToq7PF2fMRPFPLKSJzJCZajcp6/gZNcEUCVWaK6pWi/XL79Tzz1FqzQ==} engines: {node: '>=10'} requiresBuild: true peerDependencies: @@ -2087,22 +2122,27 @@ packages: '@swc/helpers': optional: true dependencies: - '@swc/types': 0.1.4 + '@swc/counter': 0.1.1 + '@swc/types': 0.1.5 optionalDependencies: - '@swc/core-darwin-arm64': 1.3.80 - '@swc/core-darwin-x64': 1.3.80 - '@swc/core-linux-arm-gnueabihf': 1.3.80 - '@swc/core-linux-arm64-gnu': 1.3.80 - '@swc/core-linux-arm64-musl': 1.3.80 - '@swc/core-linux-x64-gnu': 1.3.80 - '@swc/core-linux-x64-musl': 1.3.80 - '@swc/core-win32-arm64-msvc': 1.3.80 - '@swc/core-win32-ia32-msvc': 1.3.80 - '@swc/core-win32-x64-msvc': 1.3.80 + '@swc/core-darwin-arm64': 1.3.88 + '@swc/core-darwin-x64': 1.3.88 + '@swc/core-linux-arm-gnueabihf': 1.3.88 + '@swc/core-linux-arm64-gnu': 1.3.88 + '@swc/core-linux-arm64-musl': 1.3.88 + '@swc/core-linux-x64-gnu': 1.3.88 + '@swc/core-linux-x64-musl': 1.3.88 + '@swc/core-win32-arm64-msvc': 1.3.88 + '@swc/core-win32-ia32-msvc': 1.3.88 + '@swc/core-win32-x64-msvc': 1.3.88 dev: true - /@swc/types@0.1.4: - resolution: {integrity: sha512-z/G02d+59gyyUb7KYhKi9jOhicek6QD2oMaotUyG+lUkybpXoV49dY9bj7Ah5Q+y7knK2jU67UTX9FyfGzaxQg==} + /@swc/counter@0.1.1: + resolution: {integrity: sha512-xVRaR4u9hcYjFvcSg71Lz5Bo4//CyjAAfMxa7UsaDSYxAshflUkVJWiyVWrfxC59z2kP1IzI4/1BEpnhI9o3Mw==} + dev: true + + /@swc/types@0.1.5: + resolution: {integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==} dev: true /@tootallnate/quickjs-emscripten@0.23.0: @@ -2128,14 +2168,39 @@ packages: /@types/accepts@1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.6.5 dev: true + /@types/babel__core@7.20.2: + resolution: {integrity: sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==} + dependencies: + '@babel/parser': 7.22.10 + '@babel/types': 7.22.10 + '@types/babel__generator': 7.6.5 + '@types/babel__template': 7.4.2 + '@types/babel__traverse': 7.20.2 + + /@types/babel__generator@7.6.5: + resolution: {integrity: sha512-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w==} + dependencies: + '@babel/types': 7.22.10 + + /@types/babel__template@7.4.2: + resolution: {integrity: sha512-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ==} + dependencies: + '@babel/parser': 7.22.10 + '@babel/types': 7.22.10 + + /@types/babel__traverse@7.20.2: + resolution: {integrity: sha512-ojlGK1Hsfce93J0+kn3H5R73elidKUaZonirN33GSmgTUMpzI/MIFfSpF3haANe3G1bEBS9/9/QEqwTzwqFsKw==} + dependencies: + '@babel/types': 7.22.10 + /@types/body-parser@1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 20.5.7 + '@types/node': 20.6.5 /@types/chai-subset@1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} @@ -2150,7 +2215,7 @@ packages: /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.6.5 /@types/content-disposition@0.5.5: resolution: {integrity: sha512-v6LCdKfK6BwcqMo+wYW05rLS12S0ZO0Fl4w1h4aaZMD7bqT3gVUns6FvLJKGZHQmYn3SX55JWGpziwJRwVgutA==} @@ -2164,26 +2229,26 @@ packages: resolution: {integrity: sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==} dependencies: '@types/connect': 3.4.35 - '@types/express': 4.17.17 + '@types/express': 4.17.18 '@types/keygrip': 1.0.2 - '@types/node': 20.5.7 + '@types/node': 20.6.5 dev: true /@types/cors@2.8.13: resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.6.5 dev: false /@types/express-serve-static-core@4.17.33: resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.6.5 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 - /@types/express@4.17.17: - resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==} + /@types/express@4.17.18: + resolution: {integrity: sha512-Sxv8BSLLgsBYmcnGdGjjEjqET2U+AKAdCRODmMiq02FgjwuV75Ut85DRpvFjyw/Mk0vgUOliGRU0UUmuuZHByQ==} dependencies: '@types/body-parser': 1.19.2 '@types/express-serve-static-core': 4.17.33 @@ -2213,11 +2278,11 @@ packages: /@types/koa-compose@3.2.5: resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==} dependencies: - '@types/koa': 2.13.8 + '@types/koa': 2.13.9 dev: true - /@types/koa@2.13.8: - resolution: {integrity: sha512-Ugmxmgk/yPRW3ptBTh9VjOLwsKWJuGbymo1uGX0qdaqqL18uJiiG1ZoV0rxCOYSaDGhvEp5Ece02Amx0iwaxQQ==} + /@types/koa@2.13.9: + resolution: {integrity: sha512-tPX3cN1dGrMn+sjCDEiQqXH2AqlPoPd594S/8zxwUm/ZbPsQXKqHPUypr2gjCPhHUc+nDJLduhh5lXI/1olnGQ==} dependencies: '@types/accepts': 1.3.5 '@types/content-disposition': 0.5.5 @@ -2226,26 +2291,26 @@ packages: '@types/http-errors': 1.8.2 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 20.5.7 + '@types/node': 20.6.5 dev: true - /@types/koa__router@12.0.0: - resolution: {integrity: sha512-S6eHyZyoWCZLNHyy8j0sMW85cPrpByCbGGU2/BO4IzGiI87aHJ92lZh4E9xfsM9DcbCT469/OIqyC0sSJXSIBQ==} + /@types/koa__router@12.0.1: + resolution: {integrity: sha512-uqV+v6pCsfLZwK+Ar6XavKSZ6Cbsgw12bCEX9L0IKHj81LTWXcrayxJWkLtez5vOMQlq+ax+lZcuCyh9CgxYGw==} dependencies: - '@types/koa': 2.13.8 + '@types/koa': 2.13.9 dev: true /@types/mime@3.0.1: resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} - /@types/node@20.5.7: - resolution: {integrity: sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA==} + /@types/node@20.6.5: + resolution: {integrity: sha512-2qGq5LAOTh9izcc0+F+dToFigBWiK1phKPt7rNhOqJSr35y8rlIBjDwGtFSgAI6MGIhjwOVNSQZVdJsZJ2uR1w==} /@types/prop-types@15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - /@types/ps-tree@1.1.2: - resolution: {integrity: sha512-ZREFYlpUmPQJ0esjxoG1fMvB2HNaD3z+mjqdSosZvd3RalncI9NEur73P8ZJz4YQdL64CmV1w0RuqoRUlhQRBw==} + /@types/ps-tree@1.1.3: + resolution: {integrity: sha512-J8IrehehphLtxpABSekURTw9jthrlLcM4llH1I2fZ0zKaxq8jI/O1+Q/tabAJgBY/ffoqDxPRNYBM1lFUXm0lw==} dev: true /@types/qs@6.9.7: @@ -2257,10 +2322,10 @@ packages: /@types/react-dom@18.2.7: resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} dependencies: - '@types/react': 18.2.21 + '@types/react': 18.2.22 - /@types/react@18.2.21: - resolution: {integrity: sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==} + /@types/react@18.2.22: + resolution: {integrity: sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -2277,17 +2342,17 @@ packages: resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} dependencies: '@types/mime': 3.0.1 - '@types/node': 20.5.7 + '@types/node': 20.6.5 /@types/yauzl@2.10.0: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 20.5.7 + '@types/node': 20.6.5 dev: false optional: true - /@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.2.2): + /@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.50.0)(typescript@5.2.2): resolution: {integrity: sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2299,13 +2364,13 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.4.1(eslint@8.50.0)(typescript@5.2.2) '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/type-utils': 6.4.1(eslint@8.48.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.4.1(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/type-utils': 6.4.1(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.4.1(eslint@8.50.0)(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -2316,7 +2381,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.4.1(eslint@8.48.0)(typescript@5.2.2): + /@typescript-eslint/parser@6.4.1(eslint@8.50.0)(typescript@5.2.2): resolution: {integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2331,7 +2396,7 @@ packages: '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color @@ -2345,7 +2410,7 @@ packages: '@typescript-eslint/visitor-keys': 6.4.1 dev: true - /@typescript-eslint/type-utils@6.4.1(eslint@8.48.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@6.4.1(eslint@8.50.0)(typescript@5.2.2): resolution: {integrity: sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2356,9 +2421,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.2.2) - '@typescript-eslint/utils': 6.4.1(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.4.1(eslint@8.50.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 ts-api-utils: 1.0.1(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: @@ -2391,19 +2456,19 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@6.4.1(eslint@8.48.0)(typescript@5.2.2): + /@typescript-eslint/utils@6.4.1(eslint@8.50.0)(typescript@5.2.2): resolution: {integrity: sha512-F/6r2RieNeorU0zhqZNv89s9bDZSovv3bZQpUNOmmQK1L80/cV4KEu95YUJWi75u5PhboFoKUJBnZ4FQcoqhDw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 '@typescript-eslint/scope-manager': 6.4.1 '@typescript-eslint/types': 6.4.1 '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.2.2) - eslint: 8.48.0 + eslint: 8.50.0 semver: 7.5.4 transitivePeerDependencies: - supports-color @@ -2418,63 +2483,64 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@vitejs/plugin-react@4.0.4(vite@4.4.9): - resolution: {integrity: sha512-7wU921ABnNYkETiMaZy7XqpueMnpu5VxvVps13MjmCo+utBdD79sZzrApHawHtVX66cCJQQTXFcjH0y9dSUK8g==} + /@vitejs/plugin-react@4.1.0(vite@4.4.9): + resolution: {integrity: sha512-rM0SqazU9iqPUraQ2JlIvReeaxOoRj6n+PzB1C0cBzIbd8qP336nC39/R9yPi3wVcah7E7j/kdU1uCUqMEU4OQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.2.0 dependencies: - '@babel/core': 7.22.10 - '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.22.10) - '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.10) + '@babel/core': 7.22.20 + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.22.20) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.20) + '@types/babel__core': 7.20.2 react-refresh: 0.14.0 - vite: 4.4.9(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.6.5) transitivePeerDependencies: - supports-color - /@vitejs/plugin-vue@4.3.3(vite@4.4.9)(vue@3.3.4): - resolution: {integrity: sha512-ssxyhIAZqB0TrpUg6R0cBpCuMk9jTIlO1GNSKKQD6S8VjnXi6JXKfUXjSsxey9IwQiaRGsO1WnW9Rkl1L6AJVw==} + /@vitejs/plugin-vue@4.3.4(vite@4.4.9)(vue@3.3.4): + resolution: {integrity: sha512-ciXNIHKPriERBisHFBvnTbfKa6r9SAesOYXeGDzgegcvy9Q4xdScSHAmKbNT0M3O0S9LKhIf5/G+UYG4NnnzYw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.4.9(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.6.5) vue: 3.3.4 dev: true - /@vitest/expect@0.34.3: - resolution: {integrity: sha512-F8MTXZUYRBVsYL1uoIft1HHWhwDbSzwAU9Zgh8S6WFC3YgVb4AnFV2GXO3P5Em8FjEYaZtTnQYoNwwBrlOMXgg==} + /@vitest/expect@0.34.5: + resolution: {integrity: sha512-/3RBIV9XEH+nRpRMqDJBufKIOQaYUH2X6bt0rKSCW0MfKhXFLYsR5ivHifeajRSTsln0FwJbitxLKHSQz/Xwkw==} dependencies: - '@vitest/spy': 0.34.3 - '@vitest/utils': 0.34.3 + '@vitest/spy': 0.34.5 + '@vitest/utils': 0.34.5 chai: 4.3.7 dev: false - /@vitest/runner@0.34.3: - resolution: {integrity: sha512-lYNq7N3vR57VMKMPLVvmJoiN4bqwzZ1euTW+XXYH5kzr3W/+xQG3b41xJn9ChJ3AhYOSoweu974S1V3qDcFESA==} + /@vitest/runner@0.34.5: + resolution: {integrity: sha512-RDEE3ViVvl7jFSCbnBRyYuu23XxmvRTSZWW6W4M7eC5dOsK75d5LIf6uhE5Fqf809DQ1+9ICZZNxhIolWHU4og==} dependencies: - '@vitest/utils': 0.34.3 + '@vitest/utils': 0.34.5 p-limit: 4.0.0 pathe: 1.1.1 dev: false - /@vitest/snapshot@0.34.3: - resolution: {integrity: sha512-QyPaE15DQwbnIBp/yNJ8lbvXTZxS00kRly0kfFgAD5EYmCbYcA+1EEyRalc93M0gosL/xHeg3lKAClIXYpmUiQ==} + /@vitest/snapshot@0.34.5: + resolution: {integrity: sha512-+ikwSbhu6z2yOdtKmk/aeoDZ9QPm2g/ZO5rXT58RR9Vmu/kB2MamyDSx77dctqdZfP3Diqv4mbc/yw2kPT8rmA==} dependencies: magic-string: 0.30.1 pathe: 1.1.1 pretty-format: 29.6.1 dev: false - /@vitest/spy@0.34.3: - resolution: {integrity: sha512-N1V0RFQ6AI7CPgzBq9kzjRdPIgThC340DGjdKdPSE8r86aUSmeliTUgkTqLSgtEwWWsGfBQ+UetZWhK0BgJmkQ==} + /@vitest/spy@0.34.5: + resolution: {integrity: sha512-epsicsfhvBjRjCMOC/3k00mP/TBGQy8/P0DxOFiWyLt55gnZ99dqCfCiAsKO17BWVjn4eZRIjKvcqNmSz8gvmg==} dependencies: tinyspy: 2.1.1 dev: false - /@vitest/utils@0.34.3: - resolution: {integrity: sha512-kiSnzLG6m/tiT0XEl4U2H8JDBjFtwVlaE8I3QfGiMFR0QvnRDfYfdP3YvTBWM/6iJDAyaPY6yVQiCTUc7ZzTHA==} + /@vitest/utils@0.34.5: + resolution: {integrity: sha512-ur6CmmYQoeHMwmGb0v+qwkwN3yopZuZyf4xt1DBBSGBed8Hf9Gmbm/5dEWqgpLPdRx6Av6jcWXrjcKfkTzg/pw==} dependencies: diff-sequences: 29.4.3 loupe: 2.3.6 @@ -2788,7 +2854,7 @@ packages: resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} engines: {node: '>=4'} dependencies: - tslib: 2.6.1 + tslib: 2.6.2 dev: false /asynciterator.prototype@1.0.0: @@ -3032,13 +3098,14 @@ packages: fsevents: 2.3.2 dev: true - /chromium-bidi@0.4.22(devtools-protocol@0.0.1159816): - resolution: {integrity: sha512-wR7Y9Ioez+cNXT4ZP7VNM1HRTljpNnMSLw4/RnwhhZUP4yCU7kIQND00YiktuHekch68jklGPK1q9Jkb29+fQg==} + /chromium-bidi@0.4.28(devtools-protocol@0.0.1179426): + resolution: {integrity: sha512-2HZ74QlAApJrEwcGlU/sUu0s4VS+FI3CJ09Toc9aE9VemMyhHZXeaROQgJKNRaYMUTUx6qIv1cLBs3F+vfgjSw==} peerDependencies: devtools-protocol: '*' dependencies: - devtools-protocol: 0.0.1159816 + devtools-protocol: 0.0.1179426 mitt: 3.0.1 + urlpattern-polyfill: 9.0.0 dev: false /cli-cursor@4.0.0: @@ -3173,14 +3240,20 @@ packages: vary: 1.1.2 dev: false - /cosmiconfig@8.2.0: - resolution: {integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==} + /cosmiconfig@8.3.6(typescript@5.2.2): + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 + typescript: 5.2.2 dev: false /create-require@1.1.1: @@ -3307,8 +3380,8 @@ packages: engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dev: false - /devtools-protocol@0.0.1159816: - resolution: {integrity: sha512-2cZlHxC5IlgkIWe2pSDmCrDiTzbSJWywjbDDnupOImEBcG31CQgBLV8wWE+5t+C4rimcjHsbzy7CBzf9oFjboA==} + /devtools-protocol@0.0.1179426: + resolution: {integrity: sha512-KKC7IGwdOr7u9kTGgjUvGTov/z1s2H7oHi3zKCdR9eSDyCPia5CBi4aRhtp7d8uR7l0GS5UTDw3TjKGu5CqINg==} dev: false /diff-sequences@29.4.3: @@ -3387,7 +3460,7 @@ packages: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.13 - '@types/node': 20.5.7 + '@types/node': 20.6.5 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -3595,23 +3668,23 @@ packages: source-map: 0.6.1 dev: false - /eslint-config-prettier@9.0.0(eslint@8.48.0): + /eslint-config-prettier@9.0.0(eslint@8.50.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.48.0 + eslint: 8.50.0 dev: true - /eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.28.1)(eslint@8.48.0): + /eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.28.1)(eslint@8.50.0): resolution: {integrity: sha512-o6t0w7muUpXr7MkUVzD5igQoDfAQvTmcPp8HEAJdNF8eOuAO+yn6I/TTyMxz9ecCwzX7e02vzlkHURoScUuidg==} peerDependencies: eslint: '*' eslint-plugin-import: '*' dependencies: - eslint: 8.48.0 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + eslint: 8.50.0 + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0) resolve.exports: 2.0.2 dev: true @@ -3625,7 +3698,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.48.0): + /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.50.0): resolution: {integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3634,9 +3707,9 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.15.0 - eslint: 8.48.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + eslint: 8.50.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0) fast-glob: 3.3.1 get-tsconfig: 4.6.2 is-core-module: 2.12.1 @@ -3648,7 +3721,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -3669,27 +3742,27 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.4.1(eslint@8.50.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.48.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.48.0) + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.50.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-css-modules@2.11.0(eslint@8.48.0): + /eslint-plugin-css-modules@2.11.0(eslint@8.50.0): resolution: {integrity: sha512-CLvQvJOMlCywZzaI4HVu7QH/ltgNXvCg7giJGiE+sA9wh5zQ+AqTgftAzrERV22wHe1p688wrU/Zwxt1Ry922w==} engines: {node: '>=4.0.0'} peerDependencies: eslint: '>=2.0.0' dependencies: - eslint: 8.48.0 + eslint: 8.50.0 gonzales-pe: 4.3.0 lodash: 4.17.21 dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -3699,16 +3772,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.4.1(eslint@8.50.0)(typescript@5.2.2) array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.48.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -3734,16 +3807,16 @@ packages: engines: {node: '>=6'} dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.48.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.50.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.48.0 + eslint: 8.50.0 dev: true - /eslint-plugin-react@7.33.2(eslint@8.48.0): + /eslint-plugin-react@7.33.2(eslint@8.50.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} engines: {node: '>=4'} peerDependencies: @@ -3754,7 +3827,7 @@ packages: array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 es-iterator-helpers: 1.0.14 - eslint: 8.48.0 + eslint: 8.50.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.4 minimatch: 3.1.2 @@ -3768,12 +3841,12 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-ssr-friendly@1.2.0(eslint@8.48.0): + /eslint-plugin-ssr-friendly@1.2.0(eslint@8.50.0): resolution: {integrity: sha512-py+DI+upyWdcm2fS+gBHSXME4HiZ6GRlLz+4c8GMXiUi8huIP83RaQeOPccBsu9aKEIZiXAblaxYjIHUnrIpAQ==} peerDependencies: eslint: '>=0.8.0' dependencies: - eslint: 8.48.0 + eslint: 8.50.0 globals: 13.20.0 dev: true @@ -3790,16 +3863,16 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.48.0: - resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} + /eslint@8.50.0: + resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) '@eslint-community/regexpp': 4.6.2 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.48.0 - '@humanwhocodes/config-array': 0.11.10 + '@eslint/js': 8.50.0 + '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -4005,16 +4078,6 @@ packages: resolution: {integrity: sha512-IgfweLvEpwyA4WgiQe9Nx6VV2QkML2NkvZnk1oKnIzXgXdWxuhF7zw4DvLTPZJn6PIUneiAXPF24QmoEqHTjyw==} dev: false - /fast-glob@3.3.0: - resolution: {integrity: sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==} - engines: {node: '>=8.6.0'} - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.5 - /fast-glob@3.3.1: resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} engines: {node: '>=8.6.0'} @@ -4024,7 +4087,6 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 - dev: true /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} @@ -4068,8 +4130,8 @@ packages: resolution: {integrity: sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==} dev: false - /fastify@4.22.0: - resolution: {integrity: sha512-HLoBmetdQ6zaJohKW6jzUww8NnwHzkbIbUEyAzM+Nnf7cZVSXRuUV+6b2/xLmu6GGkruIFJ/bIQoKWYRx4wnAQ==} + /fastify@4.23.2: + resolution: {integrity: sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA==} dependencies: '@fastify/ajv-compiler': 3.5.0 '@fastify/error': 3.3.0 @@ -4086,7 +4148,7 @@ packages: rfdc: 1.3.0 secure-json-parse: 2.7.0 semver: 7.5.4 - tiny-lru: 11.0.1 + toad-cache: 3.2.0 transitivePeerDependencies: - supports-color dev: false @@ -4362,7 +4424,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.0 + fast-glob: 3.3.1 ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -4471,8 +4533,8 @@ packages: - supports-color dev: false - /https-proxy-agent@7.0.1: - resolution: {integrity: sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==} + /https-proxy-agent@7.0.2: + resolution: {integrity: sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 @@ -5416,8 +5478,8 @@ packages: p-limit: 3.1.0 dev: true - /pac-proxy-agent@7.0.0: - resolution: {integrity: sha512-t4tRAMx0uphnZrio0S0Jw9zg3oDbz1zVhQ/Vy18FjLfP1XOLNUEjaVxYCYRI6NS+BsMBXKIzV6cTLOkO9AtywA==} + /pac-proxy-agent@7.0.1: + resolution: {integrity: sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==} engines: {node: '>= 14'} dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 @@ -5425,9 +5487,9 @@ packages: debug: 4.3.4 get-uri: 6.0.1 http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.1 + https-proxy-agent: 7.0.2 pac-resolver: 7.0.0 - socks-proxy-agent: 8.0.1 + socks-proxy-agent: 8.0.2 transitivePeerDependencies: - supports-color dev: false @@ -5614,8 +5676,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier@3.0.2: - resolution: {integrity: sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==} + /prettier@3.0.3: + resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==} engines: {node: '>=14'} hasBin: true dev: true @@ -5663,18 +5725,18 @@ packages: ipaddr.js: 1.9.1 dev: false - /proxy-agent@6.3.0: - resolution: {integrity: sha512-0LdR757eTj/JfuU7TL2YCuAZnxWXu3tkJbg4Oq3geW/qFNT/32T0sp2HnZ9O0lMR4q3vwAt0+xCA8SR0WAD0og==} + /proxy-agent@6.3.1: + resolution: {integrity: sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 debug: 4.3.4 http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.1 + https-proxy-agent: 7.0.2 lru-cache: 7.18.3 - pac-proxy-agent: 7.0.0 + pac-proxy-agent: 7.0.1 proxy-from-env: 1.1.0 - socks-proxy-agent: 8.0.1 + socks-proxy-agent: 8.0.2 transitivePeerDependencies: - supports-color dev: false @@ -5712,16 +5774,16 @@ packages: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} - /puppeteer-core@21.1.1: - resolution: {integrity: sha512-Tlcajcf44zwfa9Sbwv3T8BtaNMJ69wtpHIxwl2NOBTyTK3D1wppQovXTjfw0TDOm3a16eCfQ+5BMi3vRQ4kuAQ==} + /puppeteer-core@21.3.4: + resolution: {integrity: sha512-iaG7ScTXOm9hlsBTBGGtr5dAAsA8IiWTx8E0Ghr0b5Ntl42bdcPS8EXjcERKocDhua2YqdlnFGs/cBxHY+VNyA==} engines: {node: '>=16.3.0'} dependencies: - '@puppeteer/browsers': 1.7.0 - chromium-bidi: 0.4.22(devtools-protocol@0.0.1159816) + '@puppeteer/browsers': 1.7.1 + chromium-bidi: 0.4.28(devtools-protocol@0.0.1179426) cross-fetch: 4.0.0 debug: 4.3.4 - devtools-protocol: 0.0.1159816 - ws: 8.13.0 + devtools-protocol: 0.0.1179426 + ws: 8.14.2 transitivePeerDependencies: - bufferutil - encoding @@ -5729,18 +5791,19 @@ packages: - utf-8-validate dev: false - /puppeteer@21.1.1: - resolution: {integrity: sha512-2TLntjGA4qLrI9/8N0UK/5OoZJ2Ue7QgphN2SD+RsaHiha12AEiVyMGsB+i6LY1IoPAtEgYIjblQ7lw3kWDNRw==} + /puppeteer@21.3.4(typescript@5.2.2): + resolution: {integrity: sha512-kE67k1KR6hQs3g0Yf/i3GYOhTU8zC2dtcpHhtcSC9bGoVxRgqDo/hwVkDqlNKxJsJHuVX+qviWC7F0FdSjcFTA==} engines: {node: '>=16.3.0'} requiresBuild: true dependencies: - '@puppeteer/browsers': 1.7.0 - cosmiconfig: 8.2.0 - puppeteer-core: 21.1.1 + '@puppeteer/browsers': 1.7.1 + cosmiconfig: 8.3.6(typescript@5.2.2) + puppeteer-core: 21.3.4 transitivePeerDependencies: - bufferutil - encoding - supports-color + - typescript - utf-8-validate dev: false @@ -5841,16 +5904,6 @@ packages: util-deprecate: 1.0.2 dev: false - /readable-stream@4.3.0: - resolution: {integrity: sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - abort-controller: 3.0.0 - buffer: 6.0.3 - events: 3.3.0 - process: 0.11.10 - dev: false - /readable-stream@4.4.2: resolution: {integrity: sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5972,7 +6025,7 @@ packages: glob: 7.2.3 dev: true - /rollup-plugin-swc3@0.10.1(@swc/core@1.3.80): + /rollup-plugin-swc3@0.10.1(@swc/core@1.3.88): resolution: {integrity: sha512-cRjkK5CqqOO1GTPPcdxPqczR5YNibxKyO7OY1tWbHzEhd/VDlnc30WROdnvz6wc13dJg3HO8xGUfjIvyZTx+Gg==} engines: {node: '>=12'} peerDependencies: @@ -5984,12 +6037,12 @@ packages: dependencies: '@fastify/deepmerge': 1.3.0 '@rollup/pluginutils': 4.2.1 - '@swc/core': 1.3.80 + '@swc/core': 1.3.88 get-tsconfig: 4.6.2 - rollup-swc-preserve-directives: 0.3.2(@swc/core@1.3.80) + rollup-swc-preserve-directives: 0.3.2(@swc/core@1.3.88) dev: true - /rollup-swc-preserve-directives@0.3.2(@swc/core@1.3.80): + /rollup-swc-preserve-directives@0.3.2(@swc/core@1.3.88): resolution: {integrity: sha512-W0zljPCOMFErWUweRvnN9LCNrII2KzjAw9iZUNM1kZdf3rwQGQQiaCPnH4ugu3UIj1b+zEJKee20S8Ozgwh8Wg==} peerDependencies: '@swc/core': '>=1.2.165' @@ -5999,7 +6052,7 @@ packages: optional: true dependencies: '@napi-rs/magic-string': 0.3.4 - '@swc/core': 1.3.80 + '@swc/core': 1.3.88 dev: true /rollup@3.26.3: @@ -6229,8 +6282,8 @@ packages: - utf-8-validate dev: false - /socks-proxy-agent@8.0.1: - resolution: {integrity: sha512-59EjPbbgg8U3x62hhKOFVAmySQUcfRQ4C7Q/D5sEHnZTQRrQlNKINks44DMR1gwXp0p4LaVIeccX2KHTTcHVqQ==} + /socks-proxy-agent@8.0.2: + resolution: {integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 @@ -6514,11 +6567,6 @@ packages: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: false - /tiny-lru@11.0.1: - resolution: {integrity: sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==} - engines: {node: '>=12'} - dev: false - /tinybench@2.5.0: resolution: {integrity: sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==} dev: false @@ -6543,6 +6591,11 @@ packages: dependencies: is-number: 7.0.0 + /toad-cache@3.2.0: + resolution: {integrity: sha512-Hj5zSqBS6OHbZoQk9IU8VqIr+0JUpwzunnwSlFJhG8aJSInYUMEuzItl3kJsGteTPd1qtflafdRHlRtUazYeqg==} + engines: {node: '>=12'} + dev: false + /toidentifier@1.0.1: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} @@ -6580,7 +6633,7 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-node@10.9.1(@types/node@20.5.7)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@20.6.5)(typescript@5.2.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -6599,7 +6652,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 20.5.7 + '@types/node': 20.6.5 acorn: 8.7.1 acorn-walk: 8.2.0 arg: 4.1.3 @@ -6637,10 +6690,6 @@ packages: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} dev: false - /tslib@2.6.1: - resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} - dev: false - /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: false @@ -6815,6 +6864,10 @@ packages: dependencies: punycode: 2.3.0 + /urlpattern-polyfill@9.0.0: + resolution: {integrity: sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==} + dev: false + /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: false @@ -6833,8 +6886,8 @@ packages: engines: {node: '>= 0.8'} dev: false - /vite-node@0.34.3(@types/node@20.5.7): - resolution: {integrity: sha512-+0TzJf1g0tYXj6tR2vEyiA42OPq68QkRZCu/ERSo2PtsDJfBpDyEfuKbRvLmZqi/CgC7SCBtyC+WjTGNMRIaig==} + /vite-node@0.34.5(@types/node@20.6.5): + resolution: {integrity: sha512-RNZ+DwbCvDoI5CbCSQSyRyzDTfFvFauvMs6Yq4ObJROKlIKuat1KgSX/Ako5rlDMfVCyMcpMRMTkJBxd6z8YRA==} engines: {node: '>=v14.18.0'} hasBin: true dependencies: @@ -6843,7 +6896,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.9(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.6.5) transitivePeerDependencies: - '@types/node' - less @@ -6855,8 +6908,8 @@ packages: - terser dev: false - /vite-plugin-ssr@0.4.139(react-streaming@0.3.14)(vite@4.4.9): - resolution: {integrity: sha512-qlPqtIY1mc6j4t44A5bwIGBimzxXBjszzTK8InVnaiIPFQ2WVO4DE5Rved+piL/ZLcgJkeu4kBSAoVrnOLoPkA==} + /vite-plugin-ssr@0.4.142(react-streaming@0.3.14)(vite@4.4.9): + resolution: {integrity: sha512-ZDgpocnTEUmhYxGgMah8ZNK1Sfy5CFVcdXu+Ll3zRtGIPyWT5vYvASs2BLYEneqantHpde2b31Khzb0hxmP62w==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: @@ -6867,23 +6920,23 @@ packages: optional: true dependencies: '@brillout/import': 0.2.3 - '@brillout/json-serializer': 0.5.4 - '@brillout/picocolors': 1.0.7 + '@brillout/json-serializer': 0.5.6 + '@brillout/picocolors': 1.0.9 '@brillout/require-shim': 0.1.2 '@brillout/vite-plugin-import-build': 0.2.18 acorn: 8.10.0 cac: 6.7.14 es-module-lexer: 1.3.0 esbuild: 0.17.19 - fast-glob: 3.3.0 + fast-glob: 3.3.1 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.9(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.6.5) dev: false - /vite-tsconfig-paths@4.2.0(typescript@5.2.2)(vite@4.4.9): - resolution: {integrity: sha512-jGpus0eUy5qbbMVGiTxCL1iB9ZGN6Bd37VGLJU39kTDD6ZfULTTb1bcc5IeTWqWJKiWV5YihCaibeASPiGi8kw==} + /vite-tsconfig-paths@4.2.1(typescript@5.2.2)(vite@4.4.9): + resolution: {integrity: sha512-GNUI6ZgPqT3oervkvzU+qtys83+75N/OuDaQl7HmOqFTb0pjZsuARrRipsyJhJ3enqV8beI1xhGbToR4o78nSQ==} peerDependencies: vite: '*' peerDependenciesMeta: @@ -6893,13 +6946,13 @@ packages: debug: 4.3.4 globrex: 0.1.2 tsconfck: 2.1.1(typescript@5.2.2) - vite: 4.4.9(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.6.5) transitivePeerDependencies: - supports-color - typescript dev: true - /vite@4.4.9(@types/node@20.5.7): + /vite@4.4.9(@types/node@20.6.5): resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -6927,15 +6980,15 @@ packages: terser: optional: true dependencies: - '@types/node': 20.5.7 + '@types/node': 20.6.5 esbuild: 0.18.13 postcss: 8.4.27 rollup: 3.28.0 optionalDependencies: fsevents: 2.3.2 - /vitest@0.34.3: - resolution: {integrity: sha512-7+VA5Iw4S3USYk+qwPxHl8plCMhA5rtfwMjgoQXMT7rO5ldWcdsdo3U1QD289JgglGK4WeOzgoLTsGFu6VISyQ==} + /vitest@0.34.5: + resolution: {integrity: sha512-CPI68mmnr2DThSB3frSuE5RLm9wo5wU4fbDrDwWQQB1CWgq9jQVoQwnQSzYAjdoBOPoH2UtXpOgHVge/uScfZg==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -6967,12 +7020,12 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 20.5.7 - '@vitest/expect': 0.34.3 - '@vitest/runner': 0.34.3 - '@vitest/snapshot': 0.34.3 - '@vitest/spy': 0.34.3 - '@vitest/utils': 0.34.3 + '@types/node': 20.6.5 + '@vitest/expect': 0.34.5 + '@vitest/runner': 0.34.5 + '@vitest/snapshot': 0.34.5 + '@vitest/spy': 0.34.5 + '@vitest/utils': 0.34.5 acorn: 8.10.0 acorn-walk: 8.2.0 cac: 6.7.14 @@ -6986,8 +7039,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 4.4.9(@types/node@20.5.7) - vite-node: 0.34.3(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.6.5) + vite-node: 0.34.5(@types/node@20.6.5) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -7135,8 +7188,8 @@ packages: optional: true dev: false - /ws@8.13.0: - resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} + /ws@8.14.2: + resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1