From f3ee4b2c4b90ce9f90d5047b4c7f44ab3073d527 Mon Sep 17 00:00:00 2001 From: Hunter Rafuse <31886722+HunterRafuse@users.noreply.github.com> Date: Sat, 13 Oct 2018 10:00:53 +0300 Subject: [PATCH] Update package.json update express package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a060342..a2badb4 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "author": "Maximilian Schwarzmüller", "license": "ISC", "dependencies": { - "express": "^4.16.2" + "express": "^4.16.4" } }