summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-02-11 02:36:52 -0600
committerCheng-Han, Wu2016-02-11 02:36:52 -0600
commit6700f033ab2c2e6f5ab1293025d3485ecc37c321 (patch)
tree102e3028a49d938e5c5d782568d9fbbf1937a782 /bower.json
parentfdb9c47354fd370f6e69c61f2fec4a552450a62a (diff)
Prevent XSS in markdown rendering
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index db3d0f8f..cf9b79bc 100644
--- a/bower.json
+++ b/bower.json
@@ -33,6 +33,7 @@
"js-yaml": "~3.5.2",
"to-markdown": "~1.3.0",
"lz-string": "~1.4.4",
- "flowchart": "~1.6.1"
+ "flowchart": "~1.6.1",
+ "xss": "~0.2.10"
}
}