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 c4a57cdb10 Fixed: Resolve Dependabot alerts by upgrading dompurify to
the latest version
c4a57cdb10 is described below
commit c4a57cdb1039ece36f2a4202760cf2d85a46231b
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Sun Aug 9 11:57:20 2026 +0200
Fixed: Resolve Dependabot alerts by upgrading dompurify to the latest
version
---
framework/rest-api/package-lock.json | 6 +++---
framework/rest-api/package.json | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/framework/rest-api/package-lock.json
b/framework/rest-api/package-lock.json
index 6acc97f302..dc703660bf 100644
--- a/framework/rest-api/package-lock.json
+++ b/framework/rest-api/package-lock.json
@@ -326,9 +326,9 @@
"integrity":
"sha512-m8FnyHXV1QX+S1cl+KPFDIl6NMkxtKsy6+U/aYyjrOqWMuwAwYWu7ePqrsUHtDR5Y8Yk2pi/KIDSgF+vT4cPOQ=="
},
"node_modules/dompurify": {
- "version": "3.4.12",
- "resolved":
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz",
- "integrity":
"sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==",
+ "version": "3.4.13",
+ "resolved":
"https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz",
+ "integrity":
"sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
diff --git a/framework/rest-api/package.json b/framework/rest-api/package.json
index 26894a979b..133c46cac6 100644
--- a/framework/rest-api/package.json
+++ b/framework/rest-api/package.json
@@ -12,6 +12,6 @@
"minimatch": "10.2.5",
"brace-expansion": "5.0.9",
"fast-xml-parser": "5.10.1",
- "dompurify": "3.4.12"
+ "dompurify": "3.4.13"
}
}