From 623cd540e70fa65dd485a07bec64f91e8a2d299e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 01:18:35 +0000 Subject: [PATCH] Bump dompurify from 2.0.16 to 2.1.1 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.16 to 2.1.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.16...2.1.1) 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 3503b7e83..bde3a7496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7327,9 +7327,9 @@ } }, "dompurify": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.16.tgz", - "integrity": "sha512-MMNzUQdlvmbXhD0NVxME4hNI72eOlcz9TzO9L8KfmUcI+h97ISON5XagIUm40+JRwV4fGHYqxRpSy844fT9iow==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.1.1.tgz", + "integrity": "sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg==" }, "domutils": { "version": "1.7.0", diff --git a/package.json b/package.json index 729e9fddf..310d0ebc1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^2.6.5", "@nextcloud/vue-dashboard": "^1.0.1", "blueimp-md5": "^2.18.0", - "dompurify": "^2.0.16", + "dompurify": "^2.1.1", "lodash": "^4.17.20", "markdown-it": "^11.0.1", "markdown-it-task-lists": "^2.1.1",