Skip to content

chore(deps): bump the minor-updates group with 5 updates#61

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/master/minor-updates-112b1f04d8
Mar 5, 2026
Merged

chore(deps): bump the minor-updates group with 5 updates#61
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/master/minor-updates-112b1f04d8

Conversation

@dependabot
Copy link

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

Bumps the minor-updates group with 5 updates:

Package From To
@langchain/langgraph 1.1.5 1.2.0
@langchain/langgraph-checkpoint-mongodb 1.1.7 1.2.0
multer 2.0.2 2.1.1
pdfjs-dist 5.4.624 5.5.207
globals 17.3.0 17.4.0

Updates @langchain/langgraph from 1.1.5 to 1.2.0

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph-checkpoint-mongodb@​1.2.0

Minor Changes

  • #1991 38db67f Thanks @​vanb! - Add optional enableTimestamps parameter to MongoDBSaver that sets an upserted_at date via MongoDB's $currentDate operator on every upsert. Useful for MongoDB TTL indexes, auditing, or debugging.

@​langchain/langgraph@​1.2.0

Minor Changes

  • #2002 fce9d38 Thanks @​hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducers

    Adds an Overwrite class and OverwriteValue type that allow nodes to bypass reducers in BinaryOperatorAggregate channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.

    • New Overwrite class exported from @langchain/langgraph
    • BinaryOperatorAggregate channel detects OverwriteValue and sets the value directly
    • Annotation, StateSchema, and zod schema type mappings updated to include OverwriteValue in update types

Patch Changes

@​langchain/langgraph-api@​1.1.14

Patch Changes

@​langchain/langgraph-cli@​1.1.14

Patch Changes

  • Updated dependencies [aa8e878]:
    • @​langchain/langgraph-api@​1.1.14

@​langchain/langgraph-ui@​1.1.14

No release notes provided.

@​langchain/langgraph-api@​1.1.13

Patch Changes

... (truncated)

Changelog

Sourced from @​langchain/langgraph's changelog.

1.2.0

Minor Changes

  • #2002 fce9d38 Thanks @​hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducers

    Adds an Overwrite class and OverwriteValue type that allow nodes to bypass reducers in BinaryOperatorAggregate channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.

    • New Overwrite class exported from @langchain/langgraph
    • BinaryOperatorAggregate channel detects OverwriteValue and sets the value directly
    • Annotation, StateSchema, and zod schema type mappings updated to include OverwriteValue in update types

Patch Changes

Commits

Updates @langchain/langgraph-checkpoint-mongodb from 1.1.7 to 1.2.0

Release notes

Sourced from @​langchain/langgraph-checkpoint-mongodb's releases.

@​langchain/langgraph-checkpoint-mongodb@​1.2.0

Minor Changes

  • #1991 38db67f Thanks @​vanb! - Add optional enableTimestamps parameter to MongoDBSaver that sets an upserted_at date via MongoDB's $currentDate operator on every upsert. Useful for MongoDB TTL indexes, auditing, or debugging.
Changelog

Sourced from @​langchain/langgraph-checkpoint-mongodb's changelog.

1.2.0

Minor Changes

  • #1991 38db67f Thanks @​vanb! - Add optional enableTimestamps parameter to MongoDBSaver that sets an upserted_at date via MongoDB's $currentDate operator on every upsert. Useful for MongoDB TTL indexes, auditing, or debugging.
Commits
  • 6b576f0 chore: version packages (#1995)
  • 38db67f feat(checkpoint-mongodb): add opt-in enableTimestamps for upserted_at fie...
  • See full diff in compare view

Updates multer from 2.0.2 to 2.1.1

Release notes

Sourced from multer's releases.

v2.1.1

Important

What's Changed

New Contributors

Full Changelog: expressjs/multer@v2.1.0...v2.1.1

v2.1.0

Important

What's Changed

New Contributors

Full Changelog: expressjs/multer@v2.0.2...v2.1.0

Changelog

Sourced from multer's changelog.

2.1.1

2.1.0

Commits
  • 368c8a1 2.1.1 (#1380)
  • 7e66481 🐛 fix recursion issue
  • 643571e ✅ add explicit test for client able to send body without abrupt disconnect
  • e86fa52 fix error/abort handling
  • ca37779 chore(deps): bump actions/checkout from 4.1.1 to 6.0.2 (#1374)
  • 13088f4 chore(deps): bump actions/upload-artifact from 4.5.0 to 7.0.0 (#1375)
  • bc6a1d1 chore(deps): bump github/codeql-action from 3.24.7 to 4.32.4 (#1376)
  • c496e93 chore(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (#1377)
  • fa173d3 chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#1378)
  • 17d7f51 chore: add node version to 25.x in CI
  • Additional commits viewable in compare view

Updates pdfjs-dist from 5.4.624 to 5.5.207

Release notes

Sourced from pdfjs-dist's releases.

v5.5.207

This release contains improvements for accessibility, font conversion, image conversion, performance, text selection and the viewer.

Changes since v5.4.624

... (truncated)

Commits
  • 5279646 Merge pull request #20751 from calixteman/bug2016693
  • 98d0332 Merge pull request #20767 from calixteman/followup_20742
  • c1fe547 Add an integration test for the issue fixed in #20742
  • 62ceac6 Merge pull request #20769 from timvandermeij/updates
  • 3d2d145 Fix vulnerabilities in dependency versions
  • ced9b47 Upgrade c8 to version 11.0.0
  • 4cb0d50 Update dependencies to the most recent versions
  • 5cbb841 Merge pull request #20768 from calixteman/rm_yargs
  • 1861a4c Merge pull request #20756 from Snuffleupagus/PDFDataRangeTransport-tests
  • f32b9d2 Merge pull request #20738 from Snuffleupagus/function-shorten
  • Additional commits viewable in compare view

Updates globals from 17.3.0 to 17.4.0

Release notes

Sourced from globals's releases.

v17.4.0

  • Update globals (2026-03-01) (#338) d43a051

sindresorhus/globals@v17.3.0...v17.4.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.1.5` | `1.2.0` |
| [@langchain/langgraph-checkpoint-mongodb](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/checkpoint-mongodb) | `1.1.7` | `1.2.0` |
| [multer](https://github.com/expressjs/multer) | `2.0.2` | `2.1.1` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.4.624` | `5.5.207` |
| [globals](https://github.com/sindresorhus/globals) | `17.3.0` | `17.4.0` |


Updates `@langchain/langgraph` from 1.1.5 to 1.2.0
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.2.0/libs/langgraph-core)

Updates `@langchain/langgraph-checkpoint-mongodb` from 1.1.7 to 1.2.0
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/checkpoint-mongodb/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph-checkpoint-mongodb@1.2.0/libs/checkpoint-mongodb)

Updates `multer` from 2.0.2 to 2.1.1
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md)
- [Commits](expressjs/multer@v2.0.2...v2.1.1)

Updates `pdfjs-dist` from 5.4.624 to 5.5.207
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v5.4.624...v5.5.207)

Updates `globals` from 17.3.0 to 17.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.3.0...v17.4.0)

---
updated-dependencies:
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@langchain/langgraph-checkpoint-mongodb"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: multer
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: pdfjs-dist
  dependency-version: 5.5.207
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: globals
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 5, 2026
@github-actions github-actions bot merged commit 1e2bc05 into master Mar 5, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minor-updates-112b1f04d8 branch March 5, 2026 11:15
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants