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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-20 01:22:08 +00:00 committed by Andy Scherzinger
parent 060c0b6829
commit 1ac2e87be0
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -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"
}

View file

@ -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",