Update mongodb to the latest version 🚀 (#5441)

* fix(package): update mongodb to version 3.2.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-03-21 20:31:10 +00:00
committed by peril-parse-community[bot]
parent 6376aea320
commit 3c39e3232f
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -1890,9 +1890,9 @@
}
},
"bson": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-1.1.0.tgz",
"integrity": "sha512-9Aeai9TacfNtWXOYarkFJRW2CWo+dRon+fuLZYJmvLV3+MiUp0bEI6IAZfXEIg7/Pl/7IWlLaDnhzTsD81etQA=="
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/bson/-/bson-1.1.1.tgz",
"integrity": "sha512-jCGVYLoYMHDkOsbwJZBCqwMHyH4c+wzgI9hG7Z6SZJRXWr+x58pdIbm2i9a/jFGCkRJqRUr8eoI7lDWa0hTkxg=="
},
"buffer": {
"version": "4.9.1",
@@ -6240,20 +6240,20 @@
}
},
"mongodb": {
"version": "3.1.13",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.1.13.tgz",
"integrity": "sha512-sz2dhvBZQWf3LRNDhbd30KHVzdjZx9IKC0L+kSZ/gzYquCF5zPOgGqRz6sSCqYZtKP2ekB4nfLxhGtzGHnIKxA==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.2.1.tgz",
"integrity": "sha512-Vboj2WjyQYGMe8RQ7tmxdvtcdthyEu2f+gDdua7zbKu5JjDPZFDbgjjJEgnfcluog8Po+VguqXoPs9Zh+PAuKw==",
"requires": {
"mongodb-core": "3.1.11",
"mongodb-core": "3.2.1",
"safe-buffer": "^5.1.2"
}
},
"mongodb-core": {
"version": "3.1.11",
"resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.1.11.tgz",
"integrity": "sha512-rD2US2s5qk/ckbiiGFHeu+yKYDXdJ1G87F6CG3YdaZpzdOm5zpoAZd/EKbPmFO6cQZ+XVXBXBJ660sSI0gc6qg==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.2.1.tgz",
"integrity": "sha512-vvnl5F6QhvFhi28umNx+Ymyb8wVQOhvEjU30JF3TjBBomS2tamJFK4eA0uwOa6FxLi9qCQWejbF66B0rb/UUiw==",
"requires": {
"bson": "^1.1.0",
"bson": "^1.1.1",
"require_optional": "^1.0.1",
"safe-buffer": "^5.1.2",
"saslprep": "^1.0.0"

View File

@@ -33,7 +33,7 @@
"lodash": "4.17.11",
"lru-cache": "5.1.1",
"mime": "2.4.0",
"mongodb": "3.1.13",
"mongodb": "3.2.1",
"parse": "2.2.1",
"pg-promise": "8.6.4",
"redis": "2.8.0",