From 2aa63fe47694f3603de7175a5c2c725c82b26096 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 05:51:03 +0000 Subject: [PATCH] fix: upgrade markdown-to-jsx from 7.7.3 to 7.7.4 Snyk has created this PR to upgrade markdown-to-jsx from 7.7.3 to 7.7.4. See this package in npm: markdown-to-jsx See this project in Snyk: https://app.snyk.io/org/turnerrainer/project/da9b497a-d83c-4b67-995a-fb2e354a1800?utm_source=github&utm_medium=referral&page=upgrade-pr --- GUI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/package.json b/GUI/package.json index 9f6f6e38..f34d6dd7 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -28,7 +28,7 @@ "howler": "^2.2.4", "i18next": "^22.4.9", "i18next-browser-languagedetector": "^7.0.1", - "markdown-to-jsx": "7.7.3", + "markdown-to-jsx": "7.7.4", "moment": "^2.29.4", "radix-ui": "^1.0.1", "react": "^18.2.0",