From 84e3218cdbc9c304a509ff0f63d0a75ce9e050b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 09:14:39 +0000 Subject: [PATCH] chore:(deps): bump @project-serum/serum in /explorer (#13349) Bumps [@project-serum/serum](https://github.com/project-serum/serum-js) from 0.13.9 to 0.13.11. - [Release notes](https://github.com/project-serum/serum-js/releases) - [Commits](https://github.com/project-serum/serum-js/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 c143fdccba..aaa8874c6a 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2067,9 +2067,9 @@ } }, "@project-serum/serum": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.9.tgz", - "integrity": "sha512-oHdgtT9tU21xoZw36bKorWBVoaDw8R+TV1fbzBIjG6yobG7nja5vjyLjtCLSGCOT7KT43quVI8i2kuvrdhUZrw==", + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.11.tgz", + "integrity": "sha512-kE9PhXuryP7afJFkZrKkLzNxeRETHgPvN5Jl3BZIDH5oyHLUfmj3OQreMPwIqJXnMkLwCHewG5JFJALwit+3Wg==", "requires": { "@solana/web3.js": "0.86.1", "bn.js": "^5.1.2", diff --git a/explorer/package.json b/explorer/package.json index e717529f06..81937f6a3b 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.9", + "@project-serum/serum": "^0.13.11", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.27.2", "@solana/web3.js": "^0.86.2",