From 16e240a5f9ed4883e1b663c611b8571d8871a674 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 02:59:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - 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:hoek:20180212 - https://snyk.io/vuln/npm:tough-cookie:20160722 - https://snyk.io/vuln/npm:tough-cookie:20170905 - 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 4e00b04..f9db3a1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "json-stringify-safe": "5.0.x", "lodash": "^3.10.1", - "request": "2.68.0" + "request": "2.88.2" }, "devDependencies": { "assert": "^1.3.0",