From 351355d2f8a106ea481483ce40392634d7d0f456 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Nov 2020 04:39:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FINDMYWAY-1038269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f002552..8ebb414 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": "^8.0.0", "restify-clients": "^2.5.2", "restify-errors": "^6.1.1", "toposort-class": "^0.3.1",