From 52dfc068e98eed13d78509230b8145f1eff3be80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Dec 2020 03:15:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1048676 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c43bafe84f..1ee4493371 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "git-url-parse": "^6.0.5", "github": "^3.0", "gravatar": "^1.5.2", - "highlight.js": "^9.6.0", + "highlight.js": "^10.4.1", "lodash": "^4.15", "markdown": "^0.5.0", "marked": "^0.3.6",