From 2e284ef75ef51199f11e5798ddb01021b8182e4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Mar 2024 23:01:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c177d3..08078d0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@iconfu/svg-inject": "^1.2.3", "dotenv": "^8.2.0", "emotions": "0.0.1", - "markdown-it": "^12.3.2", + "markdown-it": "^13.0.2", "markdown-it-attrs": "^2.4.1", "react": "^16.11.0", "react-dom": "^16.11.0",