Bump mongodb and mongoose in /Back

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) to 4.17.1 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.


Updates `mongodb` from 4.13.0 to 4.17.1
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v4.17.1/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.13.0...v4.17.1)

Updates `mongoose` from 6.9.1 to 6.12.0
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.9.1...6.12.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: indirect
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-11 17:58:48 +00:00 committed by GitHub
parent 92904e836a
commit 3067626ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5522 additions and 6674 deletions

3262
Back/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@
"helmet": "^5.1.1",
"jsonwebtoken": "^9.0.0",
"mongo-sanitize": "^1.1.0",
"mongoose": "^6.5.2",
"mongoose": "^6.12.0",
"mongoose-unique-validator": "^3.1.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.2.10",

File diff suppressed because it is too large Load Diff

View File

@ -781,6 +781,12 @@
axios "^0.27.2"
crypto-js "^4.0.0"
"@mongodb-js/saslprep@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.0.tgz#022fa36620a7287d17acd05c4aae1e5f390d250d"
dependencies:
sparse-bitfield "^3.0.3"
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@ -995,9 +1001,9 @@ braces@^3.0.2, braces@~3.0.2:
dependencies:
fill-range "^7.0.1"
bson@^4.7.0:
bson@^4.7.2:
version "4.7.2"
resolved "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz"
resolved "https://registry.yarnpkg.com/bson/-/bson-4.7.2.tgz#320f4ad0eaf5312dd9b45dc369cc48945e2a5f2e"
dependencies:
buffer "^5.6.0"
@ -1862,23 +1868,23 @@ mongo-sanitize@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/mongo-sanitize/-/mongo-sanitize-1.1.0.tgz"
mongodb-connection-string-url@^2.5.4:
mongodb-connection-string-url@^2.6.0:
version "2.6.0"
resolved "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz"
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz#57901bf352372abdde812c81be47b75c6b2ec5cf"
dependencies:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"
mongodb@4.13.0:
version "4.13.0"
resolved "https://registry.npmjs.org/mongodb/-/mongodb-4.13.0.tgz"
mongodb@4.17.1:
version "4.17.1"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.17.1.tgz#ccff6ddbda106d5e06c25b0e4df454fd36c5f819"
dependencies:
bson "^4.7.0"
mongodb-connection-string-url "^2.5.4"
bson "^4.7.2"
mongodb-connection-string-url "^2.6.0"
socks "^2.7.1"
optionalDependencies:
"@aws-sdk/credential-providers" "^3.186.0"
saslprep "^1.0.3"
"@mongodb-js/saslprep" "^1.1.0"
mongoose-unique-validator@^3.1.0:
version "3.1.0"
@ -1888,13 +1894,13 @@ mongoose-unique-validator@^3.1.0:
lodash.get "^4.0.2"
lodash.merge "^4.6.2"
mongoose@^6.5.2:
version "6.9.1"
resolved "https://registry.npmjs.org/mongoose/-/mongoose-6.9.1.tgz"
mongoose@^6.12.0:
version "6.12.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.12.0.tgz#53035998245a029144411331373c5ce878f62815"
dependencies:
bson "^4.7.0"
bson "^4.7.2"
kareem "2.5.1"
mongodb "4.13.0"
mongodb "4.17.1"
mpath "0.9.0"
mquery "4.0.3"
ms "2.1.3"
@ -2307,12 +2313,6 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "2.1.2"
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
saslprep@^1.0.3:
version "1.0.3"
resolved "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz"
dependencies:
sparse-bitfield "^3.0.3"
sax@^1.2.4:
version "1.2.4"
resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz"