chore(deps): update dependency mongodb to v3.7.1

This commit is contained in:
Renovate Bot
2021-09-14 19:12:52 +00:00
committed by renovate[bot]
parent 46933e1f2d
commit ff90a509f2
2 changed files with 4 additions and 4 deletions

View File

@ -73,9 +73,9 @@
"optional": true "optional": true
}, },
"mongodb": { "mongodb": {
"version": "3.7.0", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.0.tgz", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.1.tgz",
"integrity": "sha512-JOAYjT9WYeRFkIP6XtDidAr3qvpfLRJhT2iokRWWH0tgqCQr9kmSfOJBZ3Ry0E5A3EqKxVPVhN3MV8Gn03o7pA==", "integrity": "sha512-iSVgexYr8ID0ieeNFUbRfQeOZxOchRck6kEDVySQRaa8VIw/1Pm+/LgcpZcl/BWV6nT0L8lP9qyl7dRPJ6mnLw==",
"dev": true, "dev": true,
"requires": { "requires": {
"bl": "^2.2.1", "bl": "^2.2.1",

View File

@ -22,6 +22,6 @@
"debug": "4.3.2", "debug": "4.3.2",
"dotenv": "10.0.0", "dotenv": "10.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"mongodb": "3.7.0" "mongodb": "3.7.1"
} }
} }