From de24c7009c5a8216ead3c84b8841d77b0f45ffc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 21:33:05 +0000 Subject: [PATCH] Bump dompurify from 1.0.11 to 2.0.14 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.11 to 2.0.14. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/1.0.11...2.0.14) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20f988c6..7e86dd99 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "csurf": "^1.9.0", "csv-parse": "^1.2.3", "device": "^0.3.8", - "dompurify": "^1.0.2", + "dompurify": "^2.0.14", "escape-html": "^1.0.3", "escape-string-regexp": "^1.0.5", "express": "^4.15.5",