From 8f685d44e1ba79d317157565b883ce2f81a75ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 09:16:45 +0000 Subject: [PATCH] chore:(deps): bump @project-serum/serum in /explorer (#14229) Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts) from 0.13.12 to 0.13.15. - [Release notes](https://github.com/project-serum/serum-ts/releases) - [Commits](https://github.com/project-serum/serum-ts/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",