chore(deps-dev): bump marked from 11.1.0 to 11.1.1

Bumps [marked](https://github.com/markedjs/marked) from 11.1.0 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/v11.1.0...v11.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-01 20:00:12 +00:00 committed by GitHub
parent 66fa48ed3b
commit be0ad0140f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -30,7 +30,7 @@
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^4.0.0",
"marked": "^11.1.0",
"marked": "^11.1.1",
"outdent": "^0.8.0",
"pagefind": "^1.0.4",
"sanitize-html": "^2.11.0",
@ -4059,9 +4059,9 @@
"dev": true
},
"node_modules/marked": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz",
"integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz",
"integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==",
"dev": true,
"bin": {
"marked": "bin/marked.js"

View file

@ -36,7 +36,7 @@
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^4.0.0",
"marked": "^11.1.0",
"marked": "^11.1.1",
"outdent": "^0.8.0",
"pagefind": "^1.0.4",
"sanitize-html": "^2.11.0",