From b8029c56f75c79852431b3c5502869b25b85452a Mon Sep 17 00:00:00 2001 From: Jose Bolos Date: Tue, 27 Apr 2021 11:56:08 +0100 Subject: [PATCH] Fix security vuln by bumping express-hbs Also bumps pa11y-webservice to the latest version. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e03eaf..14587c3 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "body-parser": "~1.19.0", "compression": "~1.7.4", "express": "~4.17.1", - "express-hbs": "~2.1.2", + "express-hbs": "~2.4.0", "http-headers": "~3.0.2", "kleur": "~4.1.2", "moment": "~2.29.0", - "pa11y-webservice": "~3.2.0", + "pa11y-webservice": "~3.2.1", "pa11y-webservice-client-node": "~2.0.0", "underscore": "~1.11.0" },