From 70de8313dfd50a020651a228dfe43d29ae5ba791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 09:09:02 +0000 Subject: [PATCH] chore:(deps): bump @blockworks-foundation/mango-client in /explorer (#21587) Bumps [@blockworks-foundation/mango-client](https://github.com/blockworks-foundation/mango-client-v3) from 3.2.9 to 3.2.10. - [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 | 55 +++++++++++++++++++++++++++++++++----- explorer/package.json | 2 +- 2 files changed, 49 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 143c68953..15feee220 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.9", + "@blockworks-foundation/mango-client": "^3.2.10", "@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.9", - "resolved": "https://registry.npmjs.org/@blockworks-foundation/mango-client/-/mango-client-3.2.9.tgz", - "integrity": "sha512-9PHCTafSwOgev5nXSLm7UQkHPV31Bno9X1yQf0QPcg/IPYON9Ji7TMXwxlMrvXEYo0PhLVp91Hyzjx9QBfzD+A==", + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/@blockworks-foundation/mango-client/-/mango-client-3.2.10.tgz", + "integrity": "sha512-hP2oBsAfsWPFi1uZHBa/RKKQjqwj1SwGrvf11WX9xV+iuAOwRvv3IGd+AUUdneKZxp2G2niIzwOsXdntots93w==", "dependencies": { "@project-serum/anchor": "^0.16.2", "@project-serum/serum": "0.13.55", @@ -1593,8 +1593,10 @@ "bigint-buffer": "^1.1.5", "bn.js": "^5.2.0", "buffer-layout": "^1.2.1", + "cross-fetch": "^3.1.4", "dotenv": "^10.0.0", "dotenv-expand": "^5.1.0", + "encoding": "^0.1.13", "yargs": "^17.0.1" }, "engines": { @@ -9894,6 +9896,25 @@ "node": ">= 0.8" } }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", @@ -28070,9 +28091,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@blockworks-foundation/mango-client": { - "version": "3.2.9", - "resolved": "https://registry.npmjs.org/@blockworks-foundation/mango-client/-/mango-client-3.2.9.tgz", - "integrity": "sha512-9PHCTafSwOgev5nXSLm7UQkHPV31Bno9X1yQf0QPcg/IPYON9Ji7TMXwxlMrvXEYo0PhLVp91Hyzjx9QBfzD+A==", + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/@blockworks-foundation/mango-client/-/mango-client-3.2.10.tgz", + "integrity": "sha512-hP2oBsAfsWPFi1uZHBa/RKKQjqwj1SwGrvf11WX9xV+iuAOwRvv3IGd+AUUdneKZxp2G2niIzwOsXdntots93w==", "requires": { "@project-serum/anchor": "^0.16.2", "@project-serum/serum": "0.13.55", @@ -28084,8 +28105,10 @@ "bigint-buffer": "^1.1.5", "bn.js": "^5.2.0", "buffer-layout": "^1.2.1", + "cross-fetch": "^3.1.4", "dotenv": "^10.0.0", "dotenv-expand": "^5.1.0", + "encoding": "^0.1.13", "yargs": "^17.0.1" }, "dependencies": { @@ -34573,6 +34596,24 @@ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" }, + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "requires": { + "iconv-lite": "^0.6.2" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + } + } + }, "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", diff --git a/explorer/package.json b/explorer/package.json index 18df83e38..294003d21 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.9", + "@blockworks-foundation/mango-client": "^3.2.10", "@bonfida/bot": "^0.5.3", "@bonfida/spl-name-service": "^0.1.22", "@cloudflare/stream-react": "^1.2.0",