From 905326585d5fc876876b25a01a15f7ed08438d47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Jun 2022 17:06:39 +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/shippo/project/e202d3ce-577d-49ef-aa3d-67a801e38bdf?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": {