From dcf94aeb7190b67f00d5621bd8a3e0a090436655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 02:10:26 +0000 Subject: [PATCH] Bump dompurify from 2.2.0 to 2.2.2 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.0 to 2.2.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.0...2.2.2) 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 92c934bd6..cfce0348c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9122,9 +9122,9 @@ } }, "dompurify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.0.tgz", - "integrity": "sha512-bqFOQ7XRmmozp0VsKdIEe8UwZYxj0yttz7l80GBtBqdVRY48cOpXH2J/CVO7AEkV51qY0EBVXfilec18mdmQ/w==" + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz", + "integrity": "sha512-BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg==" }, "domutils": { "version": "1.7.0", diff --git a/package.json b/package.json index 8b5bde976..0718d10ed 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/vue": "^2.8.2", "@nextcloud/vue-dashboard": "^1.0.1", "blueimp-md5": "^2.18.0", - "dompurify": "^2.2.0", + "dompurify": "^2.2.2", "lodash": "^4.17.20", "markdown-it": "^12.0.2", "markdown-it-task-lists": "^2.1.1",