summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index 94b0f5a0..0f97d09a 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -67,12 +68,12 @@
"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.4",
+ "source-map-support": "^0.5.19",
"papaparse": "^5.2.0",
- "qs": "^6.9.1",
- "source-map-support": "^0.5.16",
"xss": "^1.0.6"
}
}