Merge pull request #91 from ngn13/dependabot/npm_and_yarn/app/dompurify-3.1.6

Bump dompurify from 3.1.5 to 3.1.6 in /app
This commit is contained in:
ngn 2024-07-10 23:31:28 +00:00 committed by GitHub
commit 2b98baecbc
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.5",
"dompurify": "^3.1.6",
"marked": "^13.0.1"
},
"devDependencies": {
@ -1173,9 +1173,9 @@
"license": "MIT"
},
"node_modules/dompurify": {
"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=="
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz",
"integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ=="
},
"node_modules/eastasianwidth": {
"version": "0.2.0",

View File

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