From 2618b0313e4bc85888315c6fde9d92569357519f Mon Sep 17 00:00:00 2001 From: Erik Demaine Date: Wed, 10 Jul 2024 11:26:11 -0400 Subject: [PATCH] Update deps including KaTeX and markdown-it --- CHANGELOG.md | 4 ++++ package.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a46f37..78b67c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a576a9a..a42d98b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }