From aa3a9720edbc7288324ed55739f684d6007517c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Dec 2020 01:10:32 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1048676 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2164e95..17a5324 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "axios": "^0.19.0", "dayjs": "^1.8.14", "element-ui": "^2.10.0", - "highlight.js": "^9.15.8", + "highlight.js": "^10.4.1", "js-base64": "^2.5.1", "timeago.js": "^4.0.0-beta.2", "vue": "^2.6.10",