Skip to content

Commit

Permalink
chore(deps): bump marked from 13.0.3 to 14.0.0 (#1056)
Browse files Browse the repository at this point in the history
* chore(deps): bump marked from 13.0.3 to 14.0.0

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>

* fix: usage of major version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aaschlote <alex.schlote@digitalservice.bund.de>
  • Loading branch information
dependabot[bot] and aaschlote authored Aug 7, 2024
1 parent 98f5a6c commit e9f4982
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/components/RichText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const RichText = ({
renderer?: Partial<Renderer>;
}) => {
const marked = new Marked({
useNewRenderer: true,
renderer: renderer ?? defaultRenderer,
async: false,
});
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ioredis": "^5.4.1",
"isbot": "^5.1.14",
"lodash": "^4.17.21",
"marked": "^13.0.3",
"marked": "^14.0.0",
"match-sorter": "^6.3.4",
"mustache": "^4.2.0",
"pdf-lib": "^1.17.1",
Expand Down

0 comments on commit e9f4982

Please sign in to comment.