From 6f99aebe42b05784a330a67b0622facc9ac0e8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:56:53 +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.3) --- 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 3bcb0393aa525..ed8b4f33c9947 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.3", "fast-safe-stringify": "^2.1.1", "lodash": "^4.17.21", "moment": "^2.30.1",