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

pull/43359/head
Renovate Bot 2021-08-31 21:23:14 +00:00 committed by renovate[bot]
parent ce24c4358e
commit 212c5d8567
2 changed files with 7 additions and 7 deletions

View File

@ -21,9 +21,9 @@
"dev": true
},
"core-util-is": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
"dev": true
},
"debug": {
@ -73,9 +73,9 @@
"optional": true
},
"mongodb": {
"version": "3.6.12",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.12.tgz",
"integrity": "sha512-ErHpF4P4disEIQB8Nns2twIMVXcvmlwjpKqfVnyB/hhd/L5We48LfoBYjBjuUSiSqL6ffmcygPTgjvpy2LETRQ==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.0.tgz",
"integrity": "sha512-JOAYjT9WYeRFkIP6XtDidAr3qvpfLRJhT2iokRWWH0tgqCQr9kmSfOJBZ3Ry0E5A3EqKxVPVhN3MV8Gn03o7pA==",
"dev": true,
"requires": {
"bl": "^2.2.1",

View File

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