chore(deps-dev): bump marked from 9.1.6 to 10.0.0

Bumps [marked](https://github.com/markedjs/marked) from 9.1.6 to 10.0.0.
- [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/v9.1.6...v10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-13 19:51:06 +00:00 committed by GitHub
parent 2c476af7c1
commit 6c61c3065e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -46,7 +46,7 @@
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3",
"markdownlint-cli": "^0.37.0",
"marked": "^9.1.6",
"marked": "^10.0.0",
"outdent": "^0.8.0",
"pagefind": "^1.0.3",
"postcss": "^8.4.31",
@ -7285,15 +7285,15 @@
}
},
"node_modules/marked": {
"version": "9.1.6",
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz",
"integrity": "sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz",
"integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==",
"dev": true,
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 16"
"node": ">= 18"
}
},
"node_modules/maximatch": {

View file

@ -55,7 +55,7 @@
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3",
"markdownlint-cli": "^0.37.0",
"marked": "^9.1.6",
"marked": "^10.0.0",
"outdent": "^0.8.0",
"pagefind": "^1.0.3",
"postcss": "^8.4.31",