diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-04 13:23:32 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-04 13:23:32 +0200 |
commit | 6c489a6d4072d5c1a81c248004ba0e66607a0393 (patch) | |
tree | cadceb1bb22e1c05a3426502fe301b29279d20d0 /package.json | |
parent | 2507f26428873e12976c9e3b9e0a0fb7d8429fdd (diff) | |
download | nextcloud-server-6c489a6d4072d5c1a81c248004ba0e66607a0393.tar.gz nextcloud-server-6c489a6d4072d5c1a81c248004ba0e66607a0393.zip |
Move to escape-html
* If there is a package that does exactly the same then lets us use that
* Import it properly in the internals (less deprecation warnings)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 39a5ae66c0a..45946c9b64c 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "css-vars-ponyfill": "^2.1.2", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3", "dompurify": "^2.0.3", + "escape-html": "^1.0.3", "handlebars": "^4.3.4", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", "jquery": "2.1.4", |