fix: upgrade mongodb from 3.5.8 to 3.5.9 (#6775)

Snyk has created this PR to upgrade mongodb from 3.5.8 to 3.5.9.

See this package in NPM:
https://www.npmjs.com/package/mongodb

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2020-07-10 22:11:01 +03:00
committed by GitHub
parent 06bdec8219
commit e848b541bd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7752,9 +7752,9 @@
"integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ=="
},
"mongodb": {
"version": "3.5.8",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.8.tgz",
"integrity": "sha512-jz7mR58z66JKL8Px4ZY+FXbgB7d0a0hEGCT7kw8iye46/gsqPrOEpZOswwJ2BQlfzsrCLKdsF9UcaUfGVN2HrQ==",
"version": "3.5.9",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.9.tgz",
"integrity": "sha512-vXHBY1CsGYcEPoVWhwgxIBeWqP3dSu9RuRDsoLRPTITrcrgm1f0Ubu1xqF9ozMwv53agmEiZm0YGo+7WL3Nbug==",
"requires": {
"bl": "^2.2.0",
"bson": "^1.1.4",

View File

@@ -45,7 +45,7 @@
"lodash": "4.17.16",
"lru-cache": "5.1.1",
"mime": "2.4.6",
"mongodb": "3.5.8",
"mongodb": "3.5.9",
"parse": "2.14.0",
"pg-promise": "10.5.6",
"pluralize": "^8.0.0",