chore(deps): bump marked from 11.0.0 to 12.0.0

Bumps [marked](https://github.com/markedjs/marked) from 11.0.0 to 12.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/v11.0.0...v12.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-02-05 03:00:52 +00:00
committed by Joachim Van Herwegen
parent 841b0f156b
commit ee1b501ad0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -54,7 +54,7 @@
"jose": "^5.1.3",
"jsonld-context-parser": "^2.3.2",
"lodash.orderby": "^4.6.0",
"marked": "^11.0.0",
"marked": "^12.0.0",
"mime-types": "^2.1.35",
"n3": "^1.17.1",
"nodemailer": "^6.9.6",
@@ -12552,9 +12552,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": "12.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz",
"integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==",
"bin": {
"marked": "bin/marked.js"
},
@@ -25860,9 +25860,9 @@
"dev": true
},
"marked": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz",
"integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw=="
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz",
"integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w=="
},
"mdast-util-from-markdown": {
"version": "0.8.5",

View File

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