Skip to content

Comments

npm(deps): bump the minor-patch-updates group with 64 updates#262

Merged
apdemin merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-patch-updates-716b7528f1
Aug 12, 2025
Merged

npm(deps): bump the minor-patch-updates group with 64 updates#262
apdemin merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-patch-updates-716b7528f1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps the minor-patch-updates group with 64 updates:

Package From To
@google-cloud/translate 9.1.0 9.2.0
@langchain/community 0.3.49 0.3.50
cheerio 1.1.0 1.1.2
fs-extra 11.3.0 11.3.1
mammoth 1.9.1 1.10.0
pdfjs 2.5.2 2.5.4
playwright 1.54.1 1.54.2
@types/cli-progress 3.4.2 3.11.6
@types/cli-spinner 0.2.0 0.2.3
@types/mongoose 5.7.36 5.11.97
nock 14.0.1 14.0.9
prettier 3.4.2 3.6.2
tslint 6.1.1 6.1.3
typescript 5.0.4 5.9.2
@babel/compat-data 7.27.5 7.28.0
@babel/core 7.27.4 7.28.0
@babel/generator 7.27.5 7.28.0
@babel/helpers 7.27.6 7.28.2
@babel/parser 7.27.5 7.28.0
@babel/traverse 7.27.4 7.28.0
@babel/types 7.27.6 7.28.2
@browserbasehq/sdk 2.3.0 2.6.0
@ibm-cloud/watsonx-ai 1.5.0 1.6.10
@jridgewell/gen-mapping 0.3.8 0.3.13
@jridgewell/sourcemap-codec 1.5.0 1.5.5
@jridgewell/trace-mapping 0.3.25 0.3.30
@langchain/core 0.3.66 0.3.69
@langchain/openai 0.4.4 0.4.9
@langchain/weaviate 0.2.0 0.2.1
@mswjs/interceptors 0.37.6 0.39.5
@playwright/test 1.50.1 1.54.2
playwright-core 1.50.1 1.54.2
@types/body-parser 1.19.5 1.19.6
@types/http-errors 2.0.4 2.0.5
@types/node-fetch 2.6.12 2.6.13
@types/qs 6.9.18 6.14.0
@types/request 2.48.12 2.48.13
@types/send 0.17.4 0.17.5
@types/serve-static 1.15.7 1.15.8
bignumber.js 9.3.0 9.3.1
browserslist 4.25.0 4.25.2
call-bound 1.0.3 1.0.4
caniuse-lite 1.0.30001721 1.0.30001734
console-table-printer 2.12.1 2.14.6
electron-to-chromium 1.5.165 1.5.200
follow-redirects 1.15.9 1.15.11
gaxios 7.1.0 5.1.3
gcp-metadata 7.0.0 5.3.0
get-intrinsic 1.2.7 1.3.0
google-auth-library 10.1.0 10.2.1
google-gax 5.0.1-rc.1 5.0.3
ibm-cloud-sdk-core 5.1.2 5.4.2
js-base64 3.7.7 3.7.8
js-tiktoken 1.0.19 1.0.21
langchain 0.3.15 0.3.30
langsmith 0.3.50 0.3.56
openai 4.85.1 4.104.0
proto3-json-serializer 3.0.0 3.0.1
retry-request 8.0.0 8.0.2
simple-wcswidth 1.0.1 1.1.2
spdx-license-ids 3.0.21 3.0.22
weaviate-client 3.6.2 3.8.0
ws 8.18.0 8.18.3
zod-to-json-schema 3.24.1 3.24.6

Updates @google-cloud/translate from 9.1.0 to 9.2.0

Release notes

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

translate: v9.2.0

9.2.0 (2025-07-09)

Features

  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6419) (f8a324c)
  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6424) (9a595a6)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)
Changelog

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

9.2.0 (2025-07-09)

Features

  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6419) (f8a324c)
  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6424) (9a595a6)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)
Commits

Updates @langchain/community from 0.3.49 to 0.3.50

Commits
  • eaeacf9 release(core): 0.3.50
  • e4d8ac0 feat(openai): Response API support for reasoning summaries, stateful conversa...
  • 4643965 fix(aws): Merge consecutive messages correctly in ChatBedrockConverse (#7978)
  • a4e2c96 fix(community): Throw more descriptive errors for Ali toyi chat models (#5549)
  • 37b7573 feat(community): pgvector store: remove dependency with uuid-ossp extension (...
  • cd5db6e feat(core): support method field in StructuredPrompt (#6657)
  • dc8f00f feat(tavily): use chunks per source arg (#8081)
  • deab3fe chore(core) Document: add test checking pageContents empty string behavior (#...
  • e9dbac2 fix(langchain): fix react agent quote handling in JSON parsing (#7707)
  • af108cc fix(community): export openapi util (#8037)
  • Additional commits viewable in compare view

Updates cheerio from 1.1.0 to 1.1.2

Release notes

Sourced from cheerio's releases.

v1.1.2

What's Changed

Full Changelog: cheeriojs/cheerio@v1.1.1...v1.1.2

v1.1.1

  • Fix Undici issues (#4689) 91a2b3d7

cheeriojs/cheerio@v1.1.0...v1.1.1

Commits

Updates fs-extra from 11.3.0 to 11.3.1

Changelog

Sourced from fs-extra's changelog.

11.3.1 / 2025-08-05

  • Fix case where move/moveSync could incorrectly think files are identical on Windows (#1050)
Commits

Updates mammoth from 1.9.1 to 1.10.0

Changelog

Sourced from mammoth's changelog.

1.10.0

  • Add "Heading" and "Body" styles, as found in documents created by Apple Pages, to the default style map.

  • Handle structured document tags representing checkboxes wrapped in other elements, such as table cells. Previously, the wrapping elements would have been ignored.

  • Ignore deleted table rows.

  • Add notes on security.

  • Revert the change to explicitly use commonjs modules. This appeared to cause issues with some bundlers such as webpack when using mammoth.browser.js.

Commits
  • 21174c0 Bump version to 1.10.0
  • c60b078 Revert change to explicitly use commonjs modules
  • 4327235 Add notes on security
  • cda341a Add reference to spec
  • 18a232f Ignore deleted table rows
  • ee76b52 Handle SDTs representing checkboxes wrapped in other elements
  • 3f5dd01 Add Apple Pages paragraph styles to default style map
  • See full diff in compare view

Updates pdfjs from 2.5.2 to 2.5.4

Changelog

Sourced from pdfjs's changelog.

[2.5.4]

Fixed

  • Fixed one and two digit octals in string literals
  • Added bounds checks to the lexer to prevent potential endless loops when reading PDF #327

[2.5.3]

Fixed

  • Fixed Name must start with a leading slash when adding an external document to a pdfjs document, and adding that result to another pdfjs document again (caused by a null object reference due to object streams). Also fixes duplicate objects when adding external documents with pages in object streams.
  • Fixed TypeScript type definition of doc.asBuffer and doc.width/doc.height
  • Fixed referencing an undefined variable when throw an invalid font error
Commits
  • 9629447 bump version to 2.5.4
  • ef5c931 Revert "update test fixtures"
  • d1482e9 add bounds checks to lexer
  • 765c276 fix one and two digit octals in string literals
  • 665b6bb update test fixtures
  • 41afdfe bump version to 2.5.3
  • b70e215 fix undefined variable for invalid font error
  • f0e9560 add note about maintenance status to README
  • f82c515 add changelog entry for fixed type definitions
  • 80d4431 Merge pull request #322 from tim-we/document-size-properties
  • Additional commits viewable in compare view

Updates playwright from 1.54.1 to 1.54.2

Release notes

Sourced from playwright's releases.

v1.54.2

Highlights

microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
Commits
  • 00ce6a8 chore: mark v1.54.2 (#36884)
  • e5b2fbd cherry-pick(#36767): test: speculative fix for flaky role selectors test
  • 63c168f cherry-pick(#36881): chore: throw pretty error if launchApp is launched using...
  • ce9e3d0 cherry-pick(#36879): fix(chromium): launch UI Mode / Trace Viewer under Admin...
  • b91e339 fix-merge(#36863): adapt to the old source base
  • 3f4df2c cherry-pick(#36864): fix: initial target in codegen
  • b847f5e cherry-pick((#36863): chore: do not perform option selection while recording
  • 97aab60 cherry-pick(#36734): test: fix client-certificate tests
  • See full diff in compare view

Updates @types/cli-progress from 3.4.2 to 3.11.6

Commits

Updates @types/cli-spinner from 0.2.0 to 0.2.3

Commits

Updates @types/mongoose from 5.7.36 to 5.11.97

Commits

Updates nock from 14.0.1 to 14.0.9

Release notes

Sourced from nock's releases.

v14.0.9

14.0.9 (2025-08-07)

Bug Fixes

v14.0.8

14.0.8 (2025-08-01)

Bug Fixes

  • ClientRequest: support http.Agent instances as agents for https requests (#2896) (e4390b8)

v14.0.7

14.0.7 (2025-07-26)

Bug Fixes

  • address timeout issue with mocked timers (#2880) (fb112f3)

v14.0.6

14.0.6 (2025-07-19)

Bug Fixes

v14.0.5

14.0.5 (2025-05-30)

Bug Fixes

  • use of a fetch() recording that uses gzip compression is missing the headers, Possible EventEmitter memory leak when used together with MongoDBContainer (#2869) (90b2a04)

v14.0.4

14.0.4 (2025-04-20)

Bug Fixes

v14.0.3

14.0.3 (2025-04-06)

... (truncated)

Commits

Updates prettier from 3.4.2 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

3.6.0

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

3.5.3

🔗 Changelog

3.5.2

🔗 Changelog

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.6.2

diff

Markdown: Add missing blank line around code block (#17675 by @​fisker)

<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar


Another
List

<!-- Prettier 3.6.1 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List



<!-- Prettier 3.6.2 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 Add missing blank line around code block (#17675)
  • a04ec11 chore(deps): update babel to v7.27.7 (#17684)
  • 32be5b6 chore(deps): update dependency flow-parser to v0.274.1 (#17676)
  • b55e777 Update docs about "TypeScript Configuration Files" (#17677)
  • b197c99 chore(deps): update dependency @​vitejs/plugin-react to v4.6.0 (#17674)
  • 1185f83 chore(deps): update dependency @​angular/compiler to v20.0.5 (#17680)
  • aa1316f chore(deps): update dependency browserslist to v4.25.1 (#17671)
  • c468d33 chore(deps): update dependency oxc-parser to v0.75.0 (#17672)
  • 3f46d91 chore(deps): update dependency vite to v7 (#17673)
  • Additional commits viewable in compare view

Updates tslint from 6.1.1 to 6.1.3

Release notes

Sourced from tslint's releases.

v6.1.3

  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)
Changelog

Sourced from tslint's changelog.

v6.1.3

  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)
Commits

Updates typescript from 5.0.4 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8.3

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

... (truncated)

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates @babel/compat-data from 7.27.5 to 7.28.0

Release notes

Sourced from @​babel/compat-data's releases.

v7.28.0 (2025-07-02)

🚀 New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types

🐛 Bug Fix

🏠 Internal

  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

Committers: 5

v7.27.7 (2025-06-26)

Thanks @​arthur-mountain and @​evankanderson for your first PRs!

👓 Spec Compliance

  • babel-parser, babel-plugin-transform-classes
  • babel-parser

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/compat-data's changelog.

v7.28.0 (2025-07-02)

🚀 New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types

🐛 Bug Fix

🏠 Internal

  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

v7.27.7 (2025-06-26)

👓 Spec Compliance

  • babel-parser, babel-plugin-transform-classes
  • babel-parser

🐛 Bug Fix

🏠 Internal

  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
    • #17389 Use NodePath#splitExportDeclaration in destructuring transforms (@​JLHwung)

... (truncated)

Commits

Updates @babel/core from 7.27.4 to 7.28.0

Release notes

Sourced from @​babel/core's releases.

v7.28.0 (2025-07-02)

🚀 New Feature

Bumps the minor-patch-updates group with 64 updates:

| Package | From | To |
| --- | --- | --- |
| [@google-cloud/translate](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-translate) | `9.1.0` | `9.2.0` |
| [@langchain/community](https://github.com/langchain-ai/langchainjs) | `0.3.49` | `0.3.50` |
| [cheerio](https://github.com/cheeriojs/cheerio) | `1.1.0` | `1.1.2` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.0` | `11.3.1` |
| [mammoth](https://github.com/mwilliamson/mammoth.js) | `1.9.1` | `1.10.0` |
| [pdfjs](https://github.com/rkusa/pdfjs) | `2.5.2` | `2.5.4` |
| [playwright](https://github.com/microsoft/playwright) | `1.54.1` | `1.54.2` |
| [@types/cli-progress](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cli-progress) | `3.4.2` | `3.11.6` |
| [@types/cli-spinner](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cli-spinner) | `0.2.0` | `0.2.3` |
| [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) | `5.7.36` | `5.11.97` |
| [nock](https://github.com/nock/nock) | `14.0.1` | `14.0.9` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.6.2` |
| [tslint](https://github.com/palantir/tslint) | `6.1.1` | `6.1.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.0.4` | `5.9.2` |
| [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) | `7.27.5` | `7.28.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.27.4` | `7.28.0` |
| [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) | `7.27.5` | `7.28.0` |
| [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) | `7.27.6` | `7.28.2` |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.27.5` | `7.28.0` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.27.4` | `7.28.0` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.27.6` | `7.28.2` |
| [@browserbasehq/sdk](https://github.com/browserbase/sdk-node) | `2.3.0` | `2.6.0` |
| [@ibm-cloud/watsonx-ai](https://github.com/IBM/watsonx-ai-node-sdk) | `1.5.0` | `1.6.10` |
| [@jridgewell/gen-mapping](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/gen-mapping) | `0.3.8` | `0.3.13` |
| [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec) | `1.5.0` | `1.5.5` |
| [@jridgewell/trace-mapping](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping) | `0.3.25` | `0.3.30` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.66` | `0.3.69` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `0.4.4` | `0.4.9` |
| [@langchain/weaviate](https://github.com/langchain-ai/langchainjs) | `0.2.0` | `0.2.1` |
| [@mswjs/interceptors](https://github.com/mswjs/interceptors) | `0.37.6` | `0.39.5` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.1` | `1.54.2` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.50.1` | `1.54.2` |
| [@types/body-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-parser) | `1.19.5` | `1.19.6` |
| [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors) | `2.0.4` | `2.0.5` |
| [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) | `2.6.12` | `2.6.13` |
| [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs) | `6.9.18` | `6.14.0` |
| [@types/request](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/request) | `2.48.12` | `2.48.13` |
| [@types/send](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/send) | `0.17.4` | `0.17.5` |
| [@types/serve-static](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/serve-static) | `1.15.7` | `1.15.8` |
| [bignumber.js](https://github.com/MikeMcl/bignumber.js) | `9.3.0` | `9.3.1` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.25.0` | `4.25.2` |
| [call-bound](https://github.com/ljharb/call-bound) | `1.0.3` | `1.0.4` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001721` | `1.0.30001734` |
| [console-table-printer](https://github.com/console-table-printer/console-table-printer) | `2.12.1` | `2.14.6` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.165` | `1.5.200` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.9` | `1.15.11` |
| [gaxios](https://github.com/googleapis/gaxios) | `7.1.0` | `5.1.3` |
| [gcp-metadata](https://github.com/googleapis/gcp-metadata) | `7.0.0` | `5.3.0` |
| [get-intrinsic](https://github.com/ljharb/get-intrinsic) | `1.2.7` | `1.3.0` |
| [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) | `10.1.0` | `10.2.1` |
| [google-gax](https://github.com/googleapis/gax-nodejs/tree/HEAD/gax) | `5.0.1-rc.1` | `5.0.3` |
| [ibm-cloud-sdk-core](https://github.com/IBM/node-sdk-core) | `5.1.2` | `5.4.2` |
| [js-base64](https://github.com/dankogai/js-base64) | `3.7.7` | `3.7.8` |
| [js-tiktoken](https://github.com/dqbd/tiktoken) | `1.0.19` | `1.0.21` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.15` | `0.3.30` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.3.50` | `0.3.56` |
| [openai](https://github.com/openai/openai-node) | `4.85.1` | `4.104.0` |
| [proto3-json-serializer](https://github.com/googleapis/proto3-json-serializer-nodejs) | `3.0.0` | `3.0.1` |
| [retry-request](https://github.com/stephenplusplus/retry-request) | `8.0.0` | `8.0.2` |
| [simple-wcswidth](https://github.com/console-table-printer/simple-wcswidth) | `1.0.1` | `1.1.2` |
| [spdx-license-ids](https://github.com/jslicense/spdx-license-ids) | `3.0.21` | `3.0.22` |
| [weaviate-client](https://github.com/weaviate/typescript-client) | `3.6.2` | `3.8.0` |
| [ws](https://github.com/websockets/ws) | `8.18.0` | `8.18.3` |
| [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.24.1` | `3.24.6` |


Updates `@google-cloud/translate` from 9.1.0 to 9.2.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-translate/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/translate-v9.2.0/packages/google-cloud-translate)

Updates `@langchain/community` from 0.3.49 to 0.3.50
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/community==0.3.49...@langchain/core==0.3.50)

Updates `cheerio` from 1.1.0 to 1.1.2
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](cheeriojs/cheerio@v1.1.0...v1.1.2)

Updates `fs-extra` from 11.3.0 to 11.3.1
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.0...11.3.1)

Updates `mammoth` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/mwilliamson/mammoth.js/releases)
- [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS)
- [Commits](mwilliamson/mammoth.js@1.9.1...1.10.0)

Updates `pdfjs` from 2.5.2 to 2.5.4
- [Changelog](https://github.com/rkusa/pdfjs/blob/main/CHANGELOG.md)
- [Commits](rkusa/pdfjs@2.5.2...2.5.4)

Updates `playwright` from 1.54.1 to 1.54.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.1...v1.54.2)

Updates `@types/cli-progress` from 3.4.2 to 3.11.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cli-progress)

Updates `@types/cli-spinner` from 0.2.0 to 0.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cli-spinner)

Updates `@types/mongoose` from 5.7.36 to 5.11.97
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Updates `nock` from 14.0.1 to 14.0.9
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.1...v14.0.9)

Updates `prettier` from 3.4.2 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.6.2)

Updates `tslint` from 6.1.1 to 6.1.3
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@6.1.1...6.1.3)

Updates `typescript` from 5.0.4 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.0.4...v5.9.2)

Updates `@babel/compat-data` from 7.27.5 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-compat-data)

Updates `@babel/core` from 7.27.4 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-core)

Updates `@babel/generator` from 7.27.5 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-generator)

Updates `@babel/helpers` from 7.27.6 to 7.28.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.2/packages/babel-helpers)

Updates `@babel/parser` from 7.27.5 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-parser)

Updates `@babel/traverse` from 7.27.4 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-traverse)

Updates `@babel/types` from 7.27.6 to 7.28.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.2/packages/babel-types)

Updates `@browserbasehq/sdk` from 2.3.0 to 2.6.0
- [Release notes](https://github.com/browserbase/sdk-node/releases)
- [Changelog](https://github.com/browserbase/sdk-node/blob/main/CHANGELOG.md)
- [Commits](browserbase/sdk-node@v2.3.0...v2.6.0)

Updates `@ibm-cloud/watsonx-ai` from 1.5.0 to 1.6.10
- [Release notes](https://github.com/IBM/watsonx-ai-node-sdk/releases)
- [Changelog](https://github.com/IBM/watsonx-ai-node-sdk/blob/main/.releaserc)
- [Commits](IBM/watsonx-ai-node-sdk@1.5.0...1.6.10)

Updates `@jridgewell/gen-mapping` from 0.3.8 to 0.3.13
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/gen-mapping/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/gen-mapping/0.3.13/packages/gen-mapping)

Updates `@jridgewell/sourcemap-codec` from 1.5.0 to 1.5.5
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/sourcemap-codec/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/sourcemap-codec/1.5.5/packages/sourcemap-codec)

Updates `@jridgewell/trace-mapping` from 0.3.25 to 0.3.30
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/trace-mapping/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/trace-mapping/0.3.30/packages/trace-mapping)

Updates `@langchain/core` from 0.3.66 to 0.3.69
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@langchain/openai` from 0.4.4 to 0.4.9
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@langchain/weaviate` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/weaviate==0.2.0...@langchain/weaviate==0.2.1)

Updates `@mswjs/interceptors` from 0.37.6 to 0.39.5
- [Release notes](https://github.com/mswjs/interceptors/releases)
- [Changelog](https://github.com/mswjs/interceptors/blob/main/release.config.json)
- [Commits](mswjs/interceptors@v0.37.6...v0.39.5)

Updates `@playwright/test` from 1.50.1 to 1.54.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.54.2)

Updates `playwright-core` from 1.50.1 to 1.54.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.54.2)

Updates `@types/body-parser` from 1.19.5 to 1.19.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-parser)

Updates `@types/http-errors` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors)

Updates `@types/node-fetch` from 2.6.12 to 2.6.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

Updates `@types/qs` from 6.9.18 to 6.14.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs)

Updates `@types/request` from 2.48.12 to 2.48.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/request)

Updates `@types/send` from 0.17.4 to 0.17.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/send)

Updates `@types/serve-static` from 1.15.7 to 1.15.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/serve-static)

Updates `bignumber.js` from 9.3.0 to 9.3.1
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/main/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.3.0...v9.3.1)

Updates `browserslist` from 4.25.0 to 4.25.2
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.25.0...4.25.2)

Updates `call-bound` from 1.0.3 to 1.0.4
- [Changelog](https://github.com/ljharb/call-bound/blob/main/CHANGELOG.md)
- [Commits](ljharb/call-bound@v1.0.3...v1.0.4)

Updates `caniuse-lite` from 1.0.30001721 to 1.0.30001734
- [Commits](browserslist/caniuse-lite@1.0.30001721...1.0.30001734)

Updates `console-table-printer` from 2.12.1 to 2.14.6
- [Release notes](https://github.com/console-table-printer/console-table-printer/releases)
- [Changelog](https://github.com/console-table-printer/console-table-printer/blob/master/CHANGELOG.md)
- [Commits](console-table-printer/console-table-printer@v2.12.1...v2.14.6)

Updates `electron-to-chromium` from 1.5.165 to 1.5.200
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.165...v1.5.200)

Updates `follow-redirects` from 1.15.9 to 1.15.11
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.9...v1.15.11)

Updates `gaxios` from 7.1.0 to 5.1.3
- [Release notes](https://github.com/googleapis/gaxios/releases)
- [Changelog](https://github.com/googleapis/gaxios/blob/main/CHANGELOG.md)
- [Commits](googleapis/gaxios@v7.1.0...v5.1.3)

Updates `gcp-metadata` from 7.0.0 to 5.3.0
- [Release notes](https://github.com/googleapis/gcp-metadata/releases)
- [Changelog](https://github.com/googleapis/gcp-metadata/blob/main/CHANGELOG.md)
- [Commits](googleapis/gcp-metadata@v7.0.0...v5.3.0)

Updates `get-intrinsic` from 1.2.7 to 1.3.0
- [Changelog](https://github.com/ljharb/get-intrinsic/blob/main/CHANGELOG.md)
- [Commits](ljharb/get-intrinsic@v1.2.7...v1.3.0)

Updates `google-auth-library` from 10.1.0 to 10.2.1
- [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-nodejs@v10.1.0...v10.2.1)

Updates `google-gax` from 5.0.1-rc.1 to 5.0.3
- [Release notes](https://github.com/googleapis/gax-nodejs/releases)
- [Changelog](https://github.com/googleapis/gax-nodejs/blob/main/gax/CHANGELOG.md)
- [Commits](https://github.com/googleapis/gax-nodejs/commits/google-gax-v5.0.3/gax)

Updates `ibm-cloud-sdk-core` from 5.1.2 to 5.4.2
- [Release notes](https://github.com/IBM/node-sdk-core/releases)
- [Changelog](https://github.com/IBM/node-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/node-sdk-core@v5.1.2...v5.4.2)

Updates `js-base64` from 3.7.7 to 3.7.8
- [Commits](dankogai/js-base64@3.7.7...3.7.8)

Updates `js-tiktoken` from 1.0.19 to 1.0.21
- [Release notes](https://github.com/dqbd/tiktoken/releases)
- [Changelog](https://github.com/dqbd/tiktoken/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dqbd/tiktoken/compare/js-tiktoken@1.0.19...js-tiktoken@1.0.21)

Updates `langchain` from 0.3.15 to 0.3.30
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](langchain-ai/langchainjs@0.3.15...langchain==0.3.30)

Updates `langsmith` from 0.3.50 to 0.3.56
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits)

Updates `openai` from 4.85.1 to 4.104.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@v4.85.1...v4.104.0)

Updates `proto3-json-serializer` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/googleapis/proto3-json-serializer-nodejs/releases)
- [Changelog](https://github.com/googleapis/proto3-json-serializer-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/proto3-json-serializer-nodejs@v3.0.0...v3.0.1)

Updates `retry-request` from 8.0.0 to 8.0.2
- [Release notes](https://github.com/stephenplusplus/retry-request/releases)
- [Changelog](https://github.com/googleapis/retry-request/blob/main/CHANGELOG.md)
- [Commits](googleapis/retry-request@v8.0.0...v8.0.2)

Updates `simple-wcswidth` from 1.0.1 to 1.1.2
- [Release notes](https://github.com/console-table-printer/simple-wcswidth/releases)
- [Changelog](https://github.com/console-table-printer/simple-wcswidth/blob/master/CHANGELOG.md)
- [Commits](console-table-printer/simple-wcswidth@v1.0.1...v1.1.2)

Updates `spdx-license-ids` from 3.0.21 to 3.0.22
- [Commits](jslicense/spdx-license-ids@v3.0.21...v3.0.22)

Updates `weaviate-client` from 3.6.2 to 3.8.0
- [Release notes](https://github.com/weaviate/typescript-client/releases)
- [Commits](weaviate/typescript-client@v3.6.2...v3.8.0)

Updates `ws` from 8.18.0 to 8.18.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.0...8.18.3)

Updates `zod-to-json-schema` from 3.24.1 to 3.24.6
- [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases)
- [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md)
- [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits)

---
updated-dependencies:
- dependency-name: "@google-cloud/translate"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@langchain/community"
  dependency-version: 0.3.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: cheerio
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: fs-extra
  dependency-version: 11.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: mammoth
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: pdfjs
  dependency-version: 2.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: playwright
  dependency-version: 1.54.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/cli-progress"
  dependency-version: 3.11.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@types/cli-spinner"
  dependency-version: 0.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/mongoose"
  dependency-version: 5.11.97
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: nock
  dependency-version: 14.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: tslint
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@babel/compat-data"
  dependency-version: 7.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@babel/core"
  dependency-version: 7.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@babel/generator"
  dependency-version: 7.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@babel/helpers"
  dependency-version: 7.28.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@babel/parser"
  dependency-version: 7.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@babel/traverse"
  dependency-version: 7.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@babel/types"
  dependency-version: 7.28.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@browserbasehq/sdk"
  dependency-version: 2.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@ibm-cloud/watsonx-ai"
  dependency-version: 1.6.10
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@jridgewell/gen-mapping"
  dependency-version: 0.3.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-version: 1.5.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@jridgewell/trace-mapping"
  dependency-version: 0.3.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@langchain/core"
  dependency-version: 0.3.69
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@langchain/openai"
  dependency-version: 0.4.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@langchain/weaviate"
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@mswjs/interceptors"
  dependency-version: 0.39.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@playwright/test"
  dependency-version: 1.54.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: playwright-core
  dependency-version: 1.54.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@types/body-parser"
  dependency-version: 1.19.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/http-errors"
  dependency-version: 2.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/node-fetch"
  dependency-version: 2.6.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/qs"
  dependency-version: 6.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@types/request"
  dependency-version: 2.48.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/send"
  dependency-version: 0.17.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/serve-static"
  dependency-version: 1.15.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: bignumber.js
  dependency-version: 9.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: browserslist
  dependency-version: 4.25.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: call-bound
  dependency-version: 1.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001734
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: console-table-printer
  dependency-version: 2.14.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: electron-to-chromium
  dependency-version: 1.5.200
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: follow-redirects
  dependency-version: 1.15.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: gaxios
  dependency-version: 5.1.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-patch-updates
- dependency-name: gcp-metadata
  dependency-version: 5.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-patch-updates
- dependency-name: get-intrinsic
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: google-auth-library
  dependency-version: 10.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: google-gax
  dependency-version: 5.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: ibm-cloud-sdk-core
  dependency-version: 5.4.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: js-base64
  dependency-version: 3.7.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: js-tiktoken
  dependency-version: 1.0.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: langchain
  dependency-version: 0.3.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: langsmith
  dependency-version: 0.3.56
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: openai
  dependency-version: 4.104.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: proto3-json-serializer
  dependency-version: 3.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: retry-request
  dependency-version: 8.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: simple-wcswidth
  dependency-version: 1.1.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: spdx-license-ids
  dependency-version: 3.0.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: weaviate-client
  dependency-version: 3.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: zod-to-json-schema
  dependency-version: 3.24.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2025

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2025
@graymalkin77
Copy link

graymalkin77 commented Aug 12, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@apdemin apdemin self-requested a review August 12, 2025 11:06
@apdemin apdemin merged commit 23495fb into main Aug 12, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-patch-updates-716b7528f1 branch August 12, 2025 11:10
@dcxn
Copy link
Collaborator

dcxn commented Aug 12, 2025

🎉 This PR is included in version 1.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dcxn dcxn added the released label Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants