diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 7b971da91c..f679290282 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -1269,8 +1269,9 @@ "integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw==" }, "@solana/web3.js": { - "version": "github:jstarry/solana-web3.js#c7d8fe33877a9eae354b456e019ad5044c25eeb7", - "from": "github:jstarry/solana-web3.js#address-history", + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.45.0.tgz", + "integrity": "sha512-eVxTcHPBYwJOUCMopWLzy3Rte/KDFMEORSeWo1zT4BUAmUvFRYVykb2Jt56wgab8O26EZyMqNg6lKvc3aCIbYQ==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -7204,9 +7205,9 @@ } }, "jayson": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jayson/-/jayson-3.2.1.tgz", - "integrity": "sha512-8YfxxjQdcSVMr0/+7B1+aGUFAI+yQYfTWBOI+rq+PBu35HL7nJ3wayC2fTXeUJZqad/I4UoDwMtBTNVWJ9rzlg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/jayson/-/jayson-3.3.0.tgz", + "integrity": "sha512-QrsIeK9spSBEsXEvRMIAQ3X9cfT7u0EVD0L7XVpX4JqzIRgziJeei4iRWs+bZovdqyrmg8WgKgY9zKO4HY6eYQ==", "requires": { "@types/connect": "^3.4.32", "@types/express-serve-static-core": "^4.16.9", diff --git a/explorer/package.json b/explorer/package.json index d23d5aeef1..0a2157bcd0 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@solana/web3.js": "github:jstarry/solana-web3.js#address-history", + "@solana/web3.js": "^0.45.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2",