From bacc5ae5e905f2ed083666b08495aea8f4164258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 08:13:33 +0000 Subject: [PATCH] chore:(deps): bump @project-serum/serum in /explorer (#19219) Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts) from 0.13.55 to 0.13.57. - [Release notes](https://github.com/project-serum/serum-ts/releases) - [Commits](https://github.com/project-serum/serum-ts/commits) --- updated-dependencies: - dependency-name: "@project-serum/serum" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 14 +++++++------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 446ac4559..8af61159d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@bonfida/bot": "^0.5.3", "@metamask/jazzicon": "^2.0.0", - "@project-serum/serum": "^0.13.55", + "@project-serum/serum": "^0.13.57", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.11.0", "@solana/spl-token-registry": "^0.2.214", @@ -2947,9 +2947,9 @@ } }, "node_modules/@project-serum/serum": { - "version": "0.13.55", - "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.55.tgz", - "integrity": "sha512-SPQ4NsuNbBJO3mLGnTYbjt47WCXoNIcW2C9xv0gNXyG62dxgONsAEEgErKv1gT34hWCMPsXFSpatnX6ppriq7w==", + "version": "0.13.57", + "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.57.tgz", + "integrity": "sha512-I638MKCEIQDv1WoPeRJhjOUmAn73fQCy1hNyb3f6GIecwxfiesoN6e0CClXyN7GG2nE7KPjFejGkF1KziJaltA==", "dependencies": { "@project-serum/anchor": "^0.11.1", "@solana/spl-token": "^0.1.6", @@ -27186,9 +27186,9 @@ } }, "@project-serum/serum": { - "version": "0.13.55", - "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.55.tgz", - "integrity": "sha512-SPQ4NsuNbBJO3mLGnTYbjt47WCXoNIcW2C9xv0gNXyG62dxgONsAEEgErKv1gT34hWCMPsXFSpatnX6ppriq7w==", + "version": "0.13.57", + "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.57.tgz", + "integrity": "sha512-I638MKCEIQDv1WoPeRJhjOUmAn73fQCy1hNyb3f6GIecwxfiesoN6e0CClXyN7GG2nE7KPjFejGkF1KziJaltA==", "requires": { "@project-serum/anchor": "^0.11.1", "@solana/spl-token": "^0.1.6", diff --git a/explorer/package.json b/explorer/package.json index dd780b1b1..0b5fc9a3a 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@bonfida/bot": "^0.5.3", "@metamask/jazzicon": "^2.0.0", - "@project-serum/serum": "^0.13.55", + "@project-serum/serum": "^0.13.57", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.11.0", "@solana/spl-token-registry": "^0.2.214",