Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 11 updates#34

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-517b0fe617
Open

chore(deps): bump the production-dependencies group across 1 directory with 11 updates#34
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-517b0fe617

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the production-dependencies group with 11 updates in the / directory:

Package From To
node-addon-api 8.5.0 8.7.0
@prisma/driver-adapter-utils 6.19.2 7.5.0
mysql2 3.16.2 3.20.0
@aws-sdk/client-bedrock-runtime 3.980.0 3.1018.0
cohere-ai 7.20.0 7.21.0
@google-cloud/aiplatform 3.35.0 6.5.0
ollama 0.5.18 0.6.3
openai 6.17.0 6.33.0
voyageai 0.0.3 0.2.1
drizzle-orm 0.36.4 0.45.1
@prisma/client 6.19.2 7.5.0

Updates node-addon-api from 8.5.0 to 8.7.0

Changelog

Sourced from node-addon-api's changelog.

8.7.0 (2026-03-23)

Features

  • add Date::New overload for a std::chrono::system_clock::time_point (#1705) (7fb063d)
  • add Object::GetPrototype and Object::SetPrototype (#1715) (967bbd5), closes #1691
  • add support for SharedArrayBuffer in DataViews (#1714) (7b8d69e)

Bug Fixes

8.6.0 (2026-01-30)

Features

  • add SharedArrayBuffer (#1688) (220bee2)
  • silence a legitimate vfptr sanitizer warning that is on by default in Android NDK 29 (#1692) (46673f4)
Commits
  • 0eafea5 chore: release v8.7.0 (#1716)
  • 7fb063d feat: add Date::New overload for a std::chrono::system_clock::time_point (#1705)
  • 7b8d69e feat: add support for SharedArrayBuffer in DataViews (#1714)
  • f8210c6 chore(deps): bump the all group across 1 directory with 6 updates (#1717)
  • 967bbd5 feat: add Object::GetPrototype and Object::SetPrototype (#1715)
  • 7fef973 fix: fix -Wextra-semi (#1718)
  • 845ba8e fix: add missing const to ObjectReference::Set string parameter (#1713)
  • af7d42e doc: add instructions to build with ninja (#1709)
  • fe0c48e chore: release v8.6.0 (#1696)
  • 86a0524 chore(deps): bump the all group across 1 directory with 4 updates (#1701)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for node-addon-api since your current version.


Updates @prisma/driver-adapter-utils from 6.19.2 to 7.5.0

Release notes

Sourced from @​prisma/driver-adapter-utils's releases.

7.5.0

Today, we are excited to share the 7.5.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Highlights

ORM

Features

  • Added support for nested transaction rollbacks via savepoints (#21678)

    Adds support for nested transaction rollback behavior for SQL databases: if an outer transaction fails, the inner nested transaction is rolled back as well. Implements this by tracking transaction ID + nesting depth so Prisma can reuse an existing open transaction in the underlying engine, and it also enables using $transaction from an interactive transaction client.

Bug fixes

Driver Adapters

  • Made the adapter-mariadb use the binary MySQL protocol to fix an issue with lossy number conversions (#29285)
  • Made @types/pg a direct dependency of adapter-pg for better TypeScript experience out-of-the-box (#29277)

Prisma Client

  • Resolved Prisma.DbNull serializing as empty object in some bundled environments like Next.js (#29286)
  • Fixed DateTime fields returning Invalid Date with unixepoch-ms timestamps in some cases (#29274)
  • Fixed a cursor-based pagination issue with @db.Date columns (#29327)

Schema Engine

  • Manual partial indexes are now preserved when partialIndexes preview feature is disabled, preventing unnecessary drops and additions in migrations (#5790, #5795)
  • Enhanced partial index predicate comparison to handle quoted vs unquoted identifiers correctly, eliminating needless recreate cycles (#5788)
  • Excluded partial unique indexes from DMMF uniqueFields and uniqueIndexes to prevent incorrect findUnique input type generation (#5792)

Studio

With the launch of Prisma ORM v7, we also introduced a rebuilt version of Prisma Studio. With the feedback we’ve gathered since the release, we’ve added some high requested features to help make Studio a better experience.

Multi-cell Selection & Full Table Search

This release brings the ability to select multiple cells when viewing your database. In addition to being able to select multiple cells, you can also search across your database. You can search for a specific table or for specific cells within that table.

Adobe Express - CleanShot 2026-03-04 at 21 15 08-2

More intuitive filtering

... (truncated)

Commits
  • 6091e02 feat: add support for nested transaction rollbacks via savepoints in sql (#21...
  • 531886f fix: fix byte upserts by removing legacy byte array representation (#28913)
  • 7e120ed feat(adapter-mariadb): Improve MariaDB adapter error reporting by surfacing u...
  • 0c6db15 fix(adapter-{pg,neon,ppg}): handle 22P02 error in Postgres (#28849)
  • See full diff in compare view

Updates mysql2 from 3.16.2 to 3.20.0

Release notes

Sourced from mysql2's releases.

v3.20.0

3.20.0 (2026-03-15)

Features

  • add TracingChannel support for native APM instrumentation (#4178) (c06afc2)

Bug Fixes

  • explicitly specify in auth plugins (#4175) (#4187) (5ac5563)
  • prevent double release from corrupting the connection pool (#4186) (7e57db6)
  • restore PoolConnection as subclass of Connection (#4183) (97855a6)

v3.19.1

3.19.1 (2026-03-09)

Security Bug Fixes

  • bound null-terminated string read to packet end (fixes a potential OOB read reported by Doruk Tan Ozturk (peaktwilight)) (#4161) (91c5229)
  • handle malformed geometry payloads (fixes a potential DoS vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#4164) (1869215)
  • prevent query param override of URL-defined connection options (fixes a potential config injection vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#4162) (3123b4e)
  • validate buffer bounds in geometry parser (fixes a potential DoS vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#4159) (7c2ae00)

v3.19.0

3.19.0 (2026-03-05)

Features

  • use server's preferred auth method to eliminate auth switch roundtrip (#4140) (b57c671)

Bug Fixes

  • fix precision loss for large decimal values (#4135) (099beea)

v3.18.2

3.18.2 (2026-02-26)

Bug Fixes

  • types: add supportBigNumbers, bigNumberStrings, dateStrings, and timezone options to QueryOptions (#4127) (b274e72)
  • types: extend QueryValues to callback-based methods (#4129) (2ad5f0b)
  • types: improve ExecuteValues "nested" params (#4133) (3f94950)
  • types: support Raw and Uint8Array params (#4132) (bde9aec)

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.20.0 (2026-03-15)

Features

  • add TracingChannel support for native APM instrumentation (#4178) (c06afc2)

Bug Fixes

  • explicitly specify in auth plugins (#4175) (#4187) (5ac5563)
  • prevent double release from corrupting the connection pool (#4186) (7e57db6)
  • restore PoolConnection as subclass of Connection (#4183) (97855a6)

3.19.1 (2026-03-09)

Bug Fixes

  • bound null-terminated string read to packet end (fixes a potential OOB read reported by Doruk Tan Ozturk (peaktwilight)) (#4161) (91c5229)
  • handle malformed geometry payloads (fixes a potential DoS vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#4164) (1869215)
  • prevent query param override of URL-defined connection options (fixes a potential config injection vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#4162) (3123b4e)
  • validate buffer bounds in geometry parser (fixes a potential DoS vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#4159) (7c2ae00)

3.19.0 (2026-03-05)

Features

  • use server's preferred auth method to eliminate auth switch roundtrip (#4140) (b57c671)

Bug Fixes

  • fix precision loss for large decimal values (#4135) (099beea)

3.18.2 (2026-02-26)

Bug Fixes

  • types: add supportBigNumbers, bigNumberStrings, dateStrings, and timezone options to QueryOptions (#4127) (b274e72)
  • types: extend QueryValues to callback-based methods (#4129) (2ad5f0b)
  • types: improve ExecuteValues "nested" params (#4133) (3f94950)
  • types: support Raw and Uint8Array params (#4132) (bde9aec)

3.18.1 (2026-02-25)

Bug Fixes

... (truncated)

Commits

Updates @aws-sdk/client-bedrock-runtime from 3.980.0 to 3.1018.0

Release notes

Sourced from @​aws-sdk/client-bedrock-runtime's releases.

v3.1018.0

3.1018.0(2026-03-26)

Chores
  • lib-storage: change default AbortController in Upload to the global implementation (#7880) (31c06fb0)
Documentation Changes
  • packages-internal: readme updates for internal packages (#7885) (2da8b4cd)
New Features
  • clients: update client endpoints as of 2026-03-26 (bc19bda4)
  • client-emr: Add StepExecutionRoleArn to RunJobFlow API (59a0577f)
  • client-timestream-influxdb: Timestream for InfluxDB adds support for customer defined maintenance windows. This allows customers to define maintenance schedule during resource creation and updates (22d9a2c8)
  • client-cloudwatch-logs: This release adds parameter support to saved queries in CloudWatch Logs Insights. Define reusable query templates with named placeholders, invoke them using start query. Available in Console, CLI and SDK (2c09ac48)
  • client-bcm-data-exports: With this release we are providing an option to accounts to have their export delivered to an S3 bucket that is not owned by the account. (ec48160e)
  • client-sagemaker: Release support for ml.r5d.16xlarge instance types for SageMaker HyperPod (db6db4e3)
Tests
  • client-ses: turn off email verification e2e test (#7886) (ae42308f)

For list of updated packages, view updated-packages.md in assets-3.1018.0.zip

v3.1017.0

3.1017.0(2026-03-25)

Chores
  • middleware-sdk-s3: custom request validation for s3 client (#7882) (dfeae958)
  • lib: add dependency validation coverage for lib folder (#7884) (d231e3c2)
Documentation Changes
  • client-batch: Documentation-only update for AWS Batch. (8e507c03)
New Features
  • clients: update client endpoints as of 2026-03-25 (289b4f17)
  • client-marketplace-agreement: The Variable Payments APIs enable AWS Marketplace Sellers to perform manage their payment requests (send, get, list, cancel). (b9f85b12)
  • client-polly: Add support for Mu-law and A-law codecs for output format (16b8ce27)
  • client-application-signals: This release adds support for creating SLOs on RUM appMonitors, Synthetics canaries and services. (324daaeb)
  • client-uxc: GA release of AccountCustomizations, used to manage account color, visible services, and visible regions settings in the AWS Management Console. (02584428)
  • client-apigatewayv2: Added DISABLE IN PROGRESS and DISABLE FAILED Portal statuses. (1dc7ba26)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-bedrock-runtime's changelog.

3.1018.0 (2026-03-26)

Note: Version bump only for package @​aws-sdk/client-bedrock-runtime

3.1017.0 (2026-03-25)

Note: Version bump only for package @​aws-sdk/client-bedrock-runtime

3.1016.0 (2026-03-24)

Note: Version bump only for package @​aws-sdk/client-bedrock-runtime

3.1015.0 (2026-03-23)

Note: Version bump only for package @​aws-sdk/client-bedrock-runtime

3.1014.0 (2026-03-20)

Note: Version bump only for package @​aws-sdk/client-bedrock-runtime

3.1013.0 (2026-03-19)

Note: Version bump only for package @​aws-sdk/client-bedrock-runtime

3.1012.0 (2026-03-18)

... (truncated)

Commits

Updates cohere-ai from 7.20.0 to 7.21.0

Release notes

Sourced from cohere-ai's releases.

7.21.0

No release notes provided.

7.20.1

What's Changed

Full Changelog: cohere-ai/cohere-typescript@7.20.0...7.20.1

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for cohere-ai since your current version.


Updates @google-cloud/aiplatform from 3.35.0 to 6.5.0

Release notes

Sourced from @​google-cloud/aiplatform's releases.

containeranalysis: v6.5.0

6.5.0 (2026-01-31)

Features

  • [containeranalysis] A new field last_vulnerability_update_time is added to message .grafeas.v1.DiscoveryOccurrence (#7039) (c56f26b)

aiplatform: v6.5.0

6.5.0 (2026-03-02)

Features

  • Add traffic_type, tool_use_prompt_tokens_details to message GenerateContentResponse.UsageMetadata (#7266) (9f91e05)

containeranalysis: v6.4.0

6.4.0 (2026-01-16)

Features

  • [containeranalysis] A new message File is added (#6987) (0413036)

recaptcha-enterprise: v6.4.0

6.4.0 (2026-01-16)

Features

  • [recaptchaenterprise] Update NetApp v1 API with Host Groups, Block Volumes, Cache Volumes, and Backup Restore (#6993) (bc588be)

aiplatform: v6.4.0

6.4.0 (2026-02-03)

Features

  • Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus (#7085) (b69b8ae)

gke-hub: v6.4.0

6.4.0 (2026-03-19)

Features

  • [gkehub] A new field kubernetes_api_server_version is added to message .google.cloud.gkehub.configmanagement.v1beta.MembershipState (#7534) (9de1438)

aiplatform: v6.3.0

6.3.0 (2026-02-02)

... (truncated)

Changelog

Sourced from @​google-cloud/aiplatform's changelog.

6.5.0 (2026-03-02)

Features

  • Add traffic_type, tool_use_prompt_tokens_details to message GenerateContentResponse.UsageMetadata (#7266) (9f91e05)

6.4.0 (2026-02-03)

Features

  • Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus (#7085) (b69b8ae)

6.3.0 (2026-02-02)

Features

6.2.0 (2026-01-22)

Features

  • [Many APIs] Added OUTPUT_ONLY annotations to create_time and update_time in InternalRange to reflect existing service behavior (#7013) (0dbd123)
  • RAG - add mode config to RagEngineConfig with Spanner and Serverless (#7016) (2273e3c)

6.1.0 (2026-01-12)

Features

  • Add Lustre support to the Vertex Training Custom Job API (#6952) (8e2862c)
  • Add Lustre support to the Vertex Training Custom Job API (#6959) (168fe86)

6.0.0 (2025-12-09)

⚠ BREAKING CHANGES

  • fix issue when using UrlContext tool (#6911)

Bug Fixes

5.14.0 (2025-11-21)

... (truncated)

Commits
  • 6c9eeab chore: release main (#6809)
  • fcf84bf feat: Add JAILBREAK category to SafetySettings for prediction service (#6801)
  • 6a0eeb4 feat: Add labels field for Predict API for Imagen use case (v1beta and v1) (#...
  • 77010a8 chore: run compileProtos and update gapic-node-processing (#6760)
  • b8b4290 chore: update .Owlbot.yamls to correct path (#6725)
  • 62d8ab8 chore: update all libraries .OwlBot.yaml and owlbot.py file to librarian.js (...
  • de794dc chore: release main (#6679)
  • 961ac1a feat: PSC support for custom weights deploy (#6695)
  • f48ce9b feat: Tuning PreTunedModel API field (#6612)
  • 83e3ad1 chore: release main (#6599)
  • Additional commits viewable in compare view

Updates ollama from 0.5.18 to 0.6.3

Release notes

Sourced from ollama's releases.

v0.6.3

What's Changed

New Contributors

Full Changelog: ollama/ollama-js@v0.6.2...v0.6.3

v0.6.2

Full Changelog: ollama/ollama-js@v0.6.1...v0.6.2

v0.6.1

What's Changed

New Contributors

Full Changelog: ollama/ollama-js@v0.6.0...v0.6.1

v0.6.0

What's Changed

New Contributors

Full Changelog: ollama/ollama-js@v0.5.18...v0.6.0

Commits
  • a667d4d browser/interfaces: add VersionResponse type and add ollama.version() to READ...
  • c3b668c browser/interfaces: add logprobs (#260)
  • 75baea0 browser: add method to retrieve server version (#259)
  • 603df9f Update publish.yaml
  • b4acbee Revert "fix: regenerate package-lock.json with complete @​swc/core platform en...
  • 5b54730 fix: regenerate package-lock.json with complete @​swc/core platform entries (#...
  • 5a132f6 fix: streaming chunk boundaries (#256)
  • 3b8db71 remove duplicate line in .npmignore (#254)
  • 9dc9716 Update multi-tool.ts imports (#231)
  • de292ee docs(readme): add Cloud Models JS usage and Cloud API example (#253)
  • Additional commits viewable in compare view

Updates openai from 6.17.0 to 6.33.0

Release notes

Sourced from openai's releases.

v6.33.0

6.33.0 (2026-03-25)

Full Changelog: v6.32.0...v6.33.0

Features

  • api: add keys field to computer action types (27a850e)
  • client: add async iterator and stream() to WebSocket classes (e1c16ee)

Bug Fixes

  • api: align SDK response types with expanded item schemas (491cd52)
  • types: make type required in ResponseInputMessageItem (2012293)

Chores

  • ci: skip lint on metadata-only changes (74a917f)
  • internal: refactor imports (cfe9c60)
  • internal: update gitignore (71bd114)
  • tests: bump steady to v0.19.4 (f2e9dea)
  • tests: bump steady to v0.19.5 (37c6cf4)
  • tests: bump steady to v0.19.6 (496b3af)
  • tests: bump steady to v0.19.7 (8491eb6)

Refactors

  • tests: switch from prism to steady (47c0581)

v6.32.0

6.32.0 (2026-03-17)

Full Changelog: v6.31.0...v6.32.0

Features

  • api: 5.4 nano and mini model slugs (068df6d)

v6.31.0

6.31.0 (2026-03-16)

Full Changelog: v6.30.1...v6.31.0

Features

  • api: add in/nin filter types to ComparisonFilter (b2eda27)

... (truncated)

Changelog

Sourced from openai's changelog.

6.33.0 (2026-03-25)

Full Changelog: v6.32.0...v6.33.0

Features

  • api: add keys field to computer action types (27a850e)
  • client: add async iterator and stream() to WebSocket classes (e1c16ee)

Bug Fixes

  • api: align SDK response types with expanded item schemas (491cd52)
  • types: make type required in ResponseInputMessageItem (2012293)

Chores

  • ci: skip lint on metadata-only changes (74a917f)
  • internal: refactor imports (cfe9c60)
  • internal: update gitignore (71bd114)
  • tests: bump steady to v0.19.4 (f2e9dea)
  • tests: bump steady to v0.19.5 (37c6cf4)
  • tests: bump steady to v0.19.6 (496b3af)
  • tests: bump steady to v0.19.7 (8491eb6)

Refactors

  • tests: switch from prism to steady (47c0581)

6.32.0 (2026-03-17)

Full Changelog: v6.31.0...v6.32.0

Features

  • api: 5.4 nano and mini model slugs (068df6d)

6.31.0 (2026-03-16)

Full Changelog: v6.30.1...v6.31.0

Features

  • api: add in/nin filter types to ComparisonFilter (b2eda27)

6.30.1 (2026-03-16)

Full Changelog: v6.30.0...v6.30.1

... (truncated)

Commits
  • e412414 release: 6.33.0
  • 8ad76b2 fix(api): align SDK response types with expanded item schemas
  • c160eb9 feat(api): add keys field to computer action types
  • 499d71e chore(tests): bump steady to v0.19.7
  • 6170c06 chore(ci): skip lint on metadata-only changes
  • f895852 chore(tests): bump steady to v0.19.6
  • 33baf00 fix(types): make type required in ResponseInputMessageItem
  • 33f69d0 chore(internal): update gitignore
  • 4ddd31b chore(tests): bump steady to v0.19.5
  • 78d2abf feat(client): add async iterator and stream() to WebSocket classes
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for openai since your current version.


Updates voyageai from 0.0.3 to 0.2.1

Commits

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 27, 2026

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

…y with 11 updates

Bumps the production-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.5.0` | `8.7.0` |
| [@prisma/driver-adapter-utils](https://github.com/prisma/prisma/tree/HEAD/packages/driver-adapter-utils) | `6.19.2` | `7.5.0` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.16.2` | `3.20.0` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.980.0` | `3.1018.0` |
| [cohere-ai](https://github.com/cohere-ai/cohere-typescript) | `7.20.0` | `7.21.0` |
| [@google-cloud/aiplatform](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-aiplatform) | `3.35.0` | `6.5.0` |
| [ollama](https://github.com/ollama/ollama-js) | `0.5.18` | `0.6.3` |
| [openai](https://github.com/openai/openai-node) | `6.17.0` | `6.33.0` |
| [voyageai](https://github.com/voyage-ai/typescript-sdk) | `0.0.3` | `0.2.1` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.36.4` | `0.45.1` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `6.19.2` | `7.5.0` |



Updates `node-addon-api` from 8.5.0 to 8.7.0
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-addon-api@v8.5.0...v8.7.0)

Updates `@prisma/driver-adapter-utils` from 6.19.2 to 7.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.5.0/packages/driver-adapter-utils)

Updates `mysql2` from 3.16.2 to 3.20.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.16.2...v3.20.0)

Updates `@aws-sdk/client-bedrock-runtime` from 3.980.0 to 3.1018.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-bedrock-runtime/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1018.0/clients/client-bedrock-runtime)

Updates `cohere-ai` from 7.20.0 to 7.21.0
- [Release notes](https://github.com/cohere-ai/cohere-typescript/releases)
- [Commits](cohere-ai/cohere-typescript@7.20.0...7.21.0)

Updates `@google-cloud/aiplatform` from 3.35.0 to 6.5.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-aiplatform/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v6.5.0/packages/google-cloud-aiplatform)

Updates `ollama` from 0.5.18 to 0.6.3
- [Release notes](https://github.com/ollama/ollama-js/releases)
- [Commits](ollama/ollama-js@v0.5.18...v0.6.3)

Updates `openai` from 6.17.0 to 6.33.0
- [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.17.0...v6.33.0)

Updates `voyageai` from 0.0.3 to 0.2.1
- [Release notes](https://github.com/voyage-ai/typescript-sdk/releases)
- [Commits](voyage-ai/typescript-sdk@0.0.3...0.2.1)

Updates `drizzle-orm` from 0.36.4 to 0.45.1
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.36.4...0.45.1)

Updates `@prisma/client` from 6.19.2 to 7.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.5.0/packages/client)

---
updated-dependencies:
- dependency-name: node-addon-api
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@prisma/driver-adapter-utils"
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: mysql2
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.1018.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cohere-ai
  dependency-version: 7.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@google-cloud/aiplatform"
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ollama
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-version: 6.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: voyageai
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: drizzle-orm
  dependency-version: 0.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@prisma/client"
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-517b0fe617 branch from 3653f7f to 35f5111 Compare March 27, 2026 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants