This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new d373cba71e Bump dompurify in
/themes/common-theme/webapp/common-theme/js
d373cba71e is described below
commit d373cba71ec6e37e0dbb88b59eb14d3c146fb1d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 16:36:28 2026 +0000
Bump dompurify in /themes/common-theme/webapp/common-theme/js
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.5 to 3.4.7.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.4.5...3.4.7)
---
updated-dependencies:
- dependency-name: dompurify
dependency-version: 3.4.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
themes/common-theme/webapp/common-theme/js/package-lock.json | 8 ++++----
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json
b/themes/common-theme/webapp/common-theme/js/package-lock.json
index 683676923d..4130b1fde7 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -10,7 +10,7 @@
"@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
"datejs": "^1.0.0-rc3",
"daterangepicker": "^3.1.0",
- "dompurify": "^3.4.5",
+ "dompurify": "^3.4.7",
"featherlight": "^1.7.14",
"flot": "^4.2.6",
"inputmask": "^5.0.9",
@@ -65,9 +65,9 @@
}
},
"node_modules/dompurify": {
- "version": "3.4.5",
- "resolved":
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.5.tgz",
- "integrity":
"sha512-OrwIBKsdNSVEeubdJ1HBv/wNENRM9ytAVCv7YXt//A3vPdVMNuACRqK9mXCGCBW2ln7BT/A4X0jXHo2Gu89miA==",
+ "version": "3.4.7",
+ "resolved":
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.7.tgz",
+ "integrity":
"sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index 34c153eb8b..fe464513a3 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -7,7 +7,7 @@
"@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
"datejs": "^1.0.0-rc3",
"daterangepicker": "^3.1.0",
- "dompurify": "^3.4.5",
+ "dompurify": "^3.4.7",
"featherlight": "^1.7.14",
"flot": "^4.2.6",
"inputmask": "^5.0.9",