Bump dompurify from 3.2.3 to 3.2.4 in /src/Umbraco.Web.UI.Client

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

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-18 09:31:21 +00:00
committed by Jacob Overgaard
parent 5457521f19
commit 5c2e4da1ce
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
"@umbraco-ui/uui-css": "^1.12.1",
"base64-js": "^1.5.1",
"diff": "^7.0.0",
"dompurify": "^3.2.3",
"dompurify": "^3.2.4",
"element-internals-polyfill": "^1.3.12",
"lit": "^3.2.1",
"marked": "^15.0.6",
@@ -7667,9 +7667,9 @@
}
},
"node_modules/dompurify": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz",
"integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz",
"integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"

View File

@@ -219,7 +219,7 @@
"@umbraco-ui/uui-css": "^1.12.1",
"base64-js": "^1.5.1",
"diff": "^7.0.0",
"dompurify": "^3.2.3",
"dompurify": "^3.2.4",
"element-internals-polyfill": "^1.3.12",
"lit": "^3.2.1",
"marked": "^15.0.6",