Bump dompurify from 3.1.4 to 3.1.5 in /app

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

---
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-06-03 09:29:28 +00:00 committed by GitHub
parent 90dffb28f2
commit 4117a8a4fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
app/package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "4.8.0",
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.4",
"dompurify": "^3.1.5",
"marked": "^12.0.2"
},
"devDependencies": {
@ -1123,10 +1123,9 @@
"license": "MIT"
},
"node_modules/dompurify": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.4.tgz",
"integrity": "sha512-2gnshi6OshmuKil8rMZuQCGiUF3cUxHY3NGDzUAdUx/NPEe5DVnO8BDoAQouvgwnx0R/+a6jUn36Z0FSdq8vww==",
"license": "(MPL-2.0 OR Apache-2.0)"
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.5.tgz",
"integrity": "sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA=="
},
"node_modules/esbuild": {
"version": "0.20.2",

View File

@ -18,7 +18,7 @@
"type": "module",
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.4",
"dompurify": "^3.1.5",
"marked": "^12.0.2"
}
}