Skip to content

Commit

Permalink
fix: bump marked from 13.0.3 to 14.0.0 (#497)
Browse files Browse the repository at this point in the history
Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 14.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v13.0.3...v14.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 38c163a commit 9cec66b
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": "^13.0.0",
"marked": "^14.0.0",
"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 @@ -337,7 +337,7 @@ __metadata:
eslint-plugin-promise: ^6.0.0
glob: ^11.0.0
handlebars: ^4.7.7
marked: ^13.0.0
marked: ^14.0.0
prettier: ^3.0.0
sanitize-html: ^2.10.0
ts-command-line-args: ^2.4.2
Expand Down Expand Up @@ -1753,7 +1753,7 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:*, marked@npm:^13.0.0":
"marked@npm:*":
version: 13.0.3
resolution: "marked@npm:13.0.3"
bin:
Expand All @@ -1762,6 +1762,15 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:^14.0.0":
version: 14.0.0
resolution: "marked@npm:14.0.0"
bin:
marked: bin/marked.js
checksum: 965405cde11d180e5da78cf51074b1947f1e5483ed99691d3ec990a078aa6ca9113cf19bbd44da45473d0e7eec7298255e7d860a650dd5e7aed78ca5a8e0161b
languageName: node
linkType: hard

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

0 comments on commit 9cec66b

Please sign in to comment.