From 7c1d4824cc2cf5b924ceafed8776c8db4af864cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 05:26:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNTOJSX-6258886 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9968314..c1944ea 100644 --- a/package.json +++ b/package.json @@ -258,7 +258,7 @@ "lodash.omit": "^4.5.0", "lodash.throttle": "^4.1.1", "map-to-css-modules": "^1.0.6", - "markdown-to-jsx": "^6.10.3", + "markdown-to-jsx": "^7.4.0", "prop-types": "^15.7.2", "react-group": "^3.0.2", "react-transition-group": "^2.6.0"