summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-08-29 22:08:41 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-08-29 22:08:41 -0400
commit58155288fb27e0486f298b00798a550516d4d0ef (patch)
tree122b069c26cb41c4e607b462669033139282d2a9 /package.json
parentdd0682328bc26bbe852fb19a85131e4017c547b0 (diff)
parentd1ab787215adb83064a5be4678e7073ba71fbb22 (diff)
downloadwekan-58155288fb27e0486f298b00798a550516d4d0ef.tar.gz
wekan-58155288fb27e0486f298b00798a550516d4d0ef.tar.bz2
wekan-58155288fb27e0486f298b00798a550516d4d0ef.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index d58a95d8..31c6b101 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.20.0",
+ "version": "v3.35.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
@@ -53,7 +53,7 @@
"prettier-eslint": "^8.8.2"
},
"dependencies": {
- "@babel/runtime": "^7.5.4",
+ "@babel/runtime": "^7.5.5",
"ajv": "^5.0.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.2",
@@ -66,7 +66,7 @@
"mongodb": "^2.2.19",
"os": "^0.1.1",
"page": "^1.8.6",
- "qs": "^6.5.2",
+ "qs": "^6.8.0",
"source-map-support": "^0.5.12",
"xss": "^1.0.6"
}