diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 1a17c6078c..02ed91d653 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2622,9 +2622,9 @@ } }, "@solana/web3.js": { - "version": "0.87.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.87.1.tgz", - "integrity": "sha512-Q1ltSExYuLuKedwZvNS4HJhT6qL5rDm8wE4oElQINzMvLATPQto5XsdbNz9J9yj/cqzCN6bKhYroRlKOgF4lNg==", + "version": "0.88.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.88.0.tgz", + "integrity": "sha512-e3dvt+k6keooHuwRR7ZcQoiz0Emi/5fr5QsLBCJyM6WOtId5IYVXLl/3VRxLOBWWcvnhUrhejrOTrASEs1bEqA==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -2646,9 +2646,9 @@ }, "dependencies": { "buffer": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.2.tgz", - "integrity": "sha512-XeXCUm+F7uY7fIzq4pKy+BLbZk4SgYS5xwlZOFYD3UEcAD+PwOoTaFr/SaXvhR1yRa8SKyPSZ7LNX4N65w7h8A==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "requires": { "base64-js": "^1.3.1", "ieee754": "^1.2.1" diff --git a/explorer/package.json b/explorer/package.json index fb1f0be979..cef1aaf7ed 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.16", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.29.2", - "@solana/web3.js": "^0.87.1", + "@solana/web3.js": "^0.88.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0",