From 4f767f4c61bed7bc6557bcfc5909918b12810580 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2020 03:56:20 +0000 Subject: [PATCH] Bump dompurify from 2.0.8 to 2.0.10 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.8 to 2.0.10. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.8...2.0.10) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86a7a7e23..79812fdf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5039,7 +5039,8 @@ }, "kind-of": { "version": "6.0.2", - "resolved": "" + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" } } }, @@ -6569,9 +6570,9 @@ } }, "dompurify": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.8.tgz", - "integrity": "sha512-vIOSyOXkMx81ghEalh4MLBtDHMx1bhKlaqHDMqM2yeitJ996SLOk5mGdDpI9ifJAgokred8Rmu219fX4OltqXw==" + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.10.tgz", + "integrity": "sha512-ok1dcSztsIuVxWG6Cx0ujyDIzNclz9W9OIU0cOb0IT+VAtSLrOelZF4miUvSm1U4PoCw8D7sIOLCnCQOaVpr3w==" }, "domutils": { "version": "1.7.0", @@ -15838,7 +15839,8 @@ }, "kind-of": { "version": "6.0.2", - "resolved": "" + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" } } }, diff --git a/package.json b/package.json index 6c0a2b8b1..a11099217 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/router": "^1.0.2", "@nextcloud/vue": "^1.5.0", "blueimp-md5": "^2.13.0", - "dompurify": "^2.0.8", + "dompurify": "^2.0.10", "lodash": "^4.17.15", "markdown-it": "^10.0.0", "markdown-it-task-lists": "^2.1.1",