From acb620c691ed0c926f48c816a50d0cd6014412b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 21:57:22 +0000 Subject: [PATCH] Bump dompurify from 1.0.11 to 2.0.14 in /ui.frontend 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] --- 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..5f35295 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.14", "history": "^4.7.2", "react": "^16.6.3", "react-app-polyfill": "^1.0.4",