Merge pull request #61 from ngn13/dependabot/npm_and_yarn/app/dompurify-3.1.3

Bump dompurify from 3.1.2 to 3.1.3 in /app
This commit is contained in:
ngn 2024-05-13 18:34:46 +00:00 committed by GitHub
commit 08bd5445a6
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.2",
"dompurify": "^3.1.3",
"marked": "^12.0.2"
},
"devDependencies": {
@ -662,9 +662,9 @@
"dev": true
},
"node_modules/dompurify": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.2.tgz",
"integrity": "sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg=="
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.3.tgz",
"integrity": "sha512-5sOWYSNPaxz6o2MUPvtyxTTqR4D3L77pr5rUQoWgD5ROQtVIZQgJkXbo1DLlK3vj11YGw5+LnF4SYti4gZmwng=="
},
"node_modules/esbuild": {
"version": "0.18.20",

View File

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