From 50fad7a8b72f2b87ee3b5fd18e70dee55fd1305a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 01:28:52 +0000 Subject: [PATCH] Bump restify in /2014_5_28__html5ug_intro_to_node_and_rest_part_1 Bumps [restify](https://github.com/restify/node-restify) from 2.8.1 to 8.5.1. - [Release notes](https://github.com/restify/node-restify/releases) - [Changelog](https://github.com/restify/node-restify/blob/master/CHANGELOG.md) - [Commits](https://github.com/restify/node-restify/compare/v2.8.1...v8.5.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..5efe0f7 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 @@ -5,7 +5,7 @@ "main": "basic.js", "dependencies": { "express": "~4.3.1", - "restify" : "2.8.1", + "restify" : "8.5.1", "ejs" : "1.0.0", "body-parser" : "1.2.2" },