From 2d061aba8d68d9568418877b5fb50ee70f0510b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 00:43:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b07f155e..46df95c36 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "qs": "^6.7.0", "restify-errors": "^8.0.2", "semver": "^7.3.8", - "send": "^0.18.0", + "send": "^0.19.0", "spdy": "^4.0.0", "uuid": "^9.0.0", "vasync": "^2.2.0"