From 3758b9cdff2b10361921a94f03c09874fc9f8582 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 14:34:54 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/request/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-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- AhMyth-Server/app/node_modules/request/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AhMyth-Server/app/node_modules/request/package.json b/AhMyth-Server/app/node_modules/request/package.json index 573130a8..35e3390c 100644 --- a/AhMyth-Server/app/node_modules/request/package.json +++ b/AhMyth-Server/app/node_modules/request/package.json @@ -61,8 +61,8 @@ "extend": "~3.0.0", "forever-agent": "~0.6.1", "form-data": "~2.1.1", - "har-validator": "~2.0.6", - "hawk": "~3.1.3", + "har-validator": "~5.1.5", + "hawk": "~9.0.1", "http-signature": "~1.1.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", @@ -71,8 +71,8 @@ "oauth-sign": "~0.8.1", "qs": "~6.3.0", "stringstream": "~0.0.4", - "tough-cookie": "~2.3.0", - "tunnel-agent": "~0.4.1", + "tough-cookie": "~4.1.3", + "tunnel-agent": "~0.6.0", "uuid": "^3.0.0" }, "description": "Simplified HTTP request client.",