From 5f2e440cc6c0fc482465278e610242b25c69e4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 08:17:08 +0000 Subject: [PATCH] Bump dompurify from 2.2.6 to 2.2.8 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.6 to 2.2.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.6...2.2.8) Signed-off-by: dependabot[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 bd45957d65..700897792a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4208,9 +4208,9 @@ } }, "dompurify": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.6.tgz", - "integrity": "sha512-7b7ZArhhH0SP6W2R9cqK6RjaU82FZ2UPM7RO8qN1b1wyvC/NY1FNWcX1Pu00fFOAnzEORtwXe4bPaClg6pUybQ==" + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.8.tgz", + "integrity": "sha512-9H0UL59EkDLgY3dUFjLV6IEUaHm5qp3mxSqWw7Yyx4Zhk2Jn2cmLe+CNPP3xy13zl8Bqg+0NehQzkdMoVhGRww==" }, "duplexify": { "version": "3.7.1", diff --git a/package.json b/package.json index 14cb7777af..a65b68442b 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.0", - "dompurify": "^2.2.6", + "dompurify": "^2.2.8", "escape-html": "^1.0.3", "handlebars": "^4.7.7", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",