From cc3485fef2c437563ca9116a087ff5119e278841 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 11:59:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5c170a..7330db7 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": "^8.1.0", "vasync": "^1.6.4", "verror": "^1.6.0" }