From f1a8abd43f25fb8d6c29de50fb5489938dc74dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:32:51 +0000 Subject: [PATCH] Bump dompurify from 1.0.11 to 2.0.15 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.11 to 2.0.15. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/1.0.11...2.0.15) 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..ae5c32ee 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.15", "escape-html": "^1.0.3", "escape-string-regexp": "^1.0.5", "express": "^4.15.5",