diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-01-22 00:18:59 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-01-22 00:18:59 +0200 |
commit | 6622dbb56b4f92e5b0629d175aec5cc14661cf8d (patch) | |
tree | 06521863e11403da726af512ccb8a323be4b376f /package.json | |
parent | 7963171058995fadb4862592a28a3f7368feec63 (diff) | |
download | wekan-6622dbb56b4f92e5b0629d175aec5cc14661cf8d.tar.gz wekan-6622dbb56b4f92e5b0629d175aec5cc14661cf8d.tar.bz2 wekan-6622dbb56b4f92e5b0629d175aec5cc14661cf8d.zip |
Meteor 1.6.0.1, Node 8.9.3, NPM 5.5.1, fibers 2.0.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0341eab0..2a6bdb16 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ }, "dependencies": { "babel-runtime": "^6.23.0", - "bcrypt": "^1.0.2", - "bson": "^1.0.4", + "bcrypt": "^1.0.3", + "bson-ext": "^1.0.5", "es6-promise": "^4.1.0", "meteor-node-stubs": "^0.2.6", "os": "^0.1.1", |