From 0d2b60402fad3fc5cb7bd789b7e51ef557e6be14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 08:32:46 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Dockerfile | 4 +- package.json | 20 ++-- pnpm-lock.yaml | 275 +++++++++++++++++++++++++------------------------ 3 files changed, 153 insertions(+), 146 deletions(-) diff --git a/Dockerfile b/Dockerfile index afa7020b..501981df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Node.js 20 alpine image as builder -FROM node:20.13.1-alpine as builder +FROM node:20.14.0-alpine as builder # Set up working directory RUN mkdir /app @@ -20,7 +20,7 @@ RUN pnpm install ENV NODE_ENV=production # Set up the production image -FROM node:20.13.1-alpine +FROM node:20.14.0-alpine WORKDIR /app # Copy build output from builder diff --git a/package.json b/package.json index 356f830e..6062081d 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ "typecheck": "npm run generate:sdk && tsc -b" }, "dependencies": { - "@asteasolutions/zod-to-openapi": "7.0.0", + "@asteasolutions/zod-to-openapi": "7.1.1", "dotenv": "16.4.5", "helmet": "7.1.0", "lodash.defaultsdeep": "4.6.1", "moleculer": "0.14.33", "moleculer-web": "0.10.7", "moleculer-zod-validator": "3.3.1", - "nats": "2.26.0", + "nats": "2.27.0", "openapi-types": "12.1.3", "pino": "9.2.0", "swagger-jsdoc": "6.2.8", @@ -48,20 +48,20 @@ "zod": "3.23.8" }, "devDependencies": { - "@biomejs/biome": "1.8.1", + "@biomejs/biome": "1.8.2", "@flydotio/dockerfile": "0.5.7", - "@hey-api/openapi-ts": "0.45.1", + "@hey-api/openapi-ts": "0.47.2", "@types/express": "4.17.21", "@types/jest": "29.5.12", "@types/lodash": "4.17.5", - "@types/node": "20.14.2", + "@types/node": "20.14.8", "@types/swagger-jsdoc": "6.0.4", "@types/ws": "8.5.10", "@vitest/ui": "1.6.0", "c8": "10.1.2", "cleye": "1.3.2", "express": "4.19.2", - "graphql": "16.8.2", + "graphql": "16.9.0", "graphql-ws": "5.16.0", "hygen": "6.2.11", "moleculer-connect": "0.2.2", @@ -71,14 +71,14 @@ "pino-pretty": "11.2.1", "sort-package-json": "2.10.0", "tsup": "8.1.0", - "tsx": "4.15.5", - "typescript": "5.4.5", + "tsx": "4.15.7", + "typescript": "5.5.2", "vite": "5.3.1", "vitest": "1.6.0", "wait-on": "7.2.0", - "ws": "8.17.0" + "ws": "8.17.1" }, - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@9.4.0", "engines": { "node": ">= 18.17.x" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a800b38..b2e00c1c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@asteasolutions/zod-to-openapi': - specifier: 7.0.0 - version: 7.0.0(zod@3.23.8) + specifier: 7.1.1 + version: 7.1.1(zod@3.23.8) dotenv: specifier: 16.4.5 version: 16.4.5 @@ -22,16 +22,16 @@ importers: version: 4.6.1 moleculer: specifier: 0.14.33 - version: 0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0) + version: 0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0) moleculer-web: specifier: 0.10.7 - version: 0.10.7(moleculer@0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0)) + version: 0.10.7(moleculer@0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0)) moleculer-zod-validator: specifier: 3.3.1 - version: 3.3.1(moleculer@0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0))(zod@3.23.8) + version: 3.3.1(moleculer@0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0))(zod@3.23.8) nats: - specifier: 2.26.0 - version: 2.26.0 + specifier: 2.27.0 + version: 2.27.0 openapi-types: specifier: 12.1.3 version: 12.1.3 @@ -49,14 +49,14 @@ importers: version: 3.23.8 devDependencies: '@biomejs/biome': - specifier: 1.8.1 - version: 1.8.1 + specifier: 1.8.2 + version: 1.8.2 '@flydotio/dockerfile': specifier: 0.5.7 version: 0.5.7 '@hey-api/openapi-ts': - specifier: 0.45.1 - version: 0.45.1(typescript@5.4.5) + specifier: 0.47.2 + version: 0.47.2(typescript@5.5.2) '@types/express': specifier: 4.17.21 version: 4.17.21 @@ -67,8 +67,8 @@ importers: specifier: 4.17.5 version: 4.17.5 '@types/node': - specifier: 20.14.2 - version: 20.14.2 + specifier: 20.14.8 + version: 20.14.8 '@types/swagger-jsdoc': specifier: 6.0.4 version: 6.0.4 @@ -88,11 +88,11 @@ importers: specifier: 4.19.2 version: 4.19.2 graphql: - specifier: 16.8.2 - version: 16.8.2 + specifier: 16.9.0 + version: 16.9.0 graphql-ws: specifier: 5.16.0 - version: 5.16.0(graphql@16.8.2) + version: 5.16.0(graphql@16.9.0) hygen: specifier: 6.2.11 version: 6.2.11 @@ -101,7 +101,7 @@ importers: version: 0.2.2(debug@4.3.5)(moleculer-repl@0.7.4) moleculer-io: specifier: 2.2.0 - version: 2.2.0(moleculer@0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0)) + version: 2.2.0(moleculer@0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0)) moleculer-repl: specifier: 0.7.4 version: 0.7.4 @@ -116,30 +116,30 @@ importers: version: 2.10.0 tsup: specifier: 8.1.0 - version: 8.1.0(postcss@8.4.38)(typescript@5.4.5) + version: 8.1.0(postcss@8.4.38)(typescript@5.5.2) tsx: - specifier: 4.15.5 - version: 4.15.5 + specifier: 4.15.7 + version: 4.15.7 typescript: - specifier: 5.4.5 - version: 5.4.5 + specifier: 5.5.2 + version: 5.5.2 vite: specifier: 5.3.1 - version: 5.3.1(@types/node@20.14.2) + version: 5.3.1(@types/node@20.14.8) vitest: specifier: 1.6.0 - version: 1.6.0(@types/node@20.14.2)(@vitest/ui@1.6.0) + version: 1.6.0(@types/node@20.14.8)(@vitest/ui@1.6.0) wait-on: specifier: 7.2.0 version: 7.2.0(debug@4.3.5) ws: - specifier: 8.17.0 - version: 8.17.0 + specifier: 8.17.1 + version: 8.17.1 packages: - '@apidevtools/json-schema-ref-parser@11.6.1': - resolution: {integrity: sha512-DxjgKBCoyReu4p5HMvpmgSOfRhhBcuf5V5soDDRgOTZMwsA4KSFzol1abFZgiCTE11L2kKGca5Md9GwDdXVBwQ==} + '@apidevtools/json-schema-ref-parser@11.6.4': + resolution: {integrity: sha512-9K6xOqeevacvweLGik6LnZCb1fBtCOSIWQs8d096XGeqoLKC33UVMGz9+77Gw44KvbH4pKcQPWo4ZpxkXYj05w==} engines: {node: '>= 16'} '@apidevtools/json-schema-ref-parser@9.1.2': @@ -157,8 +157,8 @@ packages: peerDependencies: openapi-types: '>=7' - '@asteasolutions/zod-to-openapi@7.0.0': - resolution: {integrity: sha512-rJRKHD2m6nUb/9ZheeN8nqOURX24WTzY8Sex1ZKT0Kpx+xfpRcD0fTD6vEeXNHGaDGxzu65Jj/jb2x6nLTjcMw==} + '@asteasolutions/zod-to-openapi@7.1.1': + resolution: {integrity: sha512-lF0d1gAc0lYLO9/BAGivwTwE2Sh9h6CHuDcbk5KnGBfIuAsAkDC+Fdat4dkQY3CS/zUWKHRmFEma0B7X132Ymw==} peerDependencies: zod: ^3.20.2 @@ -177,55 +177,55 @@ packages: '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - '@biomejs/biome@1.8.1': - resolution: {integrity: sha512-fQXGfvq6DIXem12dGQCM2tNF+vsNHH1qs3C7WeOu75Pd0trduoTmoO7G4ntLJ2qDs5wuw981H+cxQhi1uHnAtA==} + '@biomejs/biome@1.8.2': + resolution: {integrity: sha512-XafCzLgs0xbH0bCjYKxQ63ig2V86fZQMq1jiy5pyLToWk9aHxA8GAUxyBtklPHtPYZPGEPOYglQHj4jyfUp+Iw==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@1.8.1': - resolution: {integrity: sha512-XLiB7Uu6GALIOBWzQ2aMD0ru4Ly5/qSeQF7kk3AabzJ/kwsEWSe33iVySBP/SS2qv25cgqNiLksjGcw2bHT3mw==} + '@biomejs/cli-darwin-arm64@1.8.2': + resolution: {integrity: sha512-l9msLsTcSIAPqMsPIhodQmb50sEfaXPLQ0YW4cdj6INmd8iaOh/V9NceQb2366vACTJgcWDQ2RzlvURek1T68g==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@1.8.1': - resolution: {integrity: sha512-uMTSxVLMfqkBVqyc25hSn83jBbp+wtWjzM/pHFlKXt3htJuw7FErVGW0nmQ9Sxa9vJ7GcqoltLMl28VQRIMYzg==} + '@biomejs/cli-darwin-x64@1.8.2': + resolution: {integrity: sha512-Fc4y/FuIxRSiB3TJ+y27vFDE/HJt4QgBuymktsIKEcBZvnKfsRjxvzVDunccRn4xbKgepnp+fn6BoS+ZIg/I3Q==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@1.8.1': - resolution: {integrity: sha512-UQ8Wc01J0wQL+5AYOc7qkJn20B4PZmQL1KrmDZh7ot0DvD6aX4+8mmfd/dG5b6Zjo/44QvCKcvkFGCMRYuhWZA==} + '@biomejs/cli-linux-arm64-musl@1.8.2': + resolution: {integrity: sha512-WpT41QJJvkZa1eZq0WmD513zkC6AYaMI39HJKmKeiUeX2NZirG+bxv1YRDhqkns1NbBqo3+qrJqBkPmOW+xAVA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64@1.8.1': - resolution: {integrity: sha512-3SzZRuC/9Oi2P2IBNPsEj0KXxSXUEYRR2kfRF/Ve8QAfGgrt4qnwuWd6QQKKN5R+oYH691qjm+cXBKEcrP1v/Q==} + '@biomejs/cli-linux-arm64@1.8.2': + resolution: {integrity: sha512-Q99qwP0qibkZxm2kfnt37OxeIlliDYf5ogi3zX9ij2DULzc+KtPA9Uj0wCljcJofOBsBYaHc7597Q+Bf/251ww==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-x64-musl@1.8.1': - resolution: {integrity: sha512-fYbP/kNu/rtZ4kKzWVocIdqZOtBSUEg9qUhZaao3dy3CRzafR6u6KDtBeSCnt47O+iLnks1eOR1TUxzr5+QuqA==} + '@biomejs/cli-linux-x64-musl@1.8.2': + resolution: {integrity: sha512-rk1Wj4d3LIlAlIAS1m2jlyfOjkNbuY1lfwKvWIAeZC51yDMzwhRD7cReE5PE+jqLDtq60PX38hDPeKd7nA1S6A==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64@1.8.1': - resolution: {integrity: sha512-AeBycVdNrTzsyYKEOtR2R0Ph0hCD0sCshcp2aOnfGP0hCZbtFg09D0SdKLbyzKntisY41HxKVrydYiaApp+2uw==} + '@biomejs/cli-linux-x64@1.8.2': + resolution: {integrity: sha512-bjhhUVFchFid2gOjrvBe4fg8BShcpyFQTHuB/QQnfGxs1ddrGP30yq3fHfc6S6MoCcz9Tjd3Zzq1EfWfyy5iHA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-win32-arm64@1.8.1': - resolution: {integrity: sha512-6tEd1H/iFKpgpE3OIB7oNgW5XkjiVMzMRPL8zYoZ036YfuJ5nMYm9eB9H/y81+8Z76vL48fiYzMPotJwukGPqQ==} + '@biomejs/cli-win32-arm64@1.8.2': + resolution: {integrity: sha512-EUbqmCmNWT5xhnxHrCAEBzJB1AnLqxTYoRjlxiCMzGvsy5jQzhCanJ8CT9kNsApW3pfPWBWkoTa7qrwWmwnEGA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@1.8.1': - resolution: {integrity: sha512-g2H31jJzYmS4jkvl6TiyEjEX+Nv79a5km/xn+5DARTp5MBFzC9gwceusSSB2AkJKqZzY131AiACAWjKrVt5Ijw==} + '@biomejs/cli-win32-x64@1.8.2': + resolution: {integrity: sha512-n9H5oRUCk1uNezMgyJh9+hZdtfD8PXLLeq8DUzTycIhl0I1BulIoZ/uxWgRVDFDwAR1JHu1AykISCRFNGnc4iA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -383,8 +383,8 @@ packages: '@hapi/topo@5.1.0': resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==} - '@hey-api/openapi-ts@0.45.1': - resolution: {integrity: sha512-TT4YC9SshgruHnr/z47LD945hFhefuD6xSfdt9+fv/sU+shP0nPJhNdyt71oMGTAB9h6nsrjC8z84ZnoAGKHrg==} + '@hey-api/openapi-ts@0.47.2': + resolution: {integrity: sha512-I46pbh3YosmPHbjUzs28hZobmdnFtaISrglDNDBbbY9lM0H7CrBZXHq0enWZZu4lx32KvJ40PcdMsGfhd/MmQQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -593,8 +593,8 @@ packages: '@types/node@17.0.45': resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - '@types/node@20.14.2': - resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==} + '@types/node@20.14.8': + resolution: {integrity: sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==} '@types/qs@6.9.15': resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} @@ -782,8 +782,13 @@ packages: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} - c12@1.10.0: - resolution: {integrity: sha512-0SsG7UDhoRWcuSvKWHaXmu5uNjDCDN3nkQLRL4Q42IlFy+ze58FcCoI3uPwINXinkz7ZinbhEgyzYFw9u9ZV8g==} + c12@1.11.1: + resolution: {integrity: sha512-KDU0TvSvVdaYcQKQ6iPHATGz/7p/KiVjPg4vQrB6Jg/wX9R0yl5RZxWm9IoZqaIHD2+6PZd81+KMGwRr/lRIUg==} + peerDependencies: + magicast: ^0.3.4 + peerDependenciesMeta: + magicast: + optional: true c8@10.1.2: resolution: {integrity: sha512-Qr6rj76eSshu5CgRYvktW0uM0CFY0yi4Fd5D0duDXO6sYinyopmftUiJVuzBQxQcwQLor7JWDVRP+dUfCmzgJw==} @@ -899,8 +904,8 @@ packages: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} - commander@12.0.0: - resolution: {integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==} + commander@12.1.0: + resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} commander@4.1.1: @@ -1351,8 +1356,8 @@ packages: peerDependencies: graphql: '>=0.11 <=16' - graphql@16.8.2: - resolution: {integrity: sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==} + graphql@16.9.0: + resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} handlebars@4.7.8: @@ -1868,8 +1873,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nats@2.26.0: - resolution: {integrity: sha512-Inal+dsFpWtqZ5K/ea735yW162RMzKK6hg+5YXXvnXiF2BYxADGfuDsOTZsDLQkQHGV904Hp5fHB+t0P8qNDyg==} + nats@2.27.0: + resolution: {integrity: sha512-ebbcZE89YVHri2SHubJKAjNIgACGxMwAfdknFGQsOyLoLHXb8b35Tq9frl9p815Xskm1tjhjZ9hm6pNwL9pA7A==} engines: {node: '>= 14.0.0'} negotiator@0.6.3: @@ -2509,8 +2514,8 @@ packages: typescript: optional: true - tsx@4.15.5: - resolution: {integrity: sha512-iKi8jQ2VBmZ2kU/FkGkL2OSHBHsazsUzsdC/W/RwhKIEsIoZ1alCclZHP5jGfNHEaEWUJFM1GquzCf+4db3b0w==} + tsx@4.15.7: + resolution: {integrity: sha512-u3H0iSFDZM3za+VxkZ1kywdCeHCn+8/qHQS1MNoO2sONDgD95HlWtt8aB23OzeTmFP9IU4/8bZUdg58Uu5J4cg==} engines: {node: '>=18.0.0'} hasBin: true @@ -2534,8 +2539,8 @@ packages: type@2.7.3: resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==} - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + typescript@5.5.2: + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} engines: {node: '>=14.17'} hasBin: true @@ -2700,8 +2705,8 @@ packages: utf-8-validate: optional: true - ws@8.17.0: - resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==} + ws@8.17.1: + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -2754,7 +2759,7 @@ packages: snapshots: - '@apidevtools/json-schema-ref-parser@11.6.1': + '@apidevtools/json-schema-ref-parser@11.6.4': dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 @@ -2781,7 +2786,7 @@ snapshots: openapi-types: 12.1.3 z-schema: 5.0.5 - '@asteasolutions/zod-to-openapi@7.0.0(zod@3.23.8)': + '@asteasolutions/zod-to-openapi@7.1.1(zod@3.23.8)': dependencies: openapi3-ts: 4.3.3 zod: 3.23.8 @@ -2802,39 +2807,39 @@ snapshots: '@bcoe/v8-coverage@0.2.3': {} - '@biomejs/biome@1.8.1': + '@biomejs/biome@1.8.2': optionalDependencies: - '@biomejs/cli-darwin-arm64': 1.8.1 - '@biomejs/cli-darwin-x64': 1.8.1 - '@biomejs/cli-linux-arm64': 1.8.1 - '@biomejs/cli-linux-arm64-musl': 1.8.1 - '@biomejs/cli-linux-x64': 1.8.1 - '@biomejs/cli-linux-x64-musl': 1.8.1 - '@biomejs/cli-win32-arm64': 1.8.1 - '@biomejs/cli-win32-x64': 1.8.1 - - '@biomejs/cli-darwin-arm64@1.8.1': + '@biomejs/cli-darwin-arm64': 1.8.2 + '@biomejs/cli-darwin-x64': 1.8.2 + '@biomejs/cli-linux-arm64': 1.8.2 + '@biomejs/cli-linux-arm64-musl': 1.8.2 + '@biomejs/cli-linux-x64': 1.8.2 + '@biomejs/cli-linux-x64-musl': 1.8.2 + '@biomejs/cli-win32-arm64': 1.8.2 + '@biomejs/cli-win32-x64': 1.8.2 + + '@biomejs/cli-darwin-arm64@1.8.2': optional: true - '@biomejs/cli-darwin-x64@1.8.1': + '@biomejs/cli-darwin-x64@1.8.2': optional: true - '@biomejs/cli-linux-arm64-musl@1.8.1': + '@biomejs/cli-linux-arm64-musl@1.8.2': optional: true - '@biomejs/cli-linux-arm64@1.8.1': + '@biomejs/cli-linux-arm64@1.8.2': optional: true - '@biomejs/cli-linux-x64-musl@1.8.1': + '@biomejs/cli-linux-x64-musl@1.8.2': optional: true - '@biomejs/cli-linux-x64@1.8.1': + '@biomejs/cli-linux-x64@1.8.2': optional: true - '@biomejs/cli-win32-arm64@1.8.1': + '@biomejs/cli-win32-arm64@1.8.2': optional: true - '@biomejs/cli-win32-x64@1.8.1': + '@biomejs/cli-win32-x64@1.8.2': optional: true '@esbuild/aix-ppc64@0.21.5': @@ -2924,14 +2929,16 @@ snapshots: dependencies: '@hapi/hoek': 9.3.0 - '@hey-api/openapi-ts@0.45.1(typescript@5.4.5)': + '@hey-api/openapi-ts@0.47.2(typescript@5.5.2)': dependencies: - '@apidevtools/json-schema-ref-parser': 11.6.1 - c12: 1.10.0 + '@apidevtools/json-schema-ref-parser': 11.6.4 + c12: 1.11.1 camelcase: 8.0.0 - commander: 12.0.0 + commander: 12.1.0 handlebars: 4.7.8 - typescript: 5.4.5 + typescript: 5.5.2 + transitivePeerDependencies: + - magicast '@isaacs/cliui@8.0.2': dependencies: @@ -2957,7 +2964,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -3060,23 +3067,23 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@types/connect@3.4.38': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.19.3': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -3113,7 +3120,7 @@ snapshots: '@types/node@17.0.45': {} - '@types/node@20.14.2': + '@types/node@20.14.8': dependencies: undici-types: 5.26.5 @@ -3124,12 +3131,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@types/send': 0.17.4 '@types/stack-utils@2.0.3': {} @@ -3138,7 +3145,7 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@types/yargs-parser@21.0.3': {} @@ -3177,7 +3184,7 @@ snapshots: pathe: 1.1.2 picocolors: 1.0.1 sirv: 2.0.4 - vitest: 1.6.0(@types/node@20.14.2)(@vitest/ui@1.6.0) + vitest: 1.6.0(@types/node@20.14.8)(@vitest/ui@1.6.0) '@vitest/utils@1.6.0': dependencies: @@ -3329,7 +3336,7 @@ snapshots: bytes@3.1.2: {} - c12@1.10.0: + c12@1.11.1: dependencies: chokidar: 3.6.0 confbox: 0.1.7 @@ -3495,7 +3502,7 @@ snapshots: dependencies: delayed-stream: 1.0.0 - commander@12.0.0: {} + commander@12.1.0: {} commander@4.1.1: {} @@ -3630,7 +3637,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.14.2 + '@types/node': 20.14.8 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -4005,11 +4012,11 @@ snapshots: graceful-fs@4.2.11: {} - graphql-ws@5.16.0(graphql@16.8.2): + graphql-ws@5.16.0(graphql@16.9.0): dependencies: - graphql: 16.8.2 + graphql: 16.9.0 - graphql@16.8.2: {} + graphql@16.9.0: {} handlebars@4.7.8: dependencies: @@ -4196,7 +4203,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.14.2 + '@types/node': 20.14.8 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -4382,9 +4389,9 @@ snapshots: dependencies: glob: 10.4.1 lodash: 4.17.21 - moleculer: 0.14.33(debug@4.3.5)(nats@2.26.0)(pino@8.21.0) + moleculer: 0.14.33(debug@4.3.5)(nats@2.27.0)(pino@8.21.0) moleculer-repl: 0.7.4 - nats: 2.26.0 + nats: 2.27.0 pino: 8.21.0 rimraf: 5.0.7 yargs: 17.7.2 @@ -4411,11 +4418,11 @@ snapshots: - thrift - winston - moleculer-io@2.2.0(moleculer@0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0)): + moleculer-io@2.2.0(moleculer@0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0)): dependencies: kleur: 4.1.5 lodash: 4.17.21 - moleculer: 0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0) + moleculer: 0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0) socket.io: 4.7.5 transitivePeerDependencies: - bufferutil @@ -4436,7 +4443,7 @@ snapshots: tiny-human-time: 1.2.0 yargs-parser: 21.1.1 - moleculer-web@0.10.7(moleculer@0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0)): + moleculer-web@0.10.7(moleculer@0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0)): dependencies: '@fastify/busboy': 1.2.1 body-parser: 1.20.2 @@ -4446,19 +4453,19 @@ snapshots: isstream: 0.1.2 kleur: 4.1.5 lodash: 4.17.21 - moleculer: 0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0) + moleculer: 0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0) path-to-regexp: 3.2.0 qs: 6.12.1 serve-static: 1.15.0 transitivePeerDependencies: - supports-color - moleculer-zod-validator@3.3.1(moleculer@0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0))(zod@3.23.8): + moleculer-zod-validator@3.3.1(moleculer@0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0))(zod@3.23.8): dependencies: - moleculer: 0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0) + moleculer: 0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0) zod: 3.23.8 - moleculer@0.14.33(debug@4.3.5)(nats@2.26.0)(pino@8.21.0): + moleculer@0.14.33(debug@4.3.5)(nats@2.27.0)(pino@8.21.0): dependencies: args: 5.0.3 eventemitter2: 6.4.9 @@ -4472,12 +4479,12 @@ snapshots: recursive-watch: 1.1.4 optionalDependencies: debug: 4.3.5 - nats: 2.26.0 + nats: 2.27.0 pino: 8.21.0 transitivePeerDependencies: - encoding - moleculer@0.14.33(debug@4.3.5)(nats@2.26.0)(pino@9.2.0): + moleculer@0.14.33(debug@4.3.5)(nats@2.27.0)(pino@9.2.0): dependencies: args: 5.0.3 eventemitter2: 6.4.9 @@ -4491,7 +4498,7 @@ snapshots: recursive-watch: 1.1.4 optionalDependencies: debug: 4.3.5 - nats: 2.26.0 + nats: 2.27.0 pino: 9.2.0 transitivePeerDependencies: - encoding @@ -4514,7 +4521,7 @@ snapshots: nanoid@3.3.7: {} - nats@2.26.0: + nats@2.27.0: dependencies: nkeys.js: 1.1.0 @@ -5201,7 +5208,7 @@ snapshots: tslib@2.6.3: {} - tsup@8.1.0(postcss@8.4.38)(typescript@5.4.5): + tsup@8.1.0(postcss@8.4.38)(typescript@5.5.2): dependencies: bundle-require: 4.2.1(esbuild@0.21.5) cac: 6.7.14 @@ -5219,12 +5226,12 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: postcss: 8.4.38 - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color - ts-node - tsx@4.15.5: + tsx@4.15.7: dependencies: esbuild: 0.21.5 get-tsconfig: 4.7.5 @@ -5246,7 +5253,7 @@ snapshots: type@2.7.3: {} - typescript@5.4.5: {} + typescript@5.5.2: {} ufo@1.5.3: {} @@ -5283,13 +5290,13 @@ snapshots: vary@1.1.2: {} - vite-node@1.6.0(@types/node@20.14.2): + vite-node@1.6.0(@types/node@20.14.8): dependencies: cac: 6.7.14 debug: 4.3.5 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.3.1(@types/node@20.14.2) + vite: 5.3.1(@types/node@20.14.8) transitivePeerDependencies: - '@types/node' - less @@ -5300,16 +5307,16 @@ snapshots: - supports-color - terser - vite@5.3.1(@types/node@20.14.2): + vite@5.3.1(@types/node@20.14.8): dependencies: esbuild: 0.21.5 postcss: 8.4.38 rollup: 4.18.0 optionalDependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.8 fsevents: 2.3.3 - vitest@1.6.0(@types/node@20.14.2)(@vitest/ui@1.6.0): + vitest@1.6.0(@types/node@20.14.8)(@vitest/ui@1.6.0): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -5328,11 +5335,11 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.8.0 tinypool: 0.8.4 - vite: 5.3.1(@types/node@20.14.2) - vite-node: 1.6.0(@types/node@20.14.2) + vite: 5.3.1(@types/node@20.14.8) + vite-node: 1.6.0(@types/node@20.14.8) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.8 '@vitest/ui': 1.6.0(vitest@1.6.0) transitivePeerDependencies: - less @@ -5399,7 +5406,7 @@ snapshots: ws@8.11.0: {} - ws@8.17.0: {} + ws@8.17.1: {} y18n@5.0.8: {}