From 6f466e024a4d79985e804c920b02c63bb4559f35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Oct 2021 21:34:51 +0000 Subject: [PATCH] fix: upgrade express from 4.9.8 to 4.17.1 Snyk has created this PR to upgrade express from 4.9.8 to 4.17.1. See this package in npm: https://www.npmjs.com/package/express See this project in Snyk: https://app.snyk.io/org/jswheeler/project/777e1818-7ef2-4a3d-8aa8-bf1434b215b6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c70f4df..250f9c0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "body-parser": "~1.8.1", "cookie-parser": "~1.3.3", "debug": "~2.0.0", - "express": "~4.9.0", + "express": "~4.17.1", "express-session": "^1.11.1", "hbs": "^3.1.0", "lodash": "^3.7.0",