summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-08 04:50:19 +0300
committerLauri Ojansivu <x@xet7.org>2019-07-08 04:50:19 +0300
commitd82c72f1c1df908e92045e5034fa12b33fc7f70c (patch)
tree11a0041cc4e5aea7a42639170f5f24718177219e /package.json
parent202cc5a797b6269ec422c6f2e532a49f09d4e30a (diff)
downloadwekan-d82c72f1c1df908e92045e5034fa12b33fc7f70c.tar.gz
wekan-d82c72f1c1df908e92045e5034fa12b33fc7f70c.tar.bz2
wekan-d82c72f1c1df908e92045e5034fa12b33fc7f70c.zip
Update dependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index e756b759..072df6c0 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"prettier-eslint": "^8.8.2"
},
"dependencies": {
- "@babel/runtime": "^7.4.3",
+ "@babel/runtime": "^7.5.1",
"bcrypt": "^3.0.2",
"bson": "^4.0.0",
"bunyan": "^1.8.12",
@@ -64,6 +64,6 @@
"page": "^1.8.6",
"qs": "^6.5.2",
"source-map-support": "^0.5.12",
- "xss": "^1.0.3"
+ "xss": "^1.0.6"
}
}