diff --git a/package-lock.json b/package-lock.json index 6477fa4e772..492a2a1c04a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4114,9 +4114,9 @@ "dev": true }, "dompurify": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.7.tgz", - "integrity": "sha512-S3O0lk6rFJtO01ZTzMollCOGg+WAtCwS3U5E2WSDY/x/sy7q70RjEC4Dmrih5/UqzLLB9XoKJ8KqwBxaNvBu4A==" + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz", + "integrity": "sha512-BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg==" }, "duplexify": { "version": "3.7.1", diff --git a/package.json b/package.json index cf4f4639144..2994056e440 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "css-vars-ponyfill": "^2.1.2", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.0", - "dompurify": "^2.0.7", + "dompurify": "^2.2.2", "escape-html": "^1.0.3", "handlebars": "^4.6.0", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",