From b0f8e577569016402cb3d82dd24a8bcfa7b1a27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:09:46 +0000 Subject: [PATCH] build(deps): bump the production-patch group across 1 directory with 9 updates Bumps the production-patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `2.12.0` | `2.12.1` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.5` | `11.3.6` | | [winston-loki](https://github.com/JaniAnttonen/winston-loki) | `6.1.4` | `6.1.5` | | [@scalar/express-api-reference](https://github.com/scalar/scalar/tree/HEAD/integrations/express) | `0.10.4` | `0.10.11` | | [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) | `9.0.28` | `9.0.33` | | [axios](https://github.com/axios/axios) | `1.18.0` | `1.18.1` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `9.0.1` | `9.0.3` | | [bson](https://github.com/mongodb/js-bson) | `7.3.0` | `7.3.1` | | [mongoose](https://github.com/Automattic/mongoose) | `9.7.1` | `9.7.4` | Updates `@bufbuild/protobuf` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.12.1/packages/protobuf) Updates `fs-extra` from 11.3.5 to 11.3.6 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.5...11.3.6) Updates `winston-loki` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/JaniAnttonen/winston-loki/releases) - [Commits](https://github.com/JaniAnttonen/winston-loki/compare/v6.1.4...v6.1.5) Updates `@scalar/express-api-reference` from 0.10.4 to 0.10.11 - [Release notes](https://github.com/scalar/scalar/releases) - [Changelog](https://github.com/scalar/scalar/blob/main/integrations/express/CHANGELOG.md) - [Commits](https://github.com/scalar/scalar/commits/HEAD/integrations/express) Updates `graphql-tools` from 9.0.28 to 9.0.33 - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@9.0.33/packages/graphql-tools) Updates `axios` from 1.18.0 to 1.18.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.18.0...v1.18.1) Updates `nodemailer` from 9.0.1 to 9.0.3 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v9.0.1...v9.0.3) Updates `bson` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/js-bson/compare/v7.3.0...v7.3.1) Updates `mongoose` from 9.7.1 to 9.7.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/9.7.1...9.7.4) --- updated-dependencies: - dependency-name: "@bufbuild/protobuf" dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch - dependency-name: fs-extra dependency-version: 11.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch - dependency-name: winston-loki dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch - dependency-name: "@scalar/express-api-reference" dependency-version: 0.10.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch - dependency-name: graphql-tools dependency-version: 9.0.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch - dependency-name: nodemailer dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch - dependency-name: bson dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch - dependency-name: mongoose dependency-version: 9.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-patch ... Signed-off-by: dependabot[bot] --- libraries/grpc-sdk/package.json | 6 +- libraries/hermes/package.json | 4 +- libraries/module-tools/package.json | 2 +- modules/authentication/package.json | 4 +- modules/authorization/package.json | 4 +- modules/chat/package.json | 2 +- modules/communications/package.json | 6 +- modules/database/package.json | 6 +- modules/functions/package.json | 2 +- modules/router/package.json | 4 +- modules/storage/package.json | 2 +- packages/core/package.json | 4 +- pnpm-lock.yaml | 361 ++++++++++++++++++---------- 13 files changed, 259 insertions(+), 148 deletions(-) diff --git a/libraries/grpc-sdk/package.json b/libraries/grpc-sdk/package.json index 0b29bf9ca..0499e2c0d 100644 --- a/libraries/grpc-sdk/package.json +++ b/libraries/grpc-sdk/package.json @@ -29,7 +29,7 @@ }, "license": "MIT", "dependencies": { - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@grpc/grpc-js": "^1.14.4", "@grpc/proto-loader": "^0.8.1", "@sesamecare-oss/redlock": "^1.4.0", @@ -37,7 +37,7 @@ "convict": "^6.2.5", "express": "^5.2.1", "fast-jwt": "^6.2.4", - "fs-extra": "^11.3.5", + "fs-extra": "^11.3.6", "ioredis": "^5.11.1", "lodash": "^4.18.1", "lodash-es": "^4.18.1", @@ -46,7 +46,7 @@ "prom-client": "^15.1.3", "protobufjs": "^8.6.4", "winston": "^3.19.0", - "winston-loki": "^6.1.4" + "winston-loki": "^6.1.5" }, "directories": { "lib": "dist", diff --git a/libraries/hermes/package.json b/libraries/hermes/package.json index aa64a9e3f..bd2f4f2de 100644 --- a/libraries/hermes/package.json +++ b/libraries/hermes/package.json @@ -24,7 +24,7 @@ "@grpc/proto-loader": "^0.8.1", "@modelcontextprotocol/sdk": "^1.29.0", "@scalar/api-reference": "^1.60.0", - "@scalar/express-api-reference": "^0.10.4", + "@scalar/express-api-reference": "^0.10.11", "@socket.io/redis-streams-adapter": "^0.3.1", "@types/object-hash": "^3.0.6", "@types/swagger-ui-express": "^4.1.8", @@ -38,7 +38,7 @@ "express-winston": "^4.2.0", "graphql": "^16.14.2", "graphql-parse-resolve-info": "^4.14.1", - "graphql-tools": "^9.0.28", + "graphql-tools": "^9.0.33", "graphql-type-json": "^0.3.2", "ioredis": "^5.11.1", "lodash-es": "^4.18.1", diff --git a/libraries/module-tools/package.json b/libraries/module-tools/package.json index d506c73f6..d9a66ed36 100644 --- a/libraries/module-tools/package.json +++ b/libraries/module-tools/package.json @@ -39,7 +39,7 @@ "prom-client": "^15.1.3", "protobufjs": "^8.6.4", "winston": "^3.19.0", - "winston-loki": "^6.1.4" + "winston-loki": "^6.1.5" }, "directories": { "lib": "dist", diff --git a/modules/authentication/package.json b/modules/authentication/package.json index 55438ed76..7666a4c0c 100644 --- a/modules/authentication/package.json +++ b/modules/authentication/package.json @@ -39,13 +39,13 @@ "registry": "https://npm.pkg.github.com/" }, "dependencies": { - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@conduitplatform/grpc-sdk": "workspace:*", "@conduitplatform/module-tools": "workspace:*", "@conduitplatform/node-2fa": "workspace:*", "@grpc/grpc-js": "^1.14.4", "@grpc/proto-loader": "^0.8.1", - "axios": "^1.18.0", + "axios": "^1.18.1", "bcrypt": "^6.0.0", "convict": "^6.2.5", "escape-string-regexp": "^5.0.0", diff --git a/modules/authorization/package.json b/modules/authorization/package.json index 143519d99..415696970 100644 --- a/modules/authorization/package.json +++ b/modules/authorization/package.json @@ -34,12 +34,12 @@ "registry": "https://npm.pkg.github.com/" }, "dependencies": { - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@conduitplatform/grpc-sdk": "workspace:*", "@conduitplatform/module-tools": "workspace:*", "@grpc/grpc-js": "^1.14.4", "@grpc/proto-loader": "^0.8.1", - "axios": "^1.18.0", + "axios": "^1.18.1", "bcrypt": "^6.0.0", "bullmq": "^5.79.0", "convict": "^6.2.5", diff --git a/modules/chat/package.json b/modules/chat/package.json index 83e78d2b6..97b05fe1c 100644 --- a/modules/chat/package.json +++ b/modules/chat/package.json @@ -36,7 +36,7 @@ "author": "", "license": "ISC", "dependencies": { - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@conduitplatform/grpc-sdk": "workspace:*", "@conduitplatform/module-tools": "workspace:*", "@grpc/grpc-js": "^1.14.4", diff --git a/modules/communications/package.json b/modules/communications/package.json index 12eb64b08..05c8d9aa1 100644 --- a/modules/communications/package.json +++ b/modules/communications/package.json @@ -35,7 +35,7 @@ "dependencies": { "@aws-sdk/client-sesv2": "^3.1075.0", "@aws-sdk/client-sns": "^3.1075.0", - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@conduitplatform/grpc-sdk": "workspace:*", "@conduitplatform/module-tools": "workspace:*", "@grpc/grpc-js": "^1.14.4", @@ -44,7 +44,7 @@ "@onesignal/node-onesignal": "^5.9.0", "@sendgrid/client": "^8.1.6", "await-to-js": "^3.0.0", - "axios": "^1.18.0", + "axios": "^1.18.1", "bcrypt": "^6.0.0", "bullmq": "^5.79.0", "convict": "^6.2.5", @@ -57,7 +57,7 @@ "mailersend": "^3.0.0", "mailgun.js": "^13.2.0", "messagebird": "^4.0.1", - "nodemailer": "^9.0.1", + "nodemailer": "^9.0.3", "nodemailer-mailgun-transport": "^2.1.5", "nodemailer-mandrill-transport": "^1.2.0", "otp-generator": "^4.0.1", diff --git a/modules/database/package.json b/modules/database/package.json index fab7fa02d..1ef279a23 100644 --- a/modules/database/package.json +++ b/modules/database/package.json @@ -31,12 +31,12 @@ }, "license": "ISC", "dependencies": { - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@conduitplatform/grpc-sdk": "workspace:*", "@conduitplatform/module-tools": "workspace:*", "@grpc/grpc-js": "^1.14.4", "@grpc/proto-loader": "^0.8.1", - "bson": "^7.3.0", + "bson": "^7.3.1", "bullmq": "^5.79.0", "convict": "^6.2.5", "deepdash-es": "^5.3.9", @@ -46,7 +46,7 @@ "mariadb": "^3.5.3", "mongodb": "^7.3.0", "mongodb-schema": "^12.7.0", - "mongoose": "^9.7.1", + "mongoose": "^9.7.4", "mysql2": "^3.22.5", "object-hash": "^3.0.0", "pg": "^8.22.0", diff --git a/modules/functions/package.json b/modules/functions/package.json index c37365ca3..de4428cfc 100644 --- a/modules/functions/package.json +++ b/modules/functions/package.json @@ -37,7 +37,7 @@ "@conduitplatform/module-tools": "workspace:*", "@grpc/grpc-js": "^1.14.4", "@grpc/proto-loader": "^0.8.1", - "axios": "^1.18.0", + "axios": "^1.18.1", "convict": "^6.2.5", "escape-string-regexp": "^5.0.0", "lodash-es": "^4.18.1" diff --git a/modules/router/package.json b/modules/router/package.json index 22595d690..0c4517d98 100644 --- a/modules/router/package.json +++ b/modules/router/package.json @@ -24,13 +24,13 @@ }, "license": "ISC", "dependencies": { - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@conduitplatform/grpc-sdk": "workspace:*", "@conduitplatform/hermes": "workspace:*", "@conduitplatform/module-tools": "workspace:*", "@grpc/grpc-js": "^1.14.4", "@grpc/proto-loader": "^0.8.1", - "axios": "^1.18.0", + "axios": "^1.18.1", "bcrypt": "^6.0.0", "convict": "^6.2.5", "cors": "^2.8.6", diff --git a/modules/storage/package.json b/modules/storage/package.json index 4ac3f1b45..80418e46f 100644 --- a/modules/storage/package.json +++ b/modules/storage/package.json @@ -46,7 +46,7 @@ "@aws-sdk/client-sts": "^3.1075.0", "@aws-sdk/s3-request-presigner": "^3.1075.0", "@azure/storage-blob": "^12.32.0", - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@conduitplatform/grpc-sdk": "workspace:*", "@conduitplatform/module-tools": "workspace:*", "@google-cloud/storage": "^7.21.0", diff --git a/packages/core/package.json b/packages/core/package.json index 40477b78d..ea37575c1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -20,7 +20,7 @@ }, "license": "ISC", "dependencies": { - "@bufbuild/protobuf": "^2.12.0", + "@bufbuild/protobuf": "^2.12.1", "@conduitplatform/grpc-sdk": "workspace:*", "@conduitplatform/hermes": "workspace:*", "@conduitplatform/module-tools": "workspace:*", @@ -31,7 +31,7 @@ "convict": "^6.2.5", "cors": "^2.8.6", "deepdash-es": "^5.3.9", - "fs-extra": "^11.3.5", + "fs-extra": "^11.3.6", "graphql-tag": "^2.12.7", "helmet": "8.2.0", "ioredis": "^5.11.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fdc8c5ad7..e6f5d35fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,8 +68,8 @@ importers: libraries/grpc-sdk: dependencies: '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@grpc/grpc-js': specifier: ^1.14.4 version: 1.14.4 @@ -92,8 +92,8 @@ importers: specifier: ^6.2.4 version: 6.2.4 fs-extra: - specifier: ^11.3.5 - version: 11.3.5 + specifier: ^11.3.6 + version: 11.3.6 ioredis: specifier: 5.11.1 version: 5.11.1 @@ -119,8 +119,8 @@ importers: specifier: ^3.19.0 version: 3.19.0 winston-loki: - specifier: ^6.1.4 - version: 6.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + specifier: ^6.1.5 + version: 6.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) devDependencies: '@types/convict': specifier: ^6.1.6 @@ -190,10 +190,10 @@ importers: version: 1.29.0(zod@4.4.3) '@scalar/api-reference': specifier: ^1.60.0 - version: 1.60.0(axios@1.18.0(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)(zod@4.4.3) + version: 1.60.0(axios@1.18.1(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)(zod@4.4.3) '@scalar/express-api-reference': - specifier: ^0.10.4 - version: 0.10.4 + specifier: ^0.10.11 + version: 0.10.11 '@socket.io/redis-streams-adapter': specifier: ^0.3.1 version: 0.3.1(socket.io-adapter@2.5.8) @@ -234,8 +234,8 @@ importers: specifier: ^4.14.1 version: 4.14.1(graphql@16.14.2) graphql-tools: - specifier: ^9.0.28 - version: 9.0.28(graphql@16.14.2)(rxjs@7.8.2) + specifier: ^9.0.33 + version: 9.0.33(graphql@16.14.2)(rxjs@7.8.2) graphql-type-json: specifier: ^0.3.2 version: 0.3.2(graphql@16.14.2) @@ -340,8 +340,8 @@ importers: specifier: ^3.19.0 version: 3.19.0 winston-loki: - specifier: ^6.1.4 - version: 6.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + specifier: ^6.1.5 + version: 6.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) devDependencies: '@types/convict': specifier: ^6.1.6 @@ -435,8 +435,8 @@ importers: modules/authentication: dependencies: '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@conduitplatform/grpc-sdk': specifier: workspace:* version: link:../../libraries/grpc-sdk @@ -456,8 +456,8 @@ importers: specifier: ^0.8.1 version: 0.8.1 axios: - specifier: ^1.18.0 - version: 1.18.0(debug@4.4.3) + specifier: ^1.18.1 + version: 1.18.1(debug@4.4.3) bcrypt: specifier: ^6.0.0 version: 6.0.0 @@ -517,8 +517,8 @@ importers: modules/authorization: dependencies: '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@conduitplatform/grpc-sdk': specifier: workspace:* version: link:../../libraries/grpc-sdk @@ -532,8 +532,8 @@ importers: specifier: ^0.8.1 version: 0.8.1 axios: - specifier: ^1.18.0 - version: 1.18.0(debug@4.4.3) + specifier: ^1.18.1 + version: 1.18.1(debug@4.4.3) bcrypt: specifier: ^6.0.0 version: 6.0.0 @@ -593,8 +593,8 @@ importers: modules/chat: dependencies: '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@conduitplatform/grpc-sdk': specifier: workspace:* version: link:../../libraries/grpc-sdk @@ -651,8 +651,8 @@ importers: specifier: ^3.1075.0 version: 3.1075.0 '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@conduitplatform/grpc-sdk': specifier: workspace:* version: link:../../libraries/grpc-sdk @@ -678,8 +678,8 @@ importers: specifier: ^3.0.0 version: 3.0.0 axios: - specifier: ^1.18.0 - version: 1.18.0(debug@4.4.3) + specifier: ^1.18.1 + version: 1.18.1(debug@4.4.3) bcrypt: specifier: ^6.0.0 version: 6.0.0 @@ -718,7 +718,7 @@ importers: version: 4.0.1 nodemailer: specifier: '>=9.0.1' - version: 9.0.1 + version: 9.0.3 nodemailer-mailgun-transport: specifier: ^2.1.5 version: 2.1.5(handlebars@4.7.9)(lodash@4.18.1)(underscore@1.13.8) @@ -781,8 +781,8 @@ importers: modules/database: dependencies: '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@conduitplatform/grpc-sdk': specifier: workspace:* version: link:../../libraries/grpc-sdk @@ -796,8 +796,8 @@ importers: specifier: ^0.8.1 version: 0.8.1 bson: - specifier: ^7.3.0 - version: 7.3.0 + specifier: ^7.3.1 + version: 7.3.1 bullmq: specifier: ^5.79.0 version: 5.79.0 @@ -826,8 +826,8 @@ importers: specifier: ^12.7.0 version: 12.7.0(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)) mongoose: - specifier: ^9.7.1 - version: 9.7.1(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)) + specifier: ^9.7.4 + version: 9.7.4(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)) mysql2: specifier: ^3.22.5 version: 3.22.5(@types/node@24.13.2) @@ -902,8 +902,8 @@ importers: specifier: ^0.8.1 version: 0.8.1 axios: - specifier: ^1.18.0 - version: 1.18.0(debug@4.4.3) + specifier: ^1.18.1 + version: 1.18.1(debug@4.4.3) convict: specifier: ^6.2.5 version: 6.2.5 @@ -939,8 +939,8 @@ importers: modules/router: dependencies: '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@conduitplatform/grpc-sdk': specifier: workspace:* version: link:../../libraries/grpc-sdk @@ -957,8 +957,8 @@ importers: specifier: ^0.8.1 version: 0.8.1 axios: - specifier: ^1.18.0 - version: 1.18.0(debug@4.4.3) + specifier: ^1.18.1 + version: 1.18.1(debug@4.4.3) bcrypt: specifier: ^6.0.0 version: 6.0.0 @@ -1051,8 +1051,8 @@ importers: specifier: ^12.32.0 version: 12.32.0 '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@conduitplatform/grpc-sdk': specifier: workspace:* version: link:../../libraries/grpc-sdk @@ -1109,8 +1109,8 @@ importers: packages/core: dependencies: '@bufbuild/protobuf': - specifier: ^2.12.0 - version: 2.12.0 + specifier: ^2.12.1 + version: 2.12.1 '@conduitplatform/grpc-sdk': specifier: workspace:* version: link:../../libraries/grpc-sdk @@ -1142,8 +1142,8 @@ importers: specifier: ^5.3.9 version: 5.3.9 fs-extra: - specifier: ^11.3.5 - version: 11.3.5 + specifier: ^11.3.6 + version: 11.3.6 graphql-tag: specifier: ^2.12.7 version: 2.12.7(graphql@16.14.2) @@ -1253,10 +1253,10 @@ packages: peerDependencies: graphql: 14.x || 15.x || 16.x - '@apollo/client@4.1.9': - resolution: {integrity: sha512-qfpkQD51tdU/7iAR6aLb4w9o/L7I475DluWHRb61U/3Q0AH29nNOxOBHjBbWDdf16ncPOoQuxne1sEs2NjqBFw==} + '@apollo/client@4.2.7': + resolution: {integrity: sha512-Z129zR77VP0oWWIXPpHgwbtwhCVBzkw/FhiiymbqwlUniKb5z2KBeuQkpNIz3QfuO7ezHiaxsJ0PPjYBJTSHtg==} peerDependencies: - graphql: ^16.0.0 + graphql: ^16.0.0 || ^17.0.0 graphql-ws: ^5.5.5 || ^6.0.3 react: ^17.0.0 || ^18.0.0 || >=19.0.0-rc react-dom: ^17.0.0 || ^18.0.0 || >=19.0.0-rc @@ -1700,8 +1700,8 @@ packages: '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - '@bufbuild/protobuf@2.12.0': - resolution: {integrity: sha512-B/XlCaFIP8LOwzo+bz5uFzATYokcwCKQcghqnlfwSmM5eX/qTkvDBnDPs+gXtX/RyjxJ4DRikECcPJbyALA8FA==} + '@bufbuild/protobuf@2.12.1': + resolution: {integrity: sha512-BvAMfS6LrgZiryOAZ4pBYucu4wG/Ei/9o9DZ9akbREnMLbPJiom2i8b9C8IsKErQoiKqVhrerzt3kOT/RrzLHg==} '@codemirror/autocomplete@6.20.3': resolution: {integrity: sha512-tlosUqb+3BbxCxZdu4tKeRghPFC+QM7q4X5YhKV2eCmPG+1r2F3f4AaSz5sCrFqUtX4Jh20VFTKecl16MgiV9g==} @@ -2138,18 +2138,36 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + '@graphql-tools/merge@9.2.2': + resolution: {integrity: sha512-DSLLAztOIQId7QE3m8Ehk5lV+0pjxNSSRDHPzlYQ9E4KJ9AoUMBprC4C+eX3v4srh05S2ujm5/veqAr5yEWFSQ==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + '@graphql-tools/schema@10.0.33': resolution: {integrity: sha512-O6P3RIftO0jafnSsFAqpjurUuUxJ43s/AdPVLQsBkI6y4Ic/tKm4C1Qm1KKQsCDTOxXPJClh/v3g7k7yLKCFBQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + '@graphql-tools/schema@10.0.38': + resolution: {integrity: sha512-Kckk2/vm+rELJ7ijvFaAn9ouWSVUTD0D4SJIvYF4rKeuQHAfCzE/jzMFonZVpTXleqJjPXLZjVbuaMorw7A5Og==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + '@graphql-tools/utils@11.1.0': resolution: {integrity: sha512-PtFVG4r8Z2LEBSaPYQMusBiB3o6kjLVJyjCLbnWem/SpSuM21v6LTmgpkXfYU1qpBV2UGsFyuEnSJInl8fR1Ag==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + '@graphql-tools/utils@11.2.2': + resolution: {integrity: sha512-Do2A/t6ayqOma8m7PvpYMsCBswL+NB35BQSng4GWSBqafL2/BnfAZy/NSENPwV721Rm2fG0BHETFC0+FJJZmLw==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + '@graphql-typed-document-node/core@3.2.0': resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: @@ -2395,6 +2413,9 @@ packages: '@mongodb-js/saslprep@1.4.11': resolution: {integrity: sha512-o9rAHc0IpIjuPSxRutWpE1F62x7n+4mVS4rCNHkzhIUMQcc18bb6xEq5wd2NdN0WjepIyXIppRshYI2kQDOZVA==} + '@mongodb-js/saslprep@1.4.12': + resolution: {integrity: sha512-QAfAMwNgnYxZ2C6D1HgeP7Gc4i/uvJRim415PCIL9ptRxWMNbWeLBYb2/9R4pGKny/s1FVu2JA2cxCUBUOggrA==} + '@msgpack/msgpack@2.8.0': resolution: {integrity: sha512-h9u4u/jiIRKbq25PM+zymTyW6bhTzELvOoUd+AvYriWOAKpLGnIamaET3pnHYoI5iYphAHBI4ayx0MehR+VVPQ==} engines: {node: '>= 10'} @@ -2543,8 +2564,8 @@ packages: cpu: [x64] os: [win32] - '@napi-rs/wasm-runtime@1.1.5': - resolution: {integrity: sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==} + '@napi-rs/wasm-runtime@1.1.6': + resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==} peerDependencies: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 @@ -2770,8 +2791,8 @@ packages: resolution: {integrity: sha512-godMRo3E/m6uZtm0zVfDa5xCg1IGD+eEt4uVWzR0v62mbm2O70ZWY9l+ondg8CrPQFsCdtWpWW+nYdzvp1tWTw==} engines: {node: '>=22'} - '@scalar/client-side-rendering@0.2.4': - resolution: {integrity: sha512-IQC39aQQXKsZXOqQw0LNiZ/gQ1WxHpF+WLTo/hurn0S/FmNHlBGUAhFyt1BeDSUYxics7ixgzQatKJDggafBTw==} + '@scalar/client-side-rendering@0.3.4': + resolution: {integrity: sha512-kb3B+FGjvAUr2DU0fe9dVKBLwot1TjOO+iHCTmY8r8FUJySmYKGQYCicRzzilOyTjvKspiZBCEr03PWaWW+1gw==} engines: {node: '>=22'} '@scalar/code-highlight@0.3.6': @@ -2782,14 +2803,18 @@ packages: resolution: {integrity: sha512-cwIf042ehbD4dZWUIIlXZp0VWvaH7jznj/gpuLEqtuEDla5MrhTWYWj20aufpTpCeGexf1mqgouaWHUZ7lYByQ==} engines: {node: '>=22'} - '@scalar/express-api-reference@0.10.4': - resolution: {integrity: sha512-/FkuP+B9ppWiQbf0Bhygx8CwoLXiEGFgS7OK14FM/JH0SeAaGfQiacUgPEpxJYI2qnqFHkrys8YH2jl400wDfg==} + '@scalar/express-api-reference@0.10.11': + resolution: {integrity: sha512-4+M9rGFewfG9eymtSSs7T+lnQ8z+d1urnhxOkUVkXfi2vnxD9pcvWIUMyLRl6iPwNkBpGquYhTqgGSXYS30ujQ==} engines: {node: '>=22'} '@scalar/helpers@0.8.2': resolution: {integrity: sha512-qNbqUjSB3S4Gr4A0oANcm5G1Ip+EqBxICYKhe9YzmnaBpbmW6shxqpiivApTvvuDf+uIhR3uMwWyVQbYcGLsxA==} engines: {node: '>=22'} + '@scalar/helpers@0.9.2': + resolution: {integrity: sha512-hjyMpMZjTBZQhyByZmz5oUgRKUQJO5V5AOiJxsVEGbUmgA7sJRQeTrXLB+BEwzaKS5nm2opJeNyMBYLFNK4hiQ==} + engines: {node: '>=22'} + '@scalar/icons@0.7.3': resolution: {integrity: sha512-5uSUvumj6yJEAZT7/MKpgrkNl76waDXUpu0kUBBFJ83GhZirBIK+Z9SktShEvJT0+rk/j9Zaer3BHoEhYwAEBQ==} engines: {node: '>=22'} @@ -2814,6 +2839,10 @@ packages: resolution: {integrity: sha512-aV0PWqFpQft9a6d4Z6HOTHKDaA+K4AquxSPfBDI1c5f6lMe5l3zViww/iBQA/Yw+V1+Y2iwSVzhuxaktC1UiMg==} engines: {node: '>=22'} + '@scalar/schemas@0.7.4': + resolution: {integrity: sha512-Or31zxR+ceGGhkVU5XBO2Zv7oyGDtjsJOjM2Rr0WRZ1/tRsQc2/FsVv+9kPmCA7sqFL8BKWlNfTXcPITI7WRHw==} + engines: {node: '>=22'} + '@scalar/sidebar@0.9.23': resolution: {integrity: sha512-2qC5vh1BGhnARF9/psKr5jPbwWyg4RIfflNmh7q/jHxNyeCrHGr1yyUiV8TsWmURR5ZNMiyUPzHaio4hdAcZNw==} engines: {node: '>=22'} @@ -2833,6 +2862,10 @@ packages: resolution: {integrity: sha512-aS1FvHbKhBC51mWqXmhkPe6lmhCd9+u//DQ1YTiCWOz4/fXAdWfwHvW9UZ7AzzcGwGiCo9diE81xV+UvSI1qIg==} engines: {node: '>=22'} + '@scalar/types@0.16.4': + resolution: {integrity: sha512-fLf0ANAC3iQq0sIVdmH6aGM+pFSLyD8GfGBxSWcLpI0jE0iFAzX2A3p0qVZm7vqBT4TQnn0fSwg5U+h+FZ52BA==} + engines: {node: '>=22'} + '@scalar/use-codemirror@0.14.12': resolution: {integrity: sha512-m+0tmVOHZVAybbcNEizR3m9RYOLtU59AStRkk29J5qaW4J+tsjrz4BDMceeTpoVawL/lxp2vDvQR+w/gKC3miQ==} engines: {node: '>=22'} @@ -2849,6 +2882,10 @@ packages: resolution: {integrity: sha512-tpmmG+/xRE2Kn9RpflU3AIyZv08v10+E1ZrJCx7z6+/91zHVxy0M73kC1LT4/8PbYNt85ywyC8+n+D99JdMcGA==} engines: {node: '>=20'} + '@scalar/validation@0.6.2': + resolution: {integrity: sha512-Sc1TkcwGV6aVCO51AyKeaGiP8gpwAHxEtO5d3tZzPV+KsnlC/YokQxFxwBrbIXw73k9hmcExnJyGu3k5i6n6VA==} + engines: {node: '>=20'} + '@scalar/workspace-store@0.54.4': resolution: {integrity: sha512-82ffXzHc/TDR6mr9BSzzRkxOaVG8mHQlWLKnPiv8GiFNETgBTQKv9nELEZQpLcG02cJVgVytl+X/TjgZHRDKAw==} engines: {node: '>=22'} @@ -2995,8 +3032,8 @@ packages: cpu: [arm64] os: [win32] - '@tybys/wasm-util@0.10.2': - resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==} + '@tybys/wasm-util@0.10.3': + resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==} '@types/ali-oss@6.23.3': resolution: {integrity: sha512-huSf6njkqhSeR37OMJTGMCyUg2d9Zp2AioefhYuUMeh0vNM+WybctrBor7bO/RcCbLCQI6sHn6NtPBIWALYVJg==} @@ -3681,8 +3718,8 @@ packages: resolution: {integrity: sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==} engines: {node: '>= 6.0.0'} - axios@1.18.0: - resolution: {integrity: sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==} + axios@1.18.1: + resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==} babel-jest@30.4.1: resolution: {integrity: sha512-fATAbM8piYxkiXQp3RBXmZHxZVNJZAVXXfyeyCN2Tida3+qJ8ea9UxhiJ2y4fLO90ZImKt6k9FlcH2+rLkJGhw==} @@ -3783,8 +3820,8 @@ packages: bser@2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} - bson@7.3.0: - resolution: {integrity: sha512-WmjjMEwFwZHmGnAb7wn90MhkiT+mTm4x/rLj7dvAPWfwnVWDXhLun2e+UM88MJoDGW624yzZglVX/zTBy9ZZMw==} + bson@7.3.1: + resolution: {integrity: sha512-h/C0qe6857pQhcSJHLfsR1uYGj98Ge3wKAD3Ed9KqH3wcVh+BM4Jq4xISD7vs9OPuT07n+q3QQVjslJ286j6ag==} engines: {node: '>=20.19.0'} btoa@1.2.1: @@ -4953,8 +4990,8 @@ packages: fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} - fs-extra@11.3.5: - resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} + fs-extra@11.3.6: + resolution: {integrity: sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==} engines: {node: '>=14.14'} fs-extra@9.1.0: @@ -5154,8 +5191,8 @@ packages: peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - graphql-tools@9.0.28: - resolution: {integrity: sha512-QLRgoUXg7AciHYRWJ4TSfUbfBy/wCGSYG4fl8ccSFG3fXyAilekM1V+2ym+Fyv+DqbT1xM1CQ6BcSdCoOV3otA==} + graphql-tools@9.0.33: + resolution: {integrity: sha512-4JsSP6p9Vb2ky6+y16VI2P0klU+7x7XSuEctVH2iXnav6jzvjp6uzH9RNa/5Ks160gjCoPZmVRhGbnho3QrL7g==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -6277,6 +6314,10 @@ packages: resolution: {integrity: sha512-h0AZ9A7IDVwwHyMxmdMXKy+9oNlF0zFoahHiX3vQ8e3KFcSP3VmsmfvtRSuLPxmyv2vjIDxqty8smTgie/SNRQ==} engines: {node: '>=20.19.0'} + mongodb-connection-string-url@7.0.2: + resolution: {integrity: sha512-ZoS07RoFqpKYQwAk59qmrx8+jJHNHU30UjlU96QktiGn1ltvDr+vCznLX5DiUBLEpMAHatHNWV1nM/74ul66kA==} + engines: {node: '>=20.19.0'} + mongodb-ns@3.2.0: resolution: {integrity: sha512-Kxi+IjywEGCcKXZ5iy3FDgU4NAao9r0xs9x1nvwDli7IPVnWPzW4l6HSLRIkGTBQFEfytNNwMpyakBx/ZGhjhw==} @@ -6338,8 +6379,8 @@ packages: socks: optional: true - mongoose@9.7.1: - resolution: {integrity: sha512-rOCVA9ufRSdGTG6IdSqJa30avbaSBlI98zkv76xB+5xAzwCn4qvuKi26iE2BeAZrYYqcagjJRjmTA7+qEbSbYg==} + mongoose@9.7.4: + resolution: {integrity: sha512-nuSYGUWWzNd4EAbGYxE469wPTL+kmxb5+91YvCvMkJ08rvNRht/usZUU3LuFuk7rDutF2QWBZHPHuzM8TxXApA==} engines: {node: '>=20.19.0'} mpath@0.9.0: @@ -6376,8 +6417,8 @@ packages: resolution: {integrity: sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==} engines: {node: '>=8.0.0'} - nanoid@3.3.12: - resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} + nanoid@3.3.16: + resolution: {integrity: sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -6386,6 +6427,11 @@ packages: engines: {node: ^18 || >=20} hasBin: true + nanoid@5.1.16: + resolution: {integrity: sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==} + engines: {node: ^18 || >=20} + hasBin: true + napi-build-utils@2.0.0: resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==} @@ -6479,8 +6525,8 @@ packages: nodemailer-mandrill-transport@1.2.0: resolution: {integrity: sha512-Dli7B8D0Q2EkLi01ajSS4zaSfB1Vpv0s5539Dgjr6/XmQaXX7zVtzUvicWg38brgmFAaQ3HyXNFK6lWsF5I27A==} - nodemailer@9.0.1: - resolution: {integrity: sha512-Gwv8SQewT616ZM/URn0H54b8PWo/Wum7md3EW2aWy1lO27+WZCX+Xyak3J+NlmHUjDh5ME+uesJUDRbR3Ye8Bw==} + nodemailer@9.0.3: + resolution: {integrity: sha512-n+YP+NKwR5zRWa60k3GiQ6Q3B4KXCoAw40dAKeCtYn020iNN74aWK2liXIC3ZEATeGql7we3tE3t8QwhY0eskw==} engines: {node: '>=6.0.0'} noms@0.0.0: @@ -6855,6 +6901,10 @@ packages: resolution: {integrity: sha512-/+XMv9JalknuncEJSwsyEVlwcxVLKx2iaoSUXFZA86MJkdqyOdfrlB1sB7S6aKyUk9tl20YY+SgQe5J2sJHTcg==} engines: {node: '>=12.0.0'} + protobufjs@8.7.1: + resolution: {integrity: sha512-agdGHrXNTv0IrYscJPDou/PlEJk1c/hBZ9o/B5NH2i/nSPtPqacNxzgwf1CebXxFMjMrZH5sqv9uQuw96aGt/A==} + engines: {node: '>=12.0.0'} + proxy-addr@2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} @@ -7766,6 +7816,10 @@ packages: resolution: {integrity: sha512-1URUxUqfHFM1c+zfSPsa3gnkO7Aq21qyH75SIduNYz4SzY964rn1X2vCMQaHSHhktiw+0kPa2iyb6PUpXqB6Vg==} engines: {node: '>=20'} + type-fest@5.8.0: + resolution: {integrity: sha512-YGYEVz3Fm5iy/AybuA0oyNFq7H4CgQNfRp/qfe8nurE1kuCeNm3/vfm9X4Mtl+qLyaKJUh5xrFZwogr41SMjYA==} + engines: {node: '>=20'} + type-is@2.1.0: resolution: {integrity: sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==} engines: {node: '>= 18'} @@ -8007,8 +8061,8 @@ packages: resolution: {integrity: sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==} engines: {node: '>=0.10.0'} - winston-loki@6.1.4: - resolution: {integrity: sha512-/j/Zf7TGLjgSBck29BkPnpJlEnGQr5xqlx8A0N6LZnXYYYvyK7lFk6FPpWiD+VMO8xjaxOu1KNF9SzWaRDsigA==} + winston-loki@6.1.5: + resolution: {integrity: sha512-Q6FkERJmmMX7hnaGQOInLg89Y9niDGn4DY6h+ZSu9dO/GsK6DpsOWYiulRnk7qdk4Yafqi8ieVNxBB9/LCgkVg==} winston-transport@4.9.0: resolution: {integrity: sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==} @@ -8186,7 +8240,7 @@ snapshots: dependencies: graphql: 16.14.2 - '@apollo/client@4.1.9(graphql@16.14.2)(rxjs@7.8.2)': + '@apollo/client@4.2.7(graphql@16.14.2)(rxjs@7.8.2)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.14.2) '@wry/caches': 1.0.1 @@ -8900,7 +8954,7 @@ snapshots: '@bcoe/v8-coverage@0.2.3': {} - '@bufbuild/protobuf@2.12.0': {} + '@bufbuild/protobuf@2.12.1': {} '@codemirror/autocomplete@6.20.3': dependencies: @@ -9378,7 +9432,7 @@ snapshots: fast-deep-equal: 3.1.3 functional-red-black-tree: 1.0.1 google-gax: 5.0.7 - protobufjs: 8.6.4 + protobufjs: 8.7.1 transitivePeerDependencies: - supports-color optional: true @@ -9418,6 +9472,12 @@ snapshots: graphql: 16.14.2 tslib: 2.8.1 + '@graphql-tools/merge@9.2.2(graphql@16.14.2)': + dependencies: + '@graphql-tools/utils': 11.2.2(graphql@16.14.2) + graphql: 16.14.2 + tslib: 2.8.1 + '@graphql-tools/schema@10.0.33(graphql@16.14.2)': dependencies: '@graphql-tools/merge': 9.1.9(graphql@16.14.2) @@ -9425,6 +9485,13 @@ snapshots: graphql: 16.14.2 tslib: 2.8.1 + '@graphql-tools/schema@10.0.38(graphql@16.14.2)': + dependencies: + '@graphql-tools/merge': 9.2.2(graphql@16.14.2) + '@graphql-tools/utils': 11.2.2(graphql@16.14.2) + graphql: 16.14.2 + tslib: 2.8.1 + '@graphql-tools/utils@11.1.0(graphql@16.14.2)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.14.2) @@ -9433,6 +9500,14 @@ snapshots: graphql: 16.14.2 tslib: 2.8.1 + '@graphql-tools/utils@11.2.2(graphql@16.14.2)': + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.14.2) + '@whatwg-node/promise-helpers': 1.3.2 + cross-inspect: 1.0.1 + graphql: 16.14.2 + tslib: 2.8.1 + '@graphql-typed-document-node/core@3.2.0(graphql@16.14.2)': dependencies: graphql: 16.14.2 @@ -9774,7 +9849,7 @@ snapshots: '@mailchimp/mailchimp_transactional@1.4.1': dependencies: - axios: 1.18.0(debug@4.4.3) + axios: 1.18.1(debug@4.4.3) transitivePeerDependencies: - debug - supports-color @@ -9807,6 +9882,10 @@ snapshots: dependencies: sparse-bitfield: 3.0.3 + '@mongodb-js/saslprep@1.4.12': + dependencies: + sparse-bitfield: 3.0.3 + '@msgpack/msgpack@2.8.0': {} '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.4': @@ -9871,7 +9950,7 @@ snapshots: '@napi-rs/snappy-wasm32-wasi@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': dependencies: - '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' @@ -9886,11 +9965,11 @@ snapshots: '@napi-rs/snappy-win32-x64-msvc@7.3.3': optional: true - '@napi-rs/wasm-runtime@1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': + '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 - '@tybys/wasm-util': 0.10.2 + '@tybys/wasm-util': 0.10.3 optional: true '@noble/curves@2.2.0': @@ -10021,10 +10100,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.62.0': optional: true - '@scalar/agent-chat@0.12.11(axios@1.18.0(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)(zod@4.4.3)': + '@scalar/agent-chat@0.12.11(axios@1.18.1(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)(zod@4.4.3)': dependencies: '@ai-sdk/vue': 3.0.33(vue@3.5.38(typescript@6.0.3))(zod@4.4.3) - '@scalar/api-client': 3.10.4(axios@1.18.0(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3) + '@scalar/api-client': 3.10.4(axios@1.18.1(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3) '@scalar/components': 0.27.2(tailwindcss@4.3.1)(typescript@6.0.3) '@scalar/helpers': 0.8.2 '@scalar/icons': 0.7.3(typescript@6.0.3) @@ -10059,7 +10138,7 @@ snapshots: - universal-cookie - zod - '@scalar/api-client@3.10.4(axios@1.18.0(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)': + '@scalar/api-client@3.10.4(axios@1.18.1(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)': dependencies: '@headlessui/tailwindcss': 0.2.2(tailwindcss@4.3.1) '@headlessui/vue': 1.7.23(vue@3.5.38(typescript@6.0.3)) @@ -10080,7 +10159,7 @@ snapshots: '@scalar/workspace-store': 0.54.4(typescript@6.0.3) '@types/har-format': 1.2.16 '@vueuse/core': 13.9.0(vue@3.5.38(typescript@6.0.3)) - '@vueuse/integrations': 13.9.0(axios@1.18.0(debug@4.4.3))(focus-trap@7.8.0)(fuse.js@7.4.2)(vue@3.5.38(typescript@6.0.3)) + '@vueuse/integrations': 13.9.0(axios@1.18.1(debug@4.4.3))(focus-trap@7.8.0)(fuse.js@7.4.2)(vue@3.5.38(typescript@6.0.3)) focus-trap: 7.8.0 fuse.js: 7.4.2 js-base64: 3.7.8 @@ -10108,11 +10187,11 @@ snapshots: - typescript - universal-cookie - '@scalar/api-reference@1.60.0(axios@1.18.0(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)(zod@4.4.3)': + '@scalar/api-reference@1.60.0(axios@1.18.1(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)(zod@4.4.3)': dependencies: '@headlessui/vue': 1.7.23(vue@3.5.38(typescript@6.0.3)) - '@scalar/agent-chat': 0.12.11(axios@1.18.0(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)(zod@4.4.3) - '@scalar/api-client': 3.10.4(axios@1.18.0(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3) + '@scalar/agent-chat': 0.12.11(axios@1.18.1(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3)(zod@4.4.3) + '@scalar/api-client': 3.10.4(axios@1.18.1(debug@4.4.3))(tailwindcss@4.3.1)(typescript@6.0.3) '@scalar/code-highlight': 0.3.6 '@scalar/components': 0.27.2(tailwindcss@4.3.1)(typescript@6.0.3) '@scalar/helpers': 0.8.2 @@ -10151,11 +10230,11 @@ snapshots: - universal-cookie - zod - '@scalar/client-side-rendering@0.2.4': + '@scalar/client-side-rendering@0.3.4': dependencies: - '@scalar/schemas': 0.5.0 - '@scalar/types': 0.14.0 - '@scalar/validation': 0.6.0 + '@scalar/schemas': 0.7.4 + '@scalar/types': 0.16.4 + '@scalar/validation': 0.6.2 '@scalar/code-highlight@0.3.6': dependencies: @@ -10199,12 +10278,14 @@ snapshots: - tailwindcss - typescript - '@scalar/express-api-reference@0.10.4': + '@scalar/express-api-reference@0.10.11': dependencies: - '@scalar/client-side-rendering': 0.2.4 + '@scalar/client-side-rendering': 0.3.4 '@scalar/helpers@0.8.2': {} + '@scalar/helpers@0.9.2': {} + '@scalar/icons@0.7.3(typescript@6.0.3)': dependencies: '@phosphor-icons/core': 2.1.1 @@ -10243,6 +10324,11 @@ snapshots: '@scalar/helpers': 0.8.2 '@scalar/validation': 0.6.0 + '@scalar/schemas@0.7.4': + dependencies: + '@scalar/helpers': 0.9.2 + '@scalar/validation': 0.6.2 + '@scalar/sidebar@0.9.23(tailwindcss@4.3.1)(typescript@6.0.3)': dependencies: '@scalar/components': 0.27.2(tailwindcss@4.3.1)(typescript@6.0.3) @@ -10278,6 +10364,13 @@ snapshots: type-fest: 5.7.0 zod: 4.4.3 + '@scalar/types@0.16.4': + dependencies: + '@scalar/helpers': 0.9.2 + nanoid: 5.1.16 + type-fest: 5.8.0 + zod: 4.4.3 + '@scalar/use-codemirror@0.14.12(typescript@6.0.3)': dependencies: '@codemirror/autocomplete': 6.20.3 @@ -10318,6 +10411,8 @@ snapshots: '@scalar/validation@0.6.0': {} + '@scalar/validation@0.6.2': {} + '@scalar/workspace-store@0.54.4(typescript@6.0.3)': dependencies: '@scalar/helpers': 0.8.2 @@ -10340,7 +10435,7 @@ snapshots: '@sendgrid/client@8.1.6': dependencies: '@sendgrid/helpers': 8.0.0 - axios: 1.18.0(debug@4.4.3) + axios: 1.18.1(debug@4.4.3) transitivePeerDependencies: - debug - supports-color @@ -10473,7 +10568,7 @@ snapshots: '@turbo/windows-arm64@2.10.0': optional: true - '@tybys/wasm-util@0.10.2': + '@tybys/wasm-util@0.10.3': dependencies: tslib: 2.8.1 optional: true @@ -10863,7 +10958,7 @@ snapshots: dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 - '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) optional: true '@unrs/resolver-binding-win32-arm64-msvc@1.12.2': @@ -10948,13 +11043,13 @@ snapshots: '@vueuse/shared': 13.9.0(vue@3.5.38(typescript@6.0.3)) vue: 3.5.38(typescript@6.0.3) - '@vueuse/integrations@13.9.0(axios@1.18.0(debug@4.4.3))(focus-trap@7.8.0)(fuse.js@7.4.2)(vue@3.5.38(typescript@6.0.3))': + '@vueuse/integrations@13.9.0(axios@1.18.1(debug@4.4.3))(focus-trap@7.8.0)(fuse.js@7.4.2)(vue@3.5.38(typescript@6.0.3))': dependencies: '@vueuse/core': 13.9.0(vue@3.5.38(typescript@6.0.3)) '@vueuse/shared': 13.9.0(vue@3.5.38(typescript@6.0.3)) vue: 3.5.38(typescript@6.0.3) optionalDependencies: - axios: 1.18.0(debug@4.4.3) + axios: 1.18.1(debug@4.4.3) focus-trap: 7.8.0 fuse.js: 7.4.2 @@ -11180,7 +11275,7 @@ snapshots: aws-ssl-profiles@1.1.2: {} - axios@1.18.0(debug@4.4.3): + axios@1.18.1(debug@4.4.3): dependencies: follow-redirects: 1.16.0(debug@4.4.3) form-data: 4.0.6 @@ -11319,7 +11414,7 @@ snapshots: dependencies: node-int64: 0.4.0 - bson@7.3.0: {} + bson@7.3.1: {} btoa@1.2.1: {} @@ -12387,7 +12482,7 @@ snapshots: fs-constants@1.0.0: {} - fs-extra@11.3.5: + fs-extra@11.3.6: dependencies: graceful-fs: 4.2.11 jsonfile: 6.2.1 @@ -12638,7 +12733,7 @@ snapshots: node-fetch: 3.3.2 object-hash: 3.0.0 proto3-json-serializer: 3.0.4 - protobufjs: 8.6.4 + protobufjs: 8.7.1 retry-request: 8.0.3 rimraf: 5.0.10 transitivePeerDependencies: @@ -12666,13 +12761,13 @@ snapshots: graphql: 16.14.2 tslib: 2.8.1 - graphql-tools@9.0.28(graphql@16.14.2)(rxjs@7.8.2): + graphql-tools@9.0.33(graphql@16.14.2)(rxjs@7.8.2): dependencies: - '@graphql-tools/schema': 10.0.33(graphql@16.14.2) + '@graphql-tools/schema': 10.0.38(graphql@16.14.2) graphql: 16.14.2 tslib: 2.8.1 optionalDependencies: - '@apollo/client': 4.1.9(graphql@16.14.2)(rxjs@7.8.2) + '@apollo/client': 4.2.7(graphql@16.14.2)(rxjs@7.8.2) transitivePeerDependencies: - graphql-ws - react @@ -13733,7 +13828,7 @@ snapshots: mailgun.js@13.2.0: dependencies: - axios: 1.18.0(debug@4.4.3) + axios: 1.18.1(debug@4.4.3) base-64: 1.0.0 url-join: 4.0.1 transitivePeerDependencies: @@ -13742,7 +13837,7 @@ snapshots: mailgun.js@8.2.2: dependencies: - axios: 1.18.0(debug@4.4.3) + axios: 1.18.1(debug@4.4.3) base-64: 1.0.0 url-join: 4.0.1 transitivePeerDependencies: @@ -14205,6 +14300,11 @@ snapshots: '@types/whatwg-url': 13.0.0 whatwg-url: 14.2.0 + mongodb-connection-string-url@7.0.2: + dependencies: + '@types/whatwg-url': 13.0.0 + whatwg-url: 14.2.0 + mongodb-ns@3.2.0: optional: true @@ -14212,7 +14312,7 @@ snapshots: dependencies: reservoir: 0.1.2 optionalDependencies: - bson: 7.3.0 + bson: 7.3.1 cli-table: 0.3.11 js-yaml: 4.2.0 mongodb: 7.3.0(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)) @@ -14232,22 +14332,23 @@ snapshots: mongodb@7.2.0(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)): dependencies: - '@mongodb-js/saslprep': 1.4.11 - bson: 7.3.0 - mongodb-connection-string-url: 7.0.1 + '@mongodb-js/saslprep': 1.4.12 + bson: 7.3.1 + mongodb-connection-string-url: 7.0.2 optionalDependencies: snappy: 7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) mongodb@7.3.0(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)): dependencies: '@mongodb-js/saslprep': 1.4.11 - bson: 7.3.0 + bson: 7.3.1 mongodb-connection-string-url: 7.0.1 optionalDependencies: snappy: 7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) - mongoose@9.7.1(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)): + mongoose@9.7.4(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)): dependencies: + '@standard-schema/spec': 1.1.0 kareem: 3.3.0 mongodb: 7.2.0(snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)) mpath: 0.9.0 @@ -14309,10 +14410,12 @@ snapshots: dependencies: lru.min: 1.1.4 - nanoid@3.3.12: {} + nanoid@3.3.16: {} nanoid@5.1.11: {} + nanoid@5.1.16: {} + napi-build-utils@2.0.0: {} napi-postinstall@0.3.4: {} @@ -14457,7 +14560,7 @@ snapshots: extend: 3.0.2 mandrill-api: 1.0.45 - nodemailer@9.0.1: {} + nodemailer@9.0.3: {} noms@0.0.0: dependencies: @@ -14739,7 +14842,7 @@ snapshots: postcss@8.5.15: dependencies: - nanoid: 3.3.12 + nanoid: 3.3.16 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -14800,13 +14903,17 @@ snapshots: proto3-json-serializer@3.0.4: dependencies: - protobufjs: 8.6.4 + protobufjs: 8.7.1 optional: true protobufjs@8.6.4: dependencies: long: 5.3.2 + protobufjs@8.7.1: + dependencies: + long: 5.3.2 + proxy-addr@2.0.7: dependencies: forwarded: 0.2.0 @@ -15303,7 +15410,7 @@ snapshots: smtp-server@3.19.1: dependencies: ipv6-normalize: 1.0.1 - nodemailer: 9.0.1 + nodemailer: 9.0.3 punycode.js: 2.3.1 snappy@7.3.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): @@ -15790,11 +15897,11 @@ snapshots: ts-proto-descriptors@2.1.0: dependencies: - '@bufbuild/protobuf': 2.12.0 + '@bufbuild/protobuf': 2.12.1 ts-proto@2.11.9: dependencies: - '@bufbuild/protobuf': 2.12.0 + '@bufbuild/protobuf': 2.12.1 case-anything: 2.1.13 ts-poet: 6.12.0 ts-proto-descriptors: 2.1.0 @@ -15844,7 +15951,7 @@ snapshots: twilio@6.0.2: dependencies: - axios: 1.18.0(debug@4.4.3) + axios: 1.18.1(debug@4.4.3) dayjs: 1.11.21 https-proxy-agent: 5.0.1 jsonwebtoken: 9.0.3 @@ -15875,6 +15982,10 @@ snapshots: dependencies: tagged-tag: 1.0.0 + type-fest@5.8.0: + dependencies: + tagged-tag: 1.0.0 + type-is@2.1.0: dependencies: content-type: 2.0.0 @@ -16156,11 +16267,11 @@ snapshots: dependencies: semver: 5.7.2 - winston-loki@6.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): + winston-loki@6.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): dependencies: async-exit-hook: 2.0.1 btoa: 1.2.1 - protobufjs: 8.6.4 + protobufjs: 8.7.1 url-polyfill: 1.1.14 winston-transport: 4.9.0 optionalDependencies: