Update dependencies.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-05-12 21:21:22 +03:00
parent 5f915ef966
commit 75bdd33fda
3 changed files with 177 additions and 37 deletions

View file

@ -54,8 +54,9 @@
"prettier-eslint": "^9.0.1"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@root/request": "^1.6.1",
"ajv": "^5.0.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.7",
@ -66,11 +67,11 @@
"gridfs-stream": "^0.5.3",
"ldapjs": "^1.0.2",
"meteor-node-stubs": "^0.4.1",
"mongodb": "^3.5.0",
"mongodb": "^3.5.7",
"os": "^0.1.1",
"page": "^1.11.5",
"qs": "^6.9.1",
"source-map-support": "^0.5.16",
"qs": "^6.9.4",
"source-map-support": "^0.5.19",
"xss": "^1.0.6"
}
}