Merge pull request #226 from ngn13/dependabot/npm_and_yarn/app/marked-15.0.4

Bump marked from 15.0.3 to 15.0.4 in /app
This commit is contained in:
ngn 2024-12-18 12:07:55 +00:00 committed by GitHub
commit c7f38a81c6
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

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@types/dompurify": "^3.2.0", "@types/dompurify": "^3.2.0",
"dompurify": "^3.2.3", "dompurify": "^3.2.3",
"marked": "^15.0.3" "marked": "^15.0.4"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/adapter-auto": "^3.3.1",
@ -1230,9 +1230,9 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "15.0.3", "version": "15.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz",
"integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", "integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },

View File

@ -19,6 +19,6 @@
"dependencies": { "dependencies": {
"@types/dompurify": "^3.2.0", "@types/dompurify": "^3.2.0",
"dompurify": "^3.2.3", "dompurify": "^3.2.3",
"marked": "^15.0.3" "marked": "^15.0.4"
} }
} }