From 877e44bc88a95ad8352a1a6820f919903dc58e0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 19:34:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://dev.snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://dev.snyk.io/vuln/npm:hoek:20180212 - https://dev.snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ccf4c2342..5e6c25805 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "extend": "~3.0.0", "forever-agent": "~0.6.1", "form-data": "~1.0.1", - "har-validator": "~2.0.6", - "hawk": "~3.1.3", + "har-validator": "~3.4.0", + "hawk": "~9.0.1", "http-signature": "~1.1.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", @@ -42,7 +42,7 @@ "qs": "~6.2.0", "stringstream": "~0.0.4", "tough-cookie": "~2.3.0", - "tunnel-agent": "~0.4.1" + "tunnel-agent": "~0.6.0" }, "scripts": { "test": "npm run lint && npm run test-ci && npm run test-browser",