From 96efcad67adcfadabbf8c4746c524d4bf8d720f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 02:49:51 +0000 Subject: [PATCH] Update dependency restify to v4 [SECURITY] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b6ff29..3b1c7c4 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "restify": "^3.0.2" + "restify": "^4.1.0" } }