From 73bd4b4105ea9d3572781efb3f90127b6851a010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 23:39:44 +0000 Subject: [PATCH] fix: explorer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-TERSER-2806366 --- explorer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/package.json b/explorer/package.json index f81ae0f2d79b07..acb95c7e3af411 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -36,7 +36,7 @@ "react-countup": "^4.3.3", "react-dom": "^16.14.0", "react-router-dom": "^5.2.0", - "react-scripts": "^4.0.0", + "react-scripts": "^5.0.0", "react-select": "^3.1.0", "superstruct": "github:solana-labs/superstruct", "typescript": "^4.0.5"