MongoDB's Node.js driver saw a notable update with the release of version 6.11.0, following closely on the heels of version 6.10.0. One key difference lies in the dependencies. While both versions share core dependencies like mongodb-connection-string-url, developers should note that the bson dependency jumped from "^6.7.0" to "^6.10.0" in the newer release. @mongodb-js/saslprep also updated from "^1.1.5" to "^1.1.9".
For developers focused on broader ecosystem compatibility, several development dependency updates stand out. Eslint moved from "^9.0.0" to "9.9.0", and notable upgrades occurred for @types/node (from "^22.4.1" to "^22.9.0"), mocha (from "^10.4.0" to "^10.8.2"), and @microsoft/api-extractor (from "^7.47.5" to "^7.47.11"). @aws-sdk/credential-providers was also updated significantly, from "^3.632.0" to "^3.686.0". Furthermore, @mongodb-js/zstd had a minor bump from "^1.2.0" to "^1.2.2." TypeScript developers in particular will appreciate the shift in @typescript-eslint/parser and @typescript-eslint/eslint-plugin from version "^8.2.0" to "^8.4.0".
While peer dependencies largely remained consistent, staying attuned to these dependency alterations ensures smooth integration and avoids potential conflicts within your project. The release date difference between the two versions is approximately one month, giving a sense of the rapid iteration in the MongoDB Node.js driver ecosystem. Developers should consult the official changelog for a comprehensive list of changes and bug fixes.
The are not vulnerabilities for the version 6.11.0 of the package mongodb