From 26fe60a0cd54fc551cb00f15a005d7a20d32ef78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 01:47:54 +0000 Subject: [PATCH] chore:(deps): bump @project-serum/serum in /explorer (#17463) Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts) from 0.13.34 to 0.13.37. - [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 7fe6aacd5d..0f07aa9ec0 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2544,9 +2544,9 @@ } }, "@project-serum/serum": { - "version": "0.13.34", - "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.34.tgz", - "integrity": "sha512-vOeusQUW8nDS339eb5lNB/H6UvLxGTmFiJuWKG31krlJmkD7TFgDEFaDP6grgs2Yr1HrJABnFohM242MG5FV3Q==", + "version": "0.13.37", + "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.37.tgz", + "integrity": "sha512-Bt7D/0P0M1b+xyygCU9z1p7Pec6vontzy4Q92TgIg33/J1qiAR/899HXGlr7oho/NntGNwIlbEU22nqsWWuAiA==", "requires": { "@solana/web3.js": "^0.90.0", "bn.js": "^5.1.2", diff --git a/explorer/package.json b/explorer/package.json index 7bad0a706f..86182ea327 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@bonfida/bot": "^0.5.0", "@metamask/jazzicon": "^2.0.0", - "@project-serum/serum": "^0.13.34", + "@project-serum/serum": "^0.13.37", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.4.1", "@solana/spl-token-registry": "^0.2.71",