From 7667f09344b567d9ceba5117f5f9aad8d3689ea4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:36:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6861ea92..37453a40 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "config": "^1.21.0", "cookie-parser": "^1.4.3", "express": "^4.14.0", - "express-handlebars": "^3.0.0", + "express-handlebars": "^7.0.0", "express-session": "^1.14.0", "font-awesome": "^4.6.3", "hbs": "^4.0.0", @@ -78,7 +78,7 @@ "chai": "^3.5.0", "colors": "^1.1.2", "electron-prebuilt": "^1.2.8", - "eslint": "^3.2.0", + "eslint": "^6.0.0", "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^2.0.0", "eslint-plugin-standard": "^2.0.0",