From 683eb3a8bf677ef9236b1b722b29526aa1ef1797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 17:58:22 +0000 Subject: [PATCH] Update dependency restify to v11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 335448a..b8da5f3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "express": "4.17.1", "grunt": "0.4.5", "grunt-contrib-jshint": "1.1.0", - "restify": "7.7.0", + "restify": "11.1.0", "supertest": "4.0.2", "tape": "4.13.2", "through": "2.3.8",