Update mongodb to the latest version 🚀 (#5965)

* fix(package): update mongodb to version 3.3.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-23 19:57:27 +00:00
committed by peril-parse-community[bot]
parent 816dcb9eae
commit 5fbdcd1f77
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7867,9 +7867,9 @@
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"mongodb": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.3.0.tgz",
"integrity": "sha512-QYa8YEN5uiJyIFdnn1vmBtiSveyygmQghsaL/RDnHqUzjGvkYe0vRg6UikCKba06cg6El/Lu7qzOYnR3vMhwlA==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.3.1.tgz",
"integrity": "sha512-Q92LLlPUTBj/Z4DyeznwPJjvgOYUcxZsBfek3Ba9mVhzH41n70vSubo+BmemI98kOefHTSncrTyb3OaxdLSgDw==",
"requires": {
"bson": "^1.1.1",
"require_optional": "^1.0.1",

View File

@@ -41,7 +41,7 @@
"lodash": "4.17.15",
"lru-cache": "5.1.1",
"mime": "2.4.4",
"mongodb": "3.3.0",
"mongodb": "3.3.1",
"node-rsa": "1.0.5",
"parse": "2.6.0",
"pg-promise": "9.1.0",