From 43ea594998cbc0ee82eab78171bfe83f663664cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 10:35:02 +0000 Subject: [PATCH] Bump restify from 2.6.3 to 8.5.1 Bumps [restify](https://github.com/restify/node-restify) from 2.6.3 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.6.3...v8.5.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11d9276..7f77857 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "https://github.com/PinionTech/servers-by-game/issues" }, "dependencies": { - "restify": "~2.6.3", + "restify": "~8.5.1", "redis": "~0.10.1", "time": "~0.10.0", "moment-timezone": "0.0.3",