Bump mongodb from 6.5.0 to 6.6.0 in /npm (#2664)

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v6.5.0...v6.6.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-04 14:15:12 +01:00 committed by GitHub
parent 71f5a31e0b
commit 6f14494078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 7 deletions

14
npm/package-lock.json generated
View File

@ -21,7 +21,7 @@
"jose": "5.2.4",
"lodash": "4.17.21",
"mixpanel": "0.18.0",
"mongodb": "6.5.0",
"mongodb": "6.6.0",
"mssql": "10.0.2",
"mysql2": "3.9.7",
"node-forge": "1.3.1",
@ -3518,8 +3518,9 @@
}
},
"node_modules/bson": {
"version": "6.6.0",
"license": "Apache-2.0",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-6.7.0.tgz",
"integrity": "sha512-w2IquM5mYzYZv6rs3uN2DZTOBe2a0zXLj53TGDqwF4l6Sz/XsISrisXOJihArF9+BZ6Cq/GjVht7Sjfmri7ytQ==",
"engines": {
"node": ">=16.20.1"
}
@ -6393,11 +6394,12 @@
}
},
"node_modules/mongodb": {
"version": "6.5.0",
"license": "Apache-2.0",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.6.0.tgz",
"integrity": "sha512-LoR0hel6y1i7pubPOzbflccdc89RDOapIGqwce4aenOfhhLKOqiQ2F4yQHP+Hqa7TuPhpVqDVjixbvUSx7R0rQ==",
"dependencies": {
"@mongodb-js/saslprep": "^1.1.5",
"bson": "^6.4.0",
"bson": "^6.7.0",
"mongodb-connection-string-url": "^3.0.0"
},
"engines": {

View File

@ -51,7 +51,7 @@
"jose": "5.2.4",
"lodash": "4.17.21",
"mixpanel": "0.18.0",
"mongodb": "6.5.0",
"mongodb": "6.6.0",
"mssql": "10.0.2",
"mysql2": "3.9.7",
"node-forge": "1.3.1",