Merge pull request #42 from ngn13/dependabot/npm_and_yarn/app/dompurify-3.0.10

Bump dompurify from 3.0.9 to 3.0.10 in /app
This commit is contained in:
ngn 2024-03-20 14:02:02 +00:00 committed by GitHub
commit e6f7b79808
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.5.0", "version": "4.5.0",
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"dompurify": "^3.0.9", "dompurify": "^3.0.10",
"marked": "^12.0.1" "marked": "^12.0.1"
}, },
"devDependencies": { "devDependencies": {
@ -662,9 +662,9 @@
"dev": true "dev": true
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.0.9", "version": "3.0.10",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.9.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.10.tgz",
"integrity": "sha512-uyb4NDIvQ3hRn6NiC+SIFaP4mJ/MdXlvtunaqK9Bn6dD3RuB/1S/gasEjDHD8eiaqdSael2vBv+hOs7Y+jhYOQ==" "integrity": "sha512-WZDL8ZHTliEVP3Lk4phtvjg8SNQ3YMc5WVstxE8cszKZrFjzI4PF4ZTIk9VGAc9vZADO7uGO2V/ZiStcRSAT4Q=="
}, },
"node_modules/esbuild": { "node_modules/esbuild": {
"version": "0.18.20", "version": "0.18.20",

View File

@ -16,7 +16,7 @@
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"dompurify": "^3.0.9", "dompurify": "^3.0.10",
"marked": "^12.0.1" "marked": "^12.0.1"
} }
} }