From 44f909eb24b45e66de42d81eb207c6d6f1c20afd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 18:23:25 +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 f002552..74dd260 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "bunyan": "^1.4.0", "immutable": "^3.7.4", "lodash": "^4.17.5", - "restify": "^7.2.1", + "restify": "^10.0.0", "restify-clients": "^2.5.2", "restify-errors": "^6.1.1", "toposort-class": "^0.3.1",