From dca7f4edeba8be187c3b408aff3968c26b2000fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 17:29:47 +0000 Subject: [PATCH] build(deps): bump dompurify from 3.2.6 to 3.3.0 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.6 to 3.3.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.6...3.3.0) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1d6d5bd9727..e84b93254ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "core-js": "^3.46.0", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^2.1.0", - "dompurify": "^3.2.6", + "dompurify": "^3.3.0", "escape-html": "^1.0.3", "focus-trap": "^7.6.5", "handlebars": "^4.7.7", @@ -11333,10 +11333,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.3.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.0.tgz", + "integrity": "sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index 356359bc66c..c1421b4418a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "core-js": "^3.46.0", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^2.1.0", - "dompurify": "^3.2.6", + "dompurify": "^3.3.0", "escape-html": "^1.0.3", "focus-trap": "^7.6.5", "handlebars": "^4.7.7",