Bump dompurify from 3.2.1 to 3.2.3 in /app

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

---
updated-dependencies:
- dependency-name: dompurify
  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] 2024-12-09 09:49:50 +00:00 committed by GitHub
parent 6dde14503c
commit be54371efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
app/package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "5.0.0",
"dependencies": {
"@types/dompurify": "^3.2.0",
"dompurify": "^3.2.1",
"dompurify": "^3.2.3",
"marked": "^15.0.3"
},
"devDependencies": {
@ -1018,9 +1018,9 @@
"dev": true
},
"node_modules/dompurify": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.1.tgz",
"integrity": "sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w==",
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz",
"integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
}

View File

@ -18,7 +18,7 @@
"type": "module",
"dependencies": {
"@types/dompurify": "^3.2.0",
"dompurify": "^3.2.1",
"dompurify": "^3.2.3",
"marked": "^15.0.3"
}
}