Bump marked from 15.0.2 to 15.0.3 in /app

Bumps [marked](https://github.com/markedjs/marked) from 15.0.2 to 15.0.3.
- [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/v15.0.2...v15.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-29 09:53:49 +00:00 committed by GitHub
parent e1b3721b7d
commit bfca06f53a
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.2.0",
"dompurify": "^3.2.1",
"marked": "^15.0.2"
"marked": "^15.0.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
@ -1217,9 +1217,9 @@
}
},
"node_modules/marked": {
"version": "15.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz",
"integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==",
"version": "15.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz",
"integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==",
"bin": {
"marked": "bin/marked.js"
},

View File

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