Bump marked from 15.0.12 to 17.0.4

Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 17.0.4.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v17.0.4)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 17.0.4
  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]
2026-03-08 12:02:45 +00:00
committed by GitHub
parent 837fb21c52
commit a496772e1d
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -18,7 +18,7 @@
"@types/jest": "^29.5.14",
"@types/node": "^22.13.5",
"jest": "^29.7.0",
"marked": "^15.0.7",
"marked": "^17.0.4",
"ts-jest": "^29.2.6",
"ts-proto": "^2.7.7",
"typedoc": "^0.27.7",
@@ -3154,16 +3154,16 @@
"license": "Python-2.0"
},
"node_modules/marked": {
"version": "15.0.12",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
"version": "17.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz",
"integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==",
"dev": true,
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
"node": ">= 20"
}
},
"node_modules/mdurl": {
+1 -1
View File
@@ -32,7 +32,7 @@
"@types/jest": "^29.5.14",
"@types/node": "^22.13.5",
"jest": "^29.7.0",
"marked": "^15.0.7",
"marked": "^17.0.4",
"ts-jest": "^29.2.6",
"ts-proto": "^2.7.7",
"typedoc": "^0.27.7",