From a724d392c755c104077bbea3f8a1dcfe52e668cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Dec 2020 08:19:07 +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 0c948eb..f490fa1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "extend": "^3.0.0", "google-auth-library": "^0.9.8", "googleapis": "~16.1", - "highlight.js": "^9.7.0", + "highlight.js": "^10.4.1", "inline-styles-parse": "^1.2.0", "jsonfile": "^2.4.0", "layout": "^2.2.0",