From d0f7a0d62932c9481ab55f5c0b2d4a10fe2a9b5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Dec 2022 18:08:47 +0000 Subject: [PATCH] feat: upgrade markdown-it from 12.3.2 to 13.0.1 Snyk has created this PR to upgrade markdown-it from 12.3.2 to 13.0.1. See this package in npm: https://www.npmjs.com/package/markdown-it See this project in Snyk: https://app.snyk.io/org/centaurioun/project/6e116fa4-5ae4-4570-99d9-184b19f2061f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08cbfdd010..6204f1718f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "cheerio": "^1.0.0-rc.5", "highlight.js": "^10.6.0", - "markdown-it": "^12.0.4", + "markdown-it": "^13.0.1", "yargs": "^12.0.5" }, "devDependencies": {