From 48908e6bc887cb236704d62d1c8587d3b1f21809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 08:31:21 +0000 Subject: [PATCH] Bump dompurify from 2.2.2 to 2.2.3 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.2...2.2.3) 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 2df293904..46519e294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8076,9 +8076,9 @@ } }, "dompurify": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz", - "integrity": "sha512-BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg==" + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.3.tgz", + "integrity": "sha512-8Hv7Q0FuwD9rWoB6qI2eZsfKbGXfoUVuGHHrE15vgk4ReOKwOkSgbqb2OMFtc0d5besOEkoLkcyuV10zQ2X5gw==" }, "domutils": { "version": "1.7.0", diff --git a/package.json b/package.json index 600bc10dc..03ed6c73a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/vue": "^2.9.0", "@nextcloud/vue-dashboard": "^1.0.1", "blueimp-md5": "^2.18.0", - "dompurify": "^2.2.2", + "dompurify": "^2.2.3", "lodash": "^4.17.20", "markdown-it": "^12.0.3", "markdown-it-task-lists": "^2.1.1",