Skip to content

Commit b0eb7a8

Browse files
ci(deps): bump the production-dependencies group across 1 directory with 4 updates (#83)
Bumps the production-dependencies group with 4 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [bullmq](https://github.com/taskforcesh/bullmq), [ioredis](https://github.com/luin/ioredis) and [openai](https://github.com/openai/openai-node). Updates `@anthropic-ai/sdk` from 0.98.0 to 0.100.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.98.0...sdk-v0.100.1) Updates `bullmq` from 5.77.3 to 5.77.6 - [Release notes](https://github.com/taskforcesh/bullmq/releases) - [Commits](taskforcesh/bullmq@v5.77.3...v5.77.6) Updates `ioredis` from 5.10.1 to 5.11.0 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.10.1...v5.11.0) Updates `openai` from 6.39.0 to 6.39.1 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](openai/openai-node@v6.39.0...v6.39.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.100.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: bullmq dependency-version: 5.77.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: ioredis dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: openai dependency-version: 6.39.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1aa3b8e commit b0eb7a8

2 files changed

Lines changed: 63 additions & 35 deletions

File tree

package-lock.json

Lines changed: 59 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"migration:revert": "typeorm migration:revert -d dist/shared/infrastructure/database/data-source.js"
3434
},
3535
"dependencies": {
36-
"@anthropic-ai/sdk": "^0.98.0",
36+
"@anthropic-ai/sdk": "^0.100.1",
3737
"@google/generative-ai": "^0.24.1",
3838
"@mistralai/mistralai": "^2.2.5",
3939
"@nest-lab/throttler-storage-redis": "^1.2.0",
@@ -45,18 +45,18 @@
4545
"@nestjs/terminus": "^11.1.1",
4646
"@nestjs/throttler": "^6.5.0",
4747
"@nestjs/typeorm": "^11.0.1",
48-
"bullmq": "^5.77.3",
48+
"bullmq": "^5.77.6",
4949
"class-transformer": "^0.5.1",
5050
"class-validator": "^0.15.1",
5151
"compression": "^1.8.1",
5252
"dotenv": "^17.4.2",
5353
"helmet": "^8.2.0",
54-
"ioredis": "^5.10.1",
54+
"ioredis": "^5.11.0",
5555
"js-yaml": "^4.1.1",
5656
"nestjs-cls": "^6.2.1",
5757
"nestjs-pino": "^4.6.1",
5858
"octokit": "^5.0.5",
59-
"openai": "^6.39.0",
59+
"openai": "^6.39.1",
6060
"pg": "^8.21.0",
6161
"pgvector": "^0.2.1",
6262
"pino": "^10.3.1",

0 commit comments

Comments
 (0)