Skip to content

Commit

Permalink
Bump marked and @types/marked
Browse files Browse the repository at this point in the history
Bumps [marked](https://github.com/markedjs/marked) and [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked). These dependencies needed to be updated together.

Updates `marked` from 4.3.0 to 5.0.2
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v4.3.0...v5.0.2)

Updates `@types/marked` from 4.3.0 to 5.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/marked"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent 2f0322c commit 5f7e6ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"isomorphic-dompurify": "^1.5.0",
"jotai": "^2.1.0",
"markdown-to-jsx": "^7.2.0",
"marked": "^4.3.0",
"marked": "^5.0.2",
"material-symbols": "^0.5.5",
"meilisearch": "^0.32.3",
"next": "^13.4.3",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@types/html-to-text": "^9.0.0",
"@types/marked": "^4.3.0",
"@types/marked": "^5.0.0",
"@types/node": "20.2.3",
"@types/nodemailer": "^6.4.8",
"@types/react": "^18.2.6",
Expand Down

0 comments on commit 5f7e6ec

Please sign in to comment.