From 1ac2e87be0d97135d54fa8ce6dbf1c37010ff68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 01:22:08 +0000 Subject: [PATCH] build(deps): bump dompurify from 3.2.6 to 3.2.7 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.6...3.2.7) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34e4b8b4c28..fa35d59be54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "core-js": "^3.45.0", "davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d", "debounce": "^2.2.0", - "dompurify": "^3.2.6", + "dompurify": "^3.2.7", "escape-html": "^1.0.3", "focus-trap": "^7.6.5", "handlebars": "^4.7.8", @@ -11489,10 +11489,9 @@ } }, "node_modules/dompurify": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz", - "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==", - "license": "(MPL-2.0 OR Apache-2.0)", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz", + "integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index 3e213ebffdb..3489493e6b2 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "core-js": "^3.45.0", "davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d", "debounce": "^2.2.0", - "dompurify": "^3.2.6", + "dompurify": "^3.2.7", "escape-html": "^1.0.3", "focus-trap": "^7.6.5", "handlebars": "^4.7.8",