From 47d91f6d8ea6f54b90fa5b3853716f67c9add915 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 16:13:06 +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 - https://snyk.io/vuln/SNYK-JS-PUG-1071616 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d2aaab..03996dd 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "dependencies": { "commander": "^3.0.0", "express": "^4.17.1", - "highlight.js": "^9.15.9", - "pug": "^2.0.4", + "highlight.js": "^10.4.1", + "pug": "^3.0.1", "puppeteer": "^1.19.0", "typescript": "^3.5.3", "ws": "^7.1.1"