-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a Node.js user
I want the next version of the driver to pull in the latest BSON
So that I don't have to worry about independently updating nested dependencies
User Impact
- Pulls in BSON 6.3.0 changes, will only allow the next driver version to be installed with 6.3.0+
Dependencies
- BSON
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Change bson's semver range to: ^6.3.0
Testing Requirements
- Ensure CI passes
Documentation Requirements
- Include release note in PR
Follow Up Requirements
- None