chore(deps-dev): bump marked from 11.0.0 to 11.0.1

Bumps [marked](https://github.com/markedjs/marked) from 11.0.0 to 11.0.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.0.0...v11.0.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] 2023-12-08 19:47:25 +00:00 committed by GitHub
parent 23fd06b2ca
commit cc2c405ea7
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

@ -46,7 +46,7 @@
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^4.0.0",
"markdownlint-cli": "^0.37.0",
"marked": "^11.0.0",
"marked": "^11.0.1",
"outdent": "^0.8.0",
"pagefind": "^1.0.4",
"postcss": "^8.4.32",
@ -7478,9 +7478,9 @@
}
},
"node_modules/marked": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz",
"integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz",
"integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==",
"dev": true,
"bin": {
"marked": "bin/marked.js"

View file

@ -55,7 +55,7 @@
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^4.0.0",
"markdownlint-cli": "^0.37.0",
"marked": "^11.0.0",
"marked": "^11.0.1",
"outdent": "^0.8.0",
"pagefind": "^1.0.4",
"postcss": "^8.4.32",