summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-12 21:21:22 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-12 21:21:22 +0300
commit75bdd33fda58ea0233f5b38c466bcb1a9b0406ab (patch)
tree2586616082134f5047c4c582537d4ace581be4eb /package.json
parent5f915ef966170ea7baca7ddeb11319bc08a26fef (diff)
downloadwekan-75bdd33fda58ea0233f5b38c466bcb1a9b0406ab.tar.gz
wekan-75bdd33fda58ea0233f5b38c466bcb1a9b0406ab.tar.bz2
wekan-75bdd33fda58ea0233f5b38c466bcb1a9b0406ab.zip
Update dependencies.
Thanks to xet7 !
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 85dc1f9b..de729564 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",
@@ -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"
}
}