chore(deps): Bump dompurify from 3.2.5 to 3.2.6

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.5...3.2.6)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.2.6
  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-05-24 01:45:07 +00:00 committed by Andy Scherzinger
parent b3d1fac31e
commit 4b4cd3b7f7
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -47,7 +47,7 @@
"core-js": "^3.41.0",
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
"debounce": "^2.1.0",
"dompurify": "^3.2.5",
"dompurify": "^3.2.6",
"escape-html": "^1.0.3",
"focus-trap": "^7.6.4",
"handlebars": "^4.7.7",
@ -11204,9 +11204,9 @@
}
},
"node_modules/dompurify": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.5.tgz",
"integrity": "sha512-mLPd29uoRe9HpvwP2TxClGQBzGXeEC/we/q+bFlmPPmj2p2Ugl3r6ATu/UU1v77DXNcehiBg9zsr1dREyA/dJQ==",
"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)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"

View file

@ -78,7 +78,7 @@
"core-js": "^3.41.0",
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
"debounce": "^2.1.0",
"dompurify": "^3.2.5",
"dompurify": "^3.2.6",
"escape-html": "^1.0.3",
"focus-trap": "^7.6.4",
"handlebars": "^4.7.7",