Skip to content

chore(deps): bump the prod-dependencies group across 1 directory with 3 updates#4859

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-c91184113d
Open

chore(deps): bump the prod-dependencies group across 1 directory with 3 updates#4859
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-c91184113d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps the prod-dependencies group with 3 updates in the / directory: @mongodb-js/saslprep, bson and mongodb-connection-string-url.

Updates @mongodb-js/saslprep from 1.3.2 to 1.4.5

Commits
  • 81c2cb8 chore(ci): bump packages
  • 4f4490f fix(eslint-plugin-devtools): customize @​typescript-eslint/no-unused-vars (#610)
  • 54e7091 chore(ci): bump packages
  • 6c726fa fix(download-url): allow RHEL 9.3 binaries on RHEL 10 (#609)
  • f19fa10 chore(ci): bump packages
  • 501cfa8 chore(devtools-proxy-support): update for Node.js 24 system-ca support (#608)
  • e135ac5 chore(ci): bump packages
  • 76d8c6b chore(devtools-connect): upgrade os-dns-native to a Node.js 24 enabled versio...
  • da43726 chore(ci): bump packages
  • f5f793c fix(eslint-plugin-devtools): update package published files (#606)
  • Additional commits viewable in compare view

Updates bson from 7.1.1 to 7.2.0

Release notes

Sourced from bson's releases.

v7.2.0

7.2.0 (2026-01-29)

The MongoDB Node.js team is pleased to announce version 7.2.0 of the bson package!

Release Notes

EJSON now supports ignoreUndefined

serialize supports an option, ignoreUndefined, which instructs the serializer to skip any keys whose values are undefined.

This option has been added to EJSON:

> EJSON.stringify({ a: undefined }, { ignoreUndefined: true });
'{}'
> EJSON.stringify({ a: undefined }, { ignoreUndefined: false });
'{"a":null}'
> EJSON.serialize({ a: undefined }, { ignoreUndefined: true });
{}
> EJSON.serialize({ a: undefined }, { ignoreUndefined: false });
{ a: null }

This option defaults to false.

Buffer.copy() now present in ByteUtils

ByteUtils now contains a copy() method, we behaves identically to Nodejs' Buffer.copy() method.

Features

Documentation

We invite you to try the bson library immediately, and report any issues to the NODE project.

Changelog

Sourced from bson's changelog.

7.2.0 (2026-01-29)

Features

Bug Fixes

Commits

Updates mongodb-connection-string-url from 7.0.0 to 7.0.1

Release notes

Sourced from mongodb-connection-string-url's releases.

v7.0.1

7.0.1 (2026-01-26)

The MongoDB Node.js team is pleased to announce version 7.0.1 of the mongodb-connection-string-url package!

Release Notes

This release does not contain public-facing changes.

Documentation

We invite you to try the mongodb-connection-string-url library immediately, and report any issues to the NODE project.

Changelog

Sourced from mongodb-connection-string-url's changelog.

7.0.1 (2026-01-26)

Miscellaneous Chores

  • deps-dev: bump js-yaml from 3.14.1 to 3.14.2 (#109) (d6e7654)
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

… 3 updates

Bumps the prod-dependencies group with 3 updates in the / directory: [@mongodb-js/saslprep](https://github.com/mongodb-js/devtools-shared), [bson](https://github.com/mongodb/js-bson) and [mongodb-connection-string-url](https://github.com/mongodb-js/mongodb-connection-string-url).


Updates `@mongodb-js/saslprep` from 1.3.2 to 1.4.5
- [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/saslprep@1.3.2...@mongodb-js/saslprep@1.4.5)

Updates `bson` from 7.1.1 to 7.2.0
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md)
- [Commits](mongodb/js-bson@v7.1.1...v7.2.0)

Updates `mongodb-connection-string-url` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/mongodb-js/mongodb-connection-string-url/releases)
- [Changelog](https://github.com/mongodb-js/mongodb-connection-string-url/blob/main/HISTORY.md)
- [Commits](mongodb-js/mongodb-connection-string-url@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: "@mongodb-js/saslprep"
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: bson
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: mongodb-connection-string-url
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

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 Feb 4, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 4, 2026 01:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2026
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