This is an automated email from the ASF dual-hosted git repository.
jli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 408f84aea6 chore(deps): update dompurify requirement from ^3.2.7 to
^3.3.0 in /superset-frontend/plugins/legacy-preset-chart-nvd3 (#35632)
408f84aea6 is described below
commit 408f84aea6498ad15c611fa9c2454ad6e8bf0b2c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 16 12:59:53 2025 -0700
chore(deps): update dompurify requirement from ^3.2.7 to ^3.3.0 in
/superset-frontend/plugins/legacy-preset-chart-nvd3 (#35632)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
superset-frontend/package-lock.json | 8 ++++----
superset-frontend/plugins/legacy-preset-chart-nvd3/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 4b4369ca8d..9e60be69b6 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -66098,7 +66098,7 @@
"d3": "^3.5.17",
"d3-tip": "^0.9.1",
"dayjs": "^1.11.18",
- "dompurify": "^3.2.7",
+ "dompurify": "^3.3.0",
"fast-safe-stringify": "^2.1.1",
"lodash": "^4.17.21",
"nvd3-fork": "^2.0.5",
@@ -66118,9 +66118,9 @@
"license": "MIT"
},
"plugins/legacy-preset-chart-nvd3/node_modules/dompurify": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz",
- "integrity":
"sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==",
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.0.tgz",
+ "integrity":
"sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
index 09b7f41702..d3662d34d7 100644
--- a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
+++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
@@ -35,7 +35,7 @@
"lodash": "^4.17.21",
"dayjs": "^1.11.18",
"nvd3-fork": "^2.0.5",
- "dompurify": "^3.2.7",
+ "dompurify": "^3.3.0",
"prop-types": "^15.8.1",
"urijs": "^1.19.11"
},