From aa8e1ad57474ae3efe764a2547bfca941f9d2b77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 23:57:27 +0000 Subject: [PATCH] fix: explorer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TMPL-1583443 --- explorer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/explorer/package.json b/explorer/package.json index eae3497de991b2..5cfb91cdd0fde5 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -16,7 +16,7 @@ "@solana/buffer-layout": "^3.0.0", "@solana/spl-token-registry": "^0.2.3736", "@solana/web3.js": "^1.50.0", - "@testing-library/jest-dom": "^5.16.1", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.2.3", "@types/bn.js": "^5.1.0", @@ -50,7 +50,7 @@ "react-json-view": "^1.21.3", "react-moment": "^1.1.1", "react-router-dom": "^5.3.0", - "react-scripts": "^4.0.3", + "react-scripts": "^5.0.0", "react-select": "^4.3.1", "sass": "^1.53.0", "superstruct": "^0.15.3",