Merge pull request #90 from ngn13/dependabot/npm_and_yarn/app/marked-13.0.2

Bump marked from 13.0.1 to 13.0.2 in /app
This commit is contained in:
ngn 2024-07-10 23:32:38 +00:00 committed by GitHub
commit efab3f65c5
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.6",
"marked": "^13.0.1"
"marked": "^13.0.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
@ -1461,9 +1461,9 @@
}
},
"node_modules/marked": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.1.tgz",
"integrity": "sha512-7kBohS6GrZKvCsNXZyVVXSW7/hGBHe49ng99YPkDCckSUrrG7MSFLCexsRxptzOmyW2eT5dySh4Md1V6my52fA==",
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz",
"integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==",
"bin": {
"marked": "bin/marked.js"
},

View File

@ -19,6 +19,6 @@
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.6",
"marked": "^13.0.1"
"marked": "^13.0.2"
}
}