Merge pull request #73 from ngn13/dependabot/npm_and_yarn/app/marked-13.0.0

Bump marked from 12.0.2 to 13.0.0 in /app
This commit is contained in:
ngn 2024-06-14 15:50:52 +00:00 committed by GitHub
commit 131879db4f
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

@ -10,7 +10,7 @@
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.5",
"marked": "^12.0.2"
"marked": "^13.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
@ -1340,10 +1340,9 @@
}
},
"node_modules/marked": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
"license": "MIT",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz",
"integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==",
"bin": {
"marked": "bin/marked.js"
},

View File

@ -19,6 +19,6 @@
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.5",
"marked": "^12.0.2"
"marked": "^13.0.0"
}
}