From d8e54692209ee892ff97e7810b863ad32afbe587 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:41:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5c170a..6602388 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "assert-plus": "^1.0.0", "bunyan": "^1.8.12", "lodash": "^4.16.4", - "restify": "^7.2.0", + "restify": "^9.0.0", "vasync": "^1.6.4", "verror": "^1.6.0" }