Update mongodb to the latest version 🚀 (#6404)

* fix(package): update mongodb to version 3.5.3

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-02-12 13:04:37 +00:00
committed by GitHub
parent 8f6e897491
commit 8074dfd27d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9032,9 +9032,9 @@
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"mongodb": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.1.tgz",
"integrity": "sha512-kpxt4/OfGZ3x9Py+c81yWARLFE3L5UDczF6319Xq0c+pp+8rrzqRiJKjhRAY261JorlRqtrpp7ROK2wCAMA4sw==",
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.3.tgz",
"integrity": "sha512-II7P7A3XUdPiXRgcN96qIoRa1oesM6qLNZkzfPluNZjVkgQk3jnQwOT6/uDk4USRDTTLjNFw2vwfmbRGTA7msg==",
"requires": {
"bl": "^2.2.0",
"bson": "^1.1.1",

View File

@@ -43,7 +43,7 @@
"lodash": "4.17.15",
"lru-cache": "5.1.1",
"mime": "2.4.4",
"mongodb": "3.5.1",
"mongodb": "3.5.3",
"node-rsa": "1.0.7",
"parse": "2.11.0",
"pg-promise": "10.4.3",