Skip to content

Commit

Permalink
Update deps including KaTeX and markdown-it
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Jul 10, 2024
1 parent 289592d commit 2618b03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ To see every change with descriptions aimed at developers, see
As a continuously updated web app, Comingle uses dates
instead of version numbers.

## 2024-07-10

* Performance security updates for KaTeX and Markdown

## 2024-02-09

* Creating a room without entering a room title creates visual feedback
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"bootstrap": "4.6.0",
"flexlayout-react": "0.5.12",
"jsrsasign": "^10.8.3",
"katex": "0.15.2",
"katex": "0.16.11",
"markdown-it": "12.3.2",
"markdown-it-texmath": "0.9.7",
"meteor-node-stubs": "1.1.0",
"pug": "3.0.2",
"pug": "3.0.3",
"react": "17.0.2",
"react-bootstrap": "1.6.0",
"react-dnd": "15.1.0",
Expand Down Expand Up @@ -72,8 +72,8 @@
"eslint-plugin-import": "2.19.1",
"eslint-plugin-meteor": "7.3.0",
"eslint-plugin-react": "7.28.0",
"isomorphic-fetch": "^3.0.0",
"markdownlint-cli": "0.30.0",
"isomorphic-fetch": "3.0.0",
"markdownlint-cli": "0.41.0",
"markdownlint-rule-github-internal-links": "0.1.0"
}
}

0 comments on commit 2618b03

Please sign in to comment.