From 85c9b3cd143d820672ce41b1f83568f90962609f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Oct 2023 22:16:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVTOOLSCORE-6023999 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25203bfcc4..c055297cd9 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "nullthrows": "1.0.0", "plist": "2.0.1", "react": "15.3.1", - "react-devtools-core": "2.1.3", + "react-devtools-core": "4.28.4", "react-dom": "15.3.1", "react-virtualized": "9.1.0", "redux": "3.6.0",