From 1264d1ac7dd28c89c858d1e3e5af3b9cdf9de2ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jul 2020 00:34:18 +0000 Subject: [PATCH] fix: upgrade send from 0.16.2 to 0.17.1 Snyk has created this PR to upgrade send from 0.16.2 to 0.17.1. See this package in NPM: https://www.npmjs.com/package/send See this project in Snyk: https://app.snyk.io/org/restify/project/90640bf9-e38c-4d08-9248-eb45cf98e1c8?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4e1ae20b..c3b1fc7d6 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "qs": "^6.7.0", "restify-errors": "^8.0.2", "semver": "^6.1.1", - "send": "^0.16.2", + "send": "^0.17.1", "spdy": "^4.0.0", "uuid": "^3.3.2", "vasync": "^2.2.0"