From 62bf6bc9da6dc0879362e2531124e69a49628156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:26:08 +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 0e7bb11..c9c0080 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "codemirror": ">=5" }, "dependencies": { - "dompurify": "^1.0.11", + "dompurify": "^2.0.15", "marked": "^0.7.0" } }