From 3be2d690739ffe2b29dae56b118b80531ad72efb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 01:21:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5c170a..f6ed608 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": "^10.0.0", "vasync": "^1.6.4", "verror": "^1.6.0" }