Merge pull request #189 from ngn13/dependabot/npm_and_yarn/app/marked-15.0.2

Bump marked from 14.1.3 to 15.0.2 in /app
This commit is contained in:
ngn 2024-11-21 23:42:35 +00:00 committed by GitHub
commit 52665841e1
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": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.7",
"marked": "^14.1.3"
"marked": "^15.0.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
@ -1242,9 +1242,9 @@
}
},
"node_modules/marked": {
"version": "14.1.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz",
"integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==",
"version": "15.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz",
"integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==",
"bin": {
"marked": "bin/marked.js"
},

View File

@ -19,6 +19,6 @@
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.7",
"marked": "^14.1.3"
"marked": "^15.0.2"
}
}