From aa59181d93a01ee9b30f44e176c3e32c4b13933c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 09:06:48 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index 4d073f43001f..8c5f2b7f8d3e 100644 --- a/client/package.json +++ b/client/package.json @@ -59,7 +59,7 @@ "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "react-lazy-load": "^4.0.1", - "react-markdown": "^8.0.6", + "react-markdown": "^9.0.0", "react-router-dom": "^6.11.2", "react-string-replace": "^1.1.0", "react-textarea-autosize": "^8.4.0", @@ -68,8 +68,8 @@ "rehype-highlight": "^6.0.0", "rehype-katex": "^6.0.2", "rehype-raw": "^6.1.1", - "remark-gfm": "^3.0.1", - "remark-math": "^5.1.1", + "remark-gfm": "^4.0.0", + "remark-math": "^6.0.0", "remark-supersub": "^1.0.0", "tailwind-merge": "^1.9.1", "tailwindcss-animate": "^1.0.5",