chore(deps): bump marked from 12.0.0 to 13.0.0

Bumps [marked](https://github.com/markedjs/marked) from 12.0.0 to 13.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/v12.0.0...v13.0.0)

---
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-06-24 07:16:27 +00:00 committed by Joachim Van Herwegen
parent c738de183e
commit 1be2e23651
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -54,7 +54,7 @@
"jose": "^5.1.3", "jose": "^5.1.3",
"jsonld-context-parser": "^3.0.0", "jsonld-context-parser": "^3.0.0",
"lodash.orderby": "^4.6.0", "lodash.orderby": "^4.6.0",
"marked": "^12.0.0", "marked": "^13.0.0",
"mime-types": "^2.1.35", "mime-types": "^2.1.35",
"n3": "^1.17.1", "n3": "^1.17.1",
"nodemailer": "^6.9.6", "nodemailer": "^6.9.6",
@ -17469,9 +17469,9 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "12.0.0", "version": "13.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz",
"integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", "integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },
@ -35424,9 +35424,9 @@
"dev": true "dev": true
}, },
"marked": { "marked": {
"version": "12.0.0", "version": "13.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz",
"integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==" "integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw=="
}, },
"mdast-util-from-markdown": { "mdast-util-from-markdown": {
"version": "0.8.5", "version": "0.8.5",

View File

@ -118,7 +118,7 @@
"jose": "^5.1.3", "jose": "^5.1.3",
"jsonld-context-parser": "^3.0.0", "jsonld-context-parser": "^3.0.0",
"lodash.orderby": "^4.6.0", "lodash.orderby": "^4.6.0",
"marked": "^12.0.0", "marked": "^13.0.0",
"mime-types": "^2.1.35", "mime-types": "^2.1.35",
"n3": "^1.17.1", "n3": "^1.17.1",
"nodemailer": "^6.9.6", "nodemailer": "^6.9.6",