From bebcd6d1ce8f3ed023c3ddc05640ecd99b9a0aed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 17:57:16 +0000 Subject: [PATCH] Bump dompurify from 2.0.14 to 2.0.15 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.14...2.0.15) Signed-off-by: dependabot-preview[bot] Signed-off-by: npmbuildbot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a20eb65009ce..6fd3533a8b57d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3366,9 +3366,9 @@ } }, "dompurify": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.14.tgz", - "integrity": "sha512-oqcjyCLHLjWugZ6VwK0YfmRND/DFy/CuZhdasmymMfnxbzaaQxBSA1ATZIXWESGDj/nvq1vKLmRa7rTdbGgrmQ==" + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.15.tgz", + "integrity": "sha512-8AnYW8iXOC7xC7K3FBvQ7+GdmtOsgDGZC5dDXaewCC674qcId7G5mhz5VIEnVShJVjQdlcaPjxpaOzaV9JC3Tg==" }, "duplexify": { "version": "3.7.1", diff --git a/package.json b/package.json index 620fad30f7bbd..f099409dfb249 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "css-vars-ponyfill": "^2.3.2", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.0", - "dompurify": "^2.0.14", + "dompurify": "^2.0.15", "escape-html": "^1.0.3", "handlebars": "^4.7.6", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",