summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-01-10 02:54:10 +0200
committerLauri Ojansivu <x@xet7.org>2020-01-10 02:54:10 +0200
commit6849bb8af9a53971aa671367724dcbf81448b536 (patch)
tree9289f819dd34f80892b0f5aa82abef8831197309 /package.json
parent2b382b940be9af575fab4c2e955702d8cde55ae9 (diff)
downloadwekan-6849bb8af9a53971aa671367724dcbf81448b536.tar.gz
wekan-6849bb8af9a53971aa671367724dcbf81448b536.tar.bz2
wekan-6849bb8af9a53971aa671367724dcbf81448b536.zip
v3.67v3.67
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index 5b295ea7..3ac8b62f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.66.0",
+ "version": "v3.67.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
@@ -44,30 +44,30 @@
"eslint-config-meteor": "0.0.9",
"eslint-config-prettier": "^3.6.0",
"eslint-import-resolver-meteor": "^0.4.0",
- "eslint-plugin-import": "^2.18.0",
+ "eslint-plugin-import": "^2.19.1",
"eslint-plugin-meteor": "^5.1.0",
- "eslint-plugin-prettier": "^3.1.0",
+ "eslint-plugin-prettier": "^3.1.2",
"lint-staged": "^7.3.0",
"pre-commit": "^1.2.2",
- "prettier": "^1.18.2",
+ "prettier": "^1.19.1",
"prettier-eslint": "^8.8.2"
},
"dependencies": {
- "@babel/runtime": "^7.6.2",
+ "@babel/runtime": "^7.7.7",
"ajv": "^5.0.0",
"babel-runtime": "^6.26.0",
- "bcrypt": "^3.0.2",
- "bson": "^4.0.0",
+ "bcrypt": "^3.0.7",
+ "bson": "^4.0.3",
"bunyan": "^1.8.12",
"es6-promise": "^4.2.4",
"gridfs-stream": "^0.5.3",
"ldapjs": "^1.0.2",
"meteor-node-stubs": "^0.4.1",
- "mongodb": "^3.3.3",
+ "mongodb": "^3.4.1",
"os": "^0.1.1",
- "page": "^1.8.6",
- "qs": "^6.8.0",
- "source-map-support": "^0.5.12",
+ "page": "^1.11.5",
+ "qs": "^6.9.1",
+ "source-map-support": "^0.5.16",
"xss": "^1.0.6"
}
}