From 9e0b6857d868bd69aab3d87fa4ce3ed036f7d7e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 09:06:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25203bfcc4..90b02f9703 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "react-dom": "15.3.1", "react-virtualized": "9.1.0", "redux": "3.6.0", - "request": "2.79.0", + "request": "2.87.0", "resolve-from": "2.0.0", "rimraf": "2.5.4", "rxjs": "5.3.1",