From d5b1435671fe73234eeff16f39c5d27b33b5bf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:43:00 +0000 Subject: [PATCH] chore(deps): update dompurify requirement Updates the requirements on [dompurify](https://github.com/cure53/DOMPurify) to permit the latest version. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.3...3.2.2) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- superset-frontend/plugins/legacy-preset-chart-nvd3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json index c37c23cb63989..e6d914f27c679 100644 --- a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json +++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json @@ -32,7 +32,7 @@ "@data-ui/xy-chart": "^0.0.84", "d3": "^3.5.17", "d3-tip": "^0.9.1", - "dompurify": "^3.1.3", + "dompurify": "^3.2.2", "fast-safe-stringify": "^2.1.1", "lodash": "^4.17.21", "moment": "^2.30.1",