diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-09 08:39:22 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-01-16 17:05:01 -0800 |
commit | 54636e1d4293a8465a772020a54b6193d7df9878 (patch) | |
tree | 9ff6569b0dc882001c573fa2fbf89267962887d0 /package.json | |
parent | 532a0b60184800b0442723498d5257c20d20a8aa (diff) | |
download | gitlab-ce-54636e1d4293a8465a772020a54b6193d7df9878.tar.gz |
Merge branch 'fl-ipythin-10-3' into 'security-10-3'
Port of [10.2] Sanitizes IPython notebook output
See merge request gitlab/gitlabhq!2285
(cherry picked from commit 1c46e031c70706450a8e0ae730f4c323b72f9e4c)
aac035fe Port of [10.2] Sanitizes IPython notebook output
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 35c145aaebe..c9778865e93 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "raven-js": "^3.14.0", "raw-loader": "^0.5.1", "react-dev-utils": "^0.5.2", + "sanitize-html": "^1.16.1", "select2": "3.5.2-browserify", "sql.js": "^0.4.0", "svg4everybody": "2.1.9", |