summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-07-19 23:07:17 +0300
committerLauri Ojansivu <x@xet7.org>2020-07-19 23:07:17 +0300
commit419615bed43b6e9de4030193c47137a066b85bde (patch)
tree852a25e72054df4633c1dc3bfd174a77a008d2f3 /package.json
parent3ee9b13b3b1d3a8e5f6487a55546a0e65ba82b38 (diff)
downloadwekan-419615bed43b6e9de4030193c47137a066b85bde.tar.gz
wekan-419615bed43b6e9de4030193c47137a066b85bde.tar.bz2
wekan-419615bed43b6e9de4030193c47137a066b85bde.zip
Update dependencies.
Thanks to developers of dependencies and xet7 !
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 7f2ea637..e7be4e8f 100644
--- a/package.json
+++ b/package.json
@@ -45,36 +45,36 @@
"eslint-config-meteor": "0.0.9",
"eslint-config-prettier": "^3.6.0",
"eslint-import-resolver-meteor": "^0.4.0",
- "eslint-plugin-import": "^2.20.0",
+ "eslint-plugin-import": "^2.22.0",
"eslint-plugin-meteor": "^5.1.0",
- "eslint-plugin-prettier": "^3.1.2",
+ "eslint-plugin-prettier": "^3.1.4",
"lint-staged": "^7.3.0",
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.2"
},
"dependencies": {
- "@babel/core": "^7.9.6",
- "@babel/runtime": "^7.9.6",
+ "@babel/core": "^7.10.5",
+ "@babel/runtime": "^7.10.5",
"@root/request": "^1.6.1",
"ajv": "^5.0.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.7",
"bson": "^4.0.3",
- "bunyan": "^1.8.12",
+ "bunyan": "^1.8.14",
"es6-promise": "^4.2.4",
"fibers": "^5.0.0",
"flatted": "^2.0.1",
"gridfs-stream": "^0.5.3",
- "jszip": "^3.4.0",
+ "jszip": "^3.5.0",
"ldapjs": "^1.0.2",
"meteor-node-stubs": "^0.4.1",
- "mongodb": "^3.5.7",
+ "mongodb": "^3.5.9",
"os": "^0.1.1",
"page": "^1.11.5",
"papaparse": "^5.2.0",
"qs": "^6.9.4",
"source-map-support": "^0.5.19",
- "xss": "^1.0.6"
+ "xss": "^1.0.7"
}
}