From bce5b34360f129781af6c57c7fde0ae7dc2654c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Feb 2024 16:39:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BL-608877 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/npm:hawk:20160119 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:request:20160119 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2554b34..4a23a54 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "json-stringify-safe": "5.0.x", "lodash": "^3.10.1", - "request": "2.49.x" + "request": "2.88.2" }, "devDependencies": { "assert": "^1.3.0",