From ec9a9e873409f3f565355dcff6474e3e12fd5f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:33:57 +0000 Subject: [PATCH] chore(deps): bump dompurify in /standalone-with-translate Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.11 to 3.4.12. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.11...3.4.12) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- standalone-with-translate/package-lock.json | 8 ++++---- standalone-with-translate/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/standalone-with-translate/package-lock.json b/standalone-with-translate/package-lock.json index c84b2f8b..cc5c0479 100644 --- a/standalone-with-translate/package-lock.json +++ b/standalone-with-translate/package-lock.json @@ -32,7 +32,7 @@ "@slickgrid-universal/web-mcp": "^10.8.3", "angular-slickgrid": "^10.8.3", "bootstrap": "^5.3.8", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "ngx-bootstrap": "^21.2.1", "rxjs": "^7.8.2" }, @@ -5843,9 +5843,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", + "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/standalone-with-translate/package.json b/standalone-with-translate/package.json index 66501044..58fd5334 100644 --- a/standalone-with-translate/package.json +++ b/standalone-with-translate/package.json @@ -52,7 +52,7 @@ "@slickgrid-universal/web-mcp": "^10.8.3", "angular-slickgrid": "^10.8.3", "bootstrap": "^5.3.8", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "ngx-bootstrap": "^21.2.1", "rxjs": "^7.8.2" },