diff --git a/explorer/package-lock.json b/explorer/package-lock.json index cec35d5b50..c208d82a60 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2906,9 +2906,9 @@ } }, "@solana/web3.js": { - "version": "0.92.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.92.1.tgz", - "integrity": "sha512-q6XWTy24Es5hJnZtSn4Ue4qjAjS4R/B2vqq2yHkXRyEtWOFT2BdTrs3O/354VAxj61YtggrQLugi/jUOCivjtw==", + "version": "0.92.2", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.92.2.tgz", + "integrity": "sha512-K2gzja05MeeFa3r+y4kxUpeWYWPTc1WPKHRP0yaKVPs3daBb5VcfEq234OrrzyJKOsNFyNhyHnaGdqX/+uYLOA==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", @@ -2926,9 +2926,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", - "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", + "version": "7.12.18", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.18.tgz", + "integrity": "sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/explorer/package.json b/explorer/package.json index 10ab67f758..7ff633e92e 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.23", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.0", - "@solana/web3.js": "^0.92.1", + "@solana/web3.js": "^0.92.2", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.7.1",