From 1145b520dd59e3d0d1b48ac124184f85386af9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:35:11 +0000 Subject: [PATCH] Bump dompurify from 1.0.11 to 2.0.15 in /pkg/ui/v1alpha3/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] --- pkg/ui/v1alpha3/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ui/v1alpha3/frontend/package.json b/pkg/ui/v1alpha3/frontend/package.json index 8495043c424..1c0cb88f90f 100644 --- a/pkg/ui/v1alpha3/frontend/package.json +++ b/pkg/ui/v1alpha3/frontend/package.json @@ -23,7 +23,7 @@ "css-loader": "1.0.0", "d3": "^5.9.1", "d3-graphviz": "^2.6.1", - "dompurify": "^1.0.10", + "dompurify": "^2.0.15", "dotenv": "6.0.0", "dotenv-expand": "4.2.0", "eslint": "5.12.0",