From 756230691436691383c8e3b2c9c7f65a6b40fd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 01:05:40 +0000 Subject: [PATCH] Bump dompurify from 2.1.1 to 2.2.0 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.1.1...2.2.0) 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 90210d3a1..242e9563d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7338,9 +7338,9 @@ } }, "dompurify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.1.1.tgz", - "integrity": "sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.0.tgz", + "integrity": "sha512-bqFOQ7XRmmozp0VsKdIEe8UwZYxj0yttz7l80GBtBqdVRY48cOpXH2J/CVO7AEkV51qY0EBVXfilec18mdmQ/w==" }, "domutils": { "version": "1.7.0", diff --git a/package.json b/package.json index 63f8c707c..0f9fa2f78 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/vue": "^2.7.0", "@nextcloud/vue-dashboard": "^1.0.1", "blueimp-md5": "^2.18.0", - "dompurify": "^2.1.1", + "dompurify": "^2.2.0", "lodash": "^4.17.20", "markdown-it": "^11.0.1", "markdown-it-task-lists": "^2.1.1",