From 2e276eb17862e9524573ad3774814c10156e8d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Jun 2022 17:06:34 +0000 Subject: [PATCH] feat: upgrade highlight.js from 10.7.3 to 11.5.1 Snyk has created this PR to upgrade highlight.js from 10.7.3 to 11.5.1. See this package in npm: https://www.npmjs.com/package/highlight.js 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..c3c15b36f8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "dependencies": { "cheerio": "^1.0.0-rc.5", - "highlight.js": "^10.6.0", + "highlight.js": "^11.5.1", "markdown-it": "^12.0.4", "yargs": "^12.0.5" },