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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-07 17:29:47 +00:00 committed by Andy Scherzinger
parent a75e7c2169
commit dca7f4edeb
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

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

View file

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