Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@adobe/aio-lib-core-logging": "^3.0.2",
"@adobe/aio-lib-env": "^3.0.1",
"axios": "^1.15.0",
"bson": "^6.10.3",
"bson": "^7.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading bson from v6 to v7 is a major version bump. Before merging, verify that: (1) bson v7 has been released and is stable, (2) any breaking API changes in v7 are accounted for in the codebase, and (3) the package-lock.json or equivalent lockfile has been updated accordingly. At the time of this review, bson's latest stable major version is 6.x — confirm v7 is intentional and available.

Suggested change
"bson": "^7.0.0",
"bson": "^6.10.3"

"dotenv": "^17.0.0",
"http-cookie-agent": "^6.0.8",
"js-yaml": "^4.1.0",
Expand Down
Loading