From 51bb04bf15696a7571a21c536249af88e0b8ed4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 May 2023 17:40:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNTOJSX-3310443 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0137632..bb05bb6 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.2.0", "moment": "^2.24.0", "pigeon-maps": "^0.15.0", "pigeon-marker": "^0.3.4",