From 28692d82ae71af36475e5a32dbc050b8ac7fe1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Sun, 14 Dec 2025 11:34:43 +0100 Subject: [PATCH] fix: add groupmq back to api --- apps/api/package.json | 1 + apps/worker/package.json | 2 +- packages/queue/package.json | 2 +- pnpm-lock.yaml | 11 +++++++++-- pnpm-workspace.yaml | 1 + 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 5e20851a..869c81a5 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -29,6 +29,7 @@ "@openpanel/logger": "workspace:*", "@openpanel/payments": "workspace:*", "@openpanel/queue": "workspace:*", + "groupmq": "catalog:", "@openpanel/redis": "workspace:*", "@openpanel/trpc": "workspace:*", "@openpanel/validation": "workspace:*", diff --git a/apps/worker/package.json b/apps/worker/package.json index ac7e87c3..c8ae019e 100644 --- a/apps/worker/package.json +++ b/apps/worker/package.json @@ -24,7 +24,7 @@ "@openpanel/redis": "workspace:*", "bullmq": "^5.63.0", "express": "^4.18.2", - "groupmq": "1.1.1-next.2", + "groupmq": "catalog:", "prom-client": "^15.1.3", "ramda": "^0.29.1", "source-map-support": "^0.5.21", diff --git a/packages/queue/package.json b/packages/queue/package.json index dfef3a0e..a440e7bc 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -11,7 +11,7 @@ "@openpanel/logger": "workspace:*", "@openpanel/redis": "workspace:*", "bullmq": "^5.63.0", - "groupmq": "1.1.1-next.2" + "groupmq": "catalog:" }, "devDependencies": { "@openpanel/sdk": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 20669714..1c227c1b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,6 +15,9 @@ catalogs: '@types/react-dom': specifier: ^19.0.0 version: 19.1.8 + groupmq: + specifier: 1.1.1-next.2 + version: 1.1.1-next.2 react: specifier: ^19.0.0 version: 19.1.1 @@ -189,6 +192,9 @@ importers: fastify-raw-body: specifier: ^5.0.0 version: 5.0.0 + groupmq: + specifier: 'catalog:' + version: 1.1.1-next.2(ioredis@5.8.2) jsonwebtoken: specifier: ^9.0.2 version: 9.0.2 @@ -886,7 +892,7 @@ importers: specifier: ^4.18.2 version: 4.18.2 groupmq: - specifier: 1.1.1-next.2 + specifier: 'catalog:' version: 1.1.1-next.2(ioredis@5.8.2) prom-client: specifier: ^15.1.3 @@ -1353,7 +1359,7 @@ importers: specifier: ^5.63.0 version: 5.63.0 groupmq: - specifier: 1.1.1-next.2 + specifier: 'catalog:' version: 1.1.1-next.2(ioredis@5.8.2) devDependencies: '@openpanel/sdk': @@ -13185,6 +13191,7 @@ packages: next@15.0.3: resolution: {integrity: sha512-ontCbCRKJUIoivAdGB34yCaOcPgYXr9AAkV/IwqFfWWTXEPUgLYkSkqBhIk9KK7gGmgjc64B+RdoeIDM13Irnw==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} + deprecated: This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details. hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 30fcbb89..49c3cf43 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -13,3 +13,4 @@ catalog: "@types/react-dom": ^19.0.0 "@types/node": ^24.7.1 typescript: ^5.9.3 + groupmq: 1.1.1-next.2