From de26522d2546b13f2813a18108fa5d3b8bad4410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:26:55 +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 1fdffe21..9dbe0b57 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "atom": ">0.50.0" }, "dependencies": { - "dompurify": "^1.0.3", + "dompurify": "^2.0.15", "fs-plus": "^3.0.0", "marked": "^0.3.6", "moment": "^2.19.3",