From 762aef7f2f4e6378bd1e8964df2989fcf78798e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 16:05: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-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- explorer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/explorer/package.json b/explorer/package.json index f81ae0f2d79b07..4f054436641f1e 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -29,14 +29,14 @@ "chart.js": "^2.9.4", "classnames": "2.2.6", "humanize-duration-ts": "^2.1.1", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "prettier": "^2.1.2", "react": "^16.14.0", "react-chartjs-2": "^2.10.0", "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"