Bump marked from 12.0.2 to 13.0.0 in /app

Bumps [marked](https://github.com/markedjs/marked) from 12.0.2 to 13.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v12.0.2...v13.0.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-12 09:47:12 +00:00 committed by GitHub
parent 5d64e9e0b2
commit 3582a709d6
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",
@ -1364,10 +1364,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"
}
}