Bump dompurify from 3.1.0 to 3.1.1 in /app

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

---
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-04-29 10:07:08 +00:00 committed by GitHub
parent bc076ecfe2
commit e25c1d55e0
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": "4.8.0",
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.0",
"dompurify": "^3.1.1",
"marked": "^12.0.2"
},
"devDependencies": {
@ -662,9 +662,9 @@
"dev": true
},
"node_modules/dompurify": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.0.tgz",
"integrity": "sha512-yoU4rhgPKCo+p5UrWWWNKiIq+ToGqmVVhk0PmMYBK4kRsR3/qhemNFL8f6CFmBd4gMwm3F4T7HBoydP5uY07fA=="
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.1.tgz",
"integrity": "sha512-tVP8C/GJwnABOn/7cx/ymx/hXpmBfWIPihC1aOEvS8GbMqy3pgeYtJk1HXN3CO7tu+8bpY18f6isjR5Cymj0TQ=="
},
"node_modules/esbuild": {
"version": "0.18.20",

View File

@ -16,7 +16,7 @@
"type": "module",
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.0",
"dompurify": "^3.1.1",
"marked": "^12.0.2"
}
}