From 3ccef681436412c02b91784b9698874b4762ba32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:24:37 +0000 Subject: [PATCH] chore(deps): bump dompurify in /build/frontend-legacy 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 8 ++++---- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index b50983a0a4d56..b4f10e0ed4612 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -46,7 +46,7 @@ "crypto-browserify": "^3.12.1", "davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d", "debounce": "^3.0.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "escape-html": "^1.0.3", "focus-trap": "^7.8.0", "handlebars": "^4.7.9", @@ -9185,9 +9185,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/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 0cb25b109b205..0b4a9feaf0f2e 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -62,7 +62,7 @@ "crypto-browserify": "^3.12.1", "davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d", "debounce": "^3.0.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "escape-html": "^1.0.3", "focus-trap": "^7.8.0", "handlebars": "^4.7.9",