diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 8fb8949740..062a1905b7 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2258,9 +2258,9 @@ "integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw==" }, "@solana/web3.js": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.61.0.tgz", - "integrity": "sha512-9A2uGyEW3zhsMWsUn73RLJrn2S50Wr2tlTn/eeszbX03FEzaFg8T1+n0iK4bE5sx+pme5aKzx0M6X1peQr07Eg==", + "version": "0.61.4", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.61.4.tgz", + "integrity": "sha512-mVm8Y1wbu/mv3ZPqVRq0alAFCrhEJ4kYcGGl16XPRN3rA7mQwRvxm+aIAD3eMk/aMWsopFAc4iA9LUZIVIMC3w==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -2279,11 +2279,6 @@ "ws": "^7.0.0" }, "dependencies": { - "bn.js": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz", - "integrity": "sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA==" - }, "buffer": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", @@ -15349,9 +15344,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "thenify": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz", - "integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", "requires": { "any-promise": "^1.0.0" } diff --git a/explorer/package.json b/explorer/package.json index 91c95dd05d..6396800849 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@react-hook/debounce": "^3.0.0", - "@solana/web3.js": "^0.61.0", + "@solana/web3.js": "^0.61.4", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2",