build(deps): bump dompurify from 3.3.0 to 3.3.1

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

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.3.1
  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-12-10 10:51:41 +00:00 committed by Andy Scherzinger
parent 01a4d63e29
commit 859d2ba1db
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -47,7 +47,7 @@
"core-js": "^3.47.0",
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
"debounce": "^2.1.0",
"dompurify": "^3.3.0",
"dompurify": "^3.3.1",
"escape-html": "^1.0.3",
"focus-trap": "^7.6.6",
"handlebars": "^4.7.7",
@ -11353,9 +11353,9 @@
}
},
"node_modules/dompurify": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.0.tgz",
"integrity": "sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz",
"integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
}

View file

@ -84,7 +84,7 @@
"core-js": "^3.47.0",
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
"debounce": "^2.1.0",
"dompurify": "^3.3.0",
"dompurify": "^3.3.1",
"escape-html": "^1.0.3",
"focus-trap": "^7.6.6",
"handlebars": "^4.7.7",