Skip to content

Commit

Permalink
fix: bump marked from 14.1.4 to 15.0.2 (#611)
Browse files Browse the repository at this point in the history
Bumps [marked](https://github.com/markedjs/marked) from 14.1.4 to 15.0.2.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v14.1.4...v15.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent b44268f commit 39c1f20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"es-main": "^1.3.0",
"glob": "^11.0.0",
"handlebars": "^4.7.7",
"marked": "^14.0.0",
"marked": "^15.0.2",
"sanitize-html": "^2.10.0",
"ts-command-line-args": "^2.4.2"
},
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ __metadata:
eslint-plugin-promise: ^7.1.0
glob: ^11.0.0
handlebars: ^4.7.7
marked: ^14.0.0
marked: ^15.0.2
prettier: ^3.0.0
sanitize-html: ^2.10.0
ts-command-line-args: ^2.4.2
Expand Down Expand Up @@ -1700,7 +1700,7 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:*, marked@npm:^14.0.0":
"marked@npm:*":
version: 14.1.4
resolution: "marked@npm:14.1.4"
bin:
Expand All @@ -1709,6 +1709,15 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:^15.0.2":
version: 15.0.2
resolution: "marked@npm:15.0.2"
bin:
marked: bin/marked.js
checksum: 2315c8cbe1127d9598da5a978d7776aef6bc4dd65ea79a6632cd45e3cf4c8505700f1c8375104243677cc7d6b0f1275679cdfdf02f202cc805ed33cbf6b79c23
languageName: node
linkType: hard

"merge2@npm:^1.3.0":
version: 1.4.1
resolution: "merge2@npm:1.4.1"
Expand Down

0 comments on commit 39c1f20

Please sign in to comment.