From 909b488b0db24921ec789e09ff53d83b675322f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 01:27:49 +0000 Subject: [PATCH] Bump express in /2014_5_28__html5ug_intro_to_node_and_rest_part_1 Bumps [express](https://github.com/expressjs/express) from 4.3.2 to 4.17.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.3.2...4.17.1) Signed-off-by: dependabot[bot] --- 2014_5_28__html5ug_intro_to_node_and_rest_part_1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2014_5_28__html5ug_intro_to_node_and_rest_part_1/package.json b/2014_5_28__html5ug_intro_to_node_and_rest_part_1/package.json index 7fe7630..42ba0f8 100644 --- a/2014_5_28__html5ug_intro_to_node_and_rest_part_1/package.json +++ b/2014_5_28__html5ug_intro_to_node_and_rest_part_1/package.json @@ -4,7 +4,7 @@ "description": "", "main": "basic.js", "dependencies": { - "express": "~4.3.1", + "express": "~4.17.1", "restify" : "2.8.1", "ejs" : "1.0.0", "body-parser" : "1.2.2"