diff --git a/apps/api/bun.lock b/apps/api/bun.lock index 67679d4..f6de348 100644 --- a/apps/api/bun.lock +++ b/apps/api/bun.lock @@ -20,7 +20,7 @@ "@sentry/bun": "10.63.0", "@sinclair/typebox": "0.34.49", "arctic": "3.7.0", - "bullmq": "5.79.3", + "bullmq": "5.80.2", "dotenv": "17.4.2", "drizzle-orm": "0.45.2", "elysia": "1.4.29", @@ -701,7 +701,7 @@ "builtin-modules": ["builtin-modules@3.3.0", "", {}, "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw=="], - "bullmq": ["bullmq@5.79.3", "", { "dependencies": { "cron-parser": "4.9.0", "ioredis": "5.10.1", "msgpackr": "2.0.4", "node-abort-controller": "3.1.1", "semver": "7.8.5", "tslib": "2.8.1" }, "peerDependencies": { "redis": ">=5.0.0" }, "optionalPeers": ["redis"] }, "sha512-ol/zGeYw1AOKVWCgqGbElGAcvpO8ijc0qmTigXveEBOh+6yCiSwAG3ISI8zYW9Yu3sijnt58O/3JNtJGUYebLA=="], + "bullmq": ["bullmq@5.80.2", "", { "dependencies": { "cron-parser": "4.9.0", "ioredis": "5.10.1", "msgpackr": "2.0.4", "node-abort-controller": "3.1.1", "semver": "7.8.5", "tslib": "2.8.1" }, "peerDependencies": { "redis": ">=5.0.0" }, "optionalPeers": ["redis"] }, "sha512-IobIZd0xFtpnw9W9RdqDX45nfdI2QSmq8rudMj99p3V5mIm9v4I3uPObqKj7i+6Xfd8Lzs3n1p+YNB7s6ykF4Q=="], "bun-types": ["bun-types@1.3.14", "", { "dependencies": { "@types/node": "*" } }, "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ=="], diff --git a/apps/api/package.json b/apps/api/package.json index d28bf64..112bea8 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -65,7 +65,7 @@ "@sentry/bun": "10.63.0", "@sinclair/typebox": "0.34.49", "arctic": "3.7.0", - "bullmq": "5.79.3", + "bullmq": "5.80.2", "dotenv": "17.4.2", "drizzle-orm": "0.45.2", "elysia": "1.4.29",