summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index afc3c419..1902bf20 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "1.21.0",
+ "version": "1.23.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
@@ -28,6 +28,8 @@
"es6-promise": "^4.2.4",
"meteor-node-stubs": "^0.4.1",
"os": "^0.1.1",
- "xss": "^0.3.8"
+ "page": "^1.8.6",
+ "qs": "^6.5.2",
+ "xss": "^1.0.3"
}
}