diff --git a/explorer/package-lock.json b/explorer/package-lock.json index f5247a0037..9229f62a7d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2433,9 +2433,9 @@ } }, "@project-serum/serum": { - "version": "0.13.12", - "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.12.tgz", - "integrity": "sha512-2Vx6ishVU5PEOGpLRCenJkD5STOixeFcFopwzToifYFxfsTK8zfpymltZ64skGfg52h528bkKC3hJdYEhgzm9Q==", + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.15.tgz", + "integrity": "sha512-CIBSXqTKjNqa7VH2n5692sh7gGrKRcbYhPZnh3NHfsv84JxcoachF7v2diPQPDZNE4owCfRMyb3jQNGFNAf9zA==", "requires": { "@solana/web3.js": "0.86.1", "bn.js": "^5.1.2", diff --git a/explorer/package.json b/explorer/package.json index 7ea58a82a4..3cbdd43fb4 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.12", + "@project-serum/serum": "^0.13.15", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.29.0", "@solana/web3.js": "^0.87.1",