From 0cd6572a32fb3f8510a52279a41fb0c16b39b710 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 06:43:43 +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 0137632..b5ee469 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "connected-react-router": "^6.8.0", "dayjs": "^1.10.4", "i18next": "^19.4.2", - "markdown-to-jsx": "^6.11.4", + "markdown-to-jsx": "^7.4.0", "moment": "^2.24.0", "pigeon-maps": "^0.15.0", "pigeon-marker": "^0.3.4",