From 3bea1707dfd9eed3a229fa659915ba66ad130075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:41:01 +0000 Subject: [PATCH] Bump dompurify from 1.0.11 to 2.0.15 in /ui.frontend 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] --- ui.frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.frontend/package.json b/ui.frontend/package.json index 99bb80c..4b66a96 100644 --- a/ui.frontend/package.json +++ b/ui.frontend/package.json @@ -18,7 +18,7 @@ "@adobe/cq-spa-page-model-manager": "~1.0.7", "clone": "^2.1.2", "custom-event-polyfill": "^1.0.7", - "dompurify": "^1.0.11", + "dompurify": "^2.0.15", "history": "^4.7.2", "react": "^16.6.3", "react-app-polyfill": "^1.0.4",