Bump marked from 7.0.5 to 11.1.1 in /app

Bumps [marked](https://github.com/markedjs/marked) from 7.0.5 to 11.1.1.
- [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/v7.0.5...v11.1.1)

---
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-01-08 19:34:20 +00:00 committed by GitHub
parent da05ef8081
commit 7a41500140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
app/package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.0.8",
"marked": "^7.0.4"
"marked": "^11.1.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
@ -791,14 +791,14 @@
}
},
"node_modules/marked": {
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/marked/-/marked-7.0.5.tgz",
"integrity": "sha512-lwNAFTfXgqpt/XvK17a/8wY9/q6fcSPZT1aP6QW0u74VwaJF/Z9KbRcX23sWE4tODM+AolJNcUtErTkgOeFP/Q==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz",
"integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 16"
"node": ">= 18"
}
},
"node_modules/mdn-data": {

View File

@ -17,6 +17,6 @@
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.0.8",
"marked": "^7.0.4"
"marked": "^11.1.1"
}
}