diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 3a3c7f0c43..1a17c6078c 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2433,9 +2433,9 @@ } }, "@project-serum/serum": { - "version": "0.13.15", - "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.15.tgz", - "integrity": "sha512-CIBSXqTKjNqa7VH2n5692sh7gGrKRcbYhPZnh3NHfsv84JxcoachF7v2diPQPDZNE4owCfRMyb3jQNGFNAf9zA==", + "version": "0.13.16", + "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.16.tgz", + "integrity": "sha512-F0cMpW+B8+nUldMkgwYgGZjPP7JztF8QWVlBpcqStW8dHbq1QLgUjhiakEwUhAH9VxqJYECLDLVqXGcvkq2pIQ==", "requires": { "@solana/web3.js": "0.86.1", "bn.js": "^5.1.2", diff --git a/explorer/package.json b/explorer/package.json index bd6a946bba..fb1f0be979 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@project-serum/serum": "^0.13.15", + "@project-serum/serum": "^0.13.16", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.29.2", "@solana/web3.js": "^0.87.1",