chore(deps): bump bson from 6.10.4 to 7.2.0#910
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [bson](https://github.com/mongodb/js-bson) from 6.10.4 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@v6.10.4...v7.2.0) --- updated-dependencies: - dependency-name: bson dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cbb5a76. Configure here.
| "ai": "^6.0.37", | ||
| "better-auth": "^1.6.9", | ||
| "bson": "^6.10.4", | ||
| "bson": "^7.2.0", |
There was a problem hiding this comment.
Lockfile not updated, bson upgrade is ineffective
High Severity
package.json declares bson ^7.2.0 but bun.lock still pins bson@6.10.4 with the old specifier ^6.10.4. Since the lockfile takes precedence during bun install, the major version bump is effectively a no-op — builds will continue installing bson v6. The lockfile needs to be regenerated to actually pick up bson v7.
Reviewed by Cursor Bugbot for commit cbb5a76. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps bson from 6.10.4 to 7.2.0.
Release notes
Sourced from bson's releases.
... (truncated)
Changelog
Sourced from bson's changelog.
... (truncated)
Commits
0712bb1chore(main): release 7.2.0 (#866)ffa77c6fix(NODE-7414): add copy method to ByteUtils (#867)5cf00c2feat(NODE-7328): Add ignoreUndefined option to EJSON APIs (#853)51f86bcchore(main): release 7.1.1 (#862)6511e0dfix(NODE-7399): revert bson PR 859 / NODE-7334 (#861)4375ec6chore(main): release 7.1.0 (#851)89b3a2bfix(NODE-7397): Use type predicate for isUint8Array (#860)92bbc34feat(NODE-7334): remove ByteUtils and NumberUtils from theonDemandns (#859)a31c90efeat(NODE-7314): export byteUtils & add missing methods (#852)a23e788feat(NODE-7316): export number utils (#850)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Major-version
bsonupgrade affects BSON encode/decode on the PowerSync sync path; verify sync middleware and tests still pass despite no code changes in the PR.Overview
Bumps the direct
bsondependency inpackage.jsonfrom 6.10.4 to 7.2.0 (major version). No application source changes are included in this diff; lockfile updates may follow separately.This is a Dependabot dependency-only change.
bsonis used at runtime (e.g. lazy import inTransformableBucketStorage) to deserialize and re-serialize PowerSyncPROCESS_BSON_LINEsync payloads in the sync middleware pipeline.Reviewed by Cursor Bugbot for commit cbb5a76. Bugbot is set up for automated code reviews on this repo. Configure here.