From 928fa55534aaae05282aad9d84abfd08c39eaf05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Apr 2024 22:59:04 +0000 Subject: [PATCH] fix: explorer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOLANAWEB3JS-6647564 --- explorer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/package.json b/explorer/package.json index eae3497de991b2..95aa21d14d83c1 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -15,7 +15,7 @@ "@sentry/react": "^7.6.0", "@solana/buffer-layout": "^3.0.0", "@solana/spl-token-registry": "^0.2.3736", - "@solana/web3.js": "^1.50.0", + "@solana/web3.js": "^1.91.3", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.2.3",