Bump marked from 14.1.1 to 14.1.2 in /app

Bumps [marked](https://github.com/markedjs/marked) from 14.1.1 to 14.1.2.
- [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/v14.1.1...v14.1.2)

---
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-09-18 19:23:34 +00:00 committed by GitHub
parent 5f29ddf250
commit ab4be1828a
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": "^14.1.1"
"marked": "^14.1.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
@ -1445,9 +1445,9 @@
}
},
"node_modules/marked": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz",
"integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==",
"version": "14.1.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz",
"integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==",
"bin": {
"marked": "bin/marked.js"
},

View File

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