chore(deps): bump marked from 13.0.0 to 14.1.0

Bumps [marked](https://github.com/markedjs/marked) from 13.0.0 to 14.1.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/v13.0.0...v14.1.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-08-27 01:59:31 +00:00 committed by Joachim Van Herwegen
parent 1be2e23651
commit 9d403e516c
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": "^13.0.0", "marked": "^14.1.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": "13.0.0", "version": "14.1.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz",
"integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==", "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },
@ -35424,9 +35424,9 @@
"dev": true "dev": true
}, },
"marked": { "marked": {
"version": "13.0.0", "version": "14.1.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz",
"integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==" "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA=="
}, },
"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": "^13.0.0", "marked": "^14.1.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",