From 62b32d692d36b9ca66b83f693f2e870bc5f6c0ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:42:12 +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 f002552..615b9fe 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": "^9.0.0", "restify-clients": "^2.5.2", "restify-errors": "^6.1.1", "toposort-class": "^0.3.1",