Skip to content

Commit

Permalink
fix: bump marked from 11.2.0 to 12.0.0 (#333)
Browse files Browse the repository at this point in the history
Bumps [marked](https://github.com/markedjs/marked) from 11.2.0 to 12.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v11.2.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 17, 2024
1 parent 3dbe2b9 commit 40547a8
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 @@ -38,7 +38,7 @@
"@iarna/toml": "^2.2.5",
"glob": "^10.2.7",
"handlebars": "^4.7.7",
"marked": "^11.0.0",
"marked": "^12.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 @@ -1078,7 +1078,7 @@ __metadata:
handlebars: ^4.7.7
jest: ^29.3.1
jest-extended: ^4.0.1
marked: ^11.0.0
marked: ^12.0.0
prettier: ^3.0.0
sanitize-html: ^2.10.0
ts-command-line-args: ^2.4.2
Expand Down Expand Up @@ -5495,7 +5495,7 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:*, marked@npm:^11.0.0":
"marked@npm:*":
version: 11.2.0
resolution: "marked@npm:11.2.0"
bin:
Expand All @@ -5504,6 +5504,15 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:^12.0.0":
version: 12.0.0
resolution: "marked@npm:12.0.0"
bin:
marked: bin/marked.js
checksum: 973e803debf7eca946213cd583792c2968ecab1b6698653604272d5406f9f07375a4865a7a28633a7200c8a4682761f8d866198fb36c10c686e3bda3a9b36fc9
languageName: node
linkType: hard

"merge-stream@npm:^2.0.0":
version: 2.0.0
resolution: "merge-stream@npm:2.0.0"
Expand Down

0 comments on commit 40547a8

Please sign in to comment.