From 3b3148cc5a39c30bfa0d1067ad6ef97853e14bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 01:45:44 +0000 Subject: [PATCH] chore:(deps): bump @blockworks-foundation/mango-client in /explorer (#21471) Bumps [@blockworks-foundation/mango-client](https://github.com/blockworks-foundation/mango-client-v3) from 3.2.7 to 3.2.8. - [Release notes](https://github.com/blockworks-foundation/mango-client-v3/releases) - [Commits](https://github.com/blockworks-foundation/mango-client-v3/commits) --- updated-dependencies: - dependency-name: "@blockworks-foundation/mango-client" 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 51d61a4d6..5f5fd5a7f 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -8,7 +8,7 @@ "name": "explorer", "version": "0.1.0", "dependencies": { - "@blockworks-foundation/mango-client": "^3.2.7", + "@blockworks-foundation/mango-client": "^3.2.8", "@bonfida/bot": "^0.5.3", "@bonfida/spl-name-service": "^0.1.22", "@cloudflare/stream-react": "^1.2.0", @@ -1579,9 +1579,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "node_modules/@blockworks-foundation/mango-client": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/@blockworks-foundation/mango-client/-/mango-client-3.2.7.tgz", - "integrity": "sha512-J16W652E8XVCA4E5oYJCo/opfpa33LtoA7n3S6qjl7MPsu6M5fzaSdxVltCjH9r4x5aKt9muDDQUzP4Yu9YyMw==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/@blockworks-foundation/mango-client/-/mango-client-3.2.8.tgz", + "integrity": "sha512-6VkJ95dV/LTjC6mTHDadBndAHI/nJ8Z8k8ndhrAzjdc9Ki6yC0CZx4Y0cxN1anUyi3StDuX4tZ0ODGWa2l/Jjw==", "dependencies": { "@project-serum/anchor": "^0.16.2", "@project-serum/serum": "0.13.55", @@ -28116,9 +28116,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@blockworks-foundation/mango-client": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/@blockworks-foundation/mango-client/-/mango-client-3.2.7.tgz", - "integrity": "sha512-J16W652E8XVCA4E5oYJCo/opfpa33LtoA7n3S6qjl7MPsu6M5fzaSdxVltCjH9r4x5aKt9muDDQUzP4Yu9YyMw==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/@blockworks-foundation/mango-client/-/mango-client-3.2.8.tgz", + "integrity": "sha512-6VkJ95dV/LTjC6mTHDadBndAHI/nJ8Z8k8ndhrAzjdc9Ki6yC0CZx4Y0cxN1anUyi3StDuX4tZ0ODGWa2l/Jjw==", "requires": { "@project-serum/anchor": "^0.16.2", "@project-serum/serum": "0.13.55", diff --git a/explorer/package.json b/explorer/package.json index 2b63c9b7b..856d495d1 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@blockworks-foundation/mango-client": "^3.2.7", + "@blockworks-foundation/mango-client": "^3.2.8", "@bonfida/bot": "^0.5.3", "@bonfida/spl-name-service": "^0.1.22", "@cloudflare/stream-react": "^1.2.0",