From a98467b5636057f0e50e0c3197608c986ff7f6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 11:05:28 +0800 Subject: [PATCH] chore:(deps): bump @project-serum/serum in /explorer (#16325) Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts) from 0.13.32 to 0.13.33. - [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 2087d42e36..75ac6464a8 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2410,9 +2410,9 @@ } }, "@project-serum/serum": { - "version": "0.13.32", - "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.32.tgz", - "integrity": "sha512-ywJWzAQlJNO+F0pSW8/33XkUvPWcORuK69nVGVJMZI8LfdbRsCHZdOeEsjpGM+/CZr2iNtv3AUIq2k1Bp7biHg==", + "version": "0.13.33", + "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.33.tgz", + "integrity": "sha512-g2ztZwhQAvhGE9u4/Md6uEFBpaOMV2Xa/H/FGhgTx3iBv2sikW5fheHRJ8Vy7yEA9ZhZCuzbCkw8Wz1fq82VAg==", "requires": { "@solana/web3.js": "^0.90.0", "bn.js": "^5.1.2", diff --git a/explorer/package.json b/explorer/package.json index b0fb901e6a..195c5b3cdb 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.32", + "@project-serum/serum": "^0.13.33", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.5", "@solana/spl-token-registry": "^0.2.48",