Skip to content

Commit

Permalink
Merge pull request #1443: Bump marked from 0.7.0 to 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Dec 17, 2024
2 parents c0ca42f + 7f0c80f commit e55461b
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 e55461b

Please sign in to comment.