Merge pull request #69 from ngn13/dependabot/npm_and_yarn/app/dompurify-3.1.5

Bump dompurify from 3.1.4 to 3.1.5 in /app
This commit is contained in:
ngn 2024-06-05 15:07:45 +00:00 committed by GitHub
commit 218fe0ba02
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"
}
}