diff options
author | Sheogorath | 2018-06-30 15:32:43 +0200 |
---|---|---|
committer | Sheogorath | 2018-06-30 16:52:34 +0200 |
commit | 565cdc0197bd76df516204948ab4ec658f0dfc58 (patch) | |
tree | 3d86446aae8662ac75d5f17f9b936c8e0714e5d0 | |
parent | 459fe2da07bd72104e10038c8fee3877cb5c728d (diff) |
Update xss protection
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bd9f4e67..9bae4f52 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "visibilityjs": "^1.2.4", "viz.js": "^1.7.0", "winston": "^2.3.0", - "xss": "^0.3.3" + "xss": "^1.0.3" }, "engines": { "node": ">=6.x <10.x" |