Skip to content

Commit

Permalink
Bump marked from 0.7.0 to 4.0.10
Browse files Browse the repository at this point in the history
Manually updated the import statement to match new version.
Everything else generated by dependabot.

Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v0.7.0...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and victorlin committed Dec 17, 2024
1 parent c0ca42f commit 2f0176a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -83,7 +83,7 @@
"linspace": "^1.0.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"marked": "^0.7.0",
"marked": "^4.0.10",
"mousetrap": "^1.6.2",
"null-loader": "^4.0.0",
"outer-product": "0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/util/parseMarkdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import marked from "marked";
import { marked } from "marked";
import dompurify from "dompurify";

dompurify.addHook("afterSanitizeAttributes", (node) => {
Expand Down

0 comments on commit 2f0176a

Please sign in to comment.