diff --git a/package-lock.json b/package-lock.json index db6faa37e9f9a..942b84826825e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7916,9 +7916,9 @@ } }, "dompurify": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.8.tgz", - "integrity": "sha512-9H0UL59EkDLgY3dUFjLV6IEUaHm5qp3mxSqWw7Yyx4Zhk2Jn2cmLe+CNPP3xy13zl8Bqg+0NehQzkdMoVhGRww==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.0.tgz", + "integrity": "sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw==" }, "duplexify": { "version": "3.7.1", diff --git a/package.json b/package.json index 05852278c1040..2cc70aaf9835f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "css-vars-ponyfill": "^2.4.5", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", - "dompurify": "^2.2.8", + "dompurify": "^2.3.0", "escape-html": "^1.0.3", "handlebars": "^4.7.7", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",