From 4c71c5c87887d41f7f1948596ae336f9150aeded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 20:01:16 +0000 Subject: [PATCH] Bump @coral-xyz/anchor from 0.26.0 to 0.28.0 Bumps [@coral-xyz/anchor](https://github.com/coral-xyz/anchor) from 0.26.0 to 0.28.0. - [Release notes](https://github.com/coral-xyz/anchor/releases) - [Changelog](https://github.com/coral-xyz/anchor/blob/master/CHANGELOG.md) - [Commits](https://github.com/coral-xyz/anchor/compare/v0.26.0...v0.28.0) --- updated-dependencies: - dependency-name: "@coral-xyz/anchor" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 522ff09..67fbb24 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "lint": "yarn run eslint --ignore-path .gitignore --ext .ts tests/*" }, "dependencies": { - "@coral-xyz/anchor": "^0.26.0", + "@coral-xyz/anchor": "^0.28.0", "@project-serum/anchor": "^0.26.0", "@project-serum/serum": "^0.13.65", "@solana/spl-token": "0.3.7", diff --git a/yarn.lock b/yarn.lock index fd52bc8..16413d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,12 +9,12 @@ dependencies: regenerator-runtime "^0.13.11" -"@coral-xyz/anchor@^0.26.0": - version "0.26.0" - resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.26.0.tgz#c8e4f7177e93441afd030f22d777d54d0194d7d1" - integrity sha512-PxRl+wu5YyptWiR9F2MBHOLLibm87Z4IMUBPreX+DYBtPM+xggvcPi0KAN7+kIL4IrIhXI8ma5V0MCXxSN1pHg== +"@coral-xyz/anchor@^0.28.0": + version "0.28.0" + resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.0.tgz#8345c3c9186a91f095f704d7b90cd256f7e8b2dc" + integrity sha512-kQ02Hv2ZqxtWP30WN1d4xxT4QqlOXYDxmEd3k/bbneqhV3X5QMO4LAtoUFs7otxyivOgoqam5Il5qx81FuI4vw== dependencies: - "@coral-xyz/borsh" "^0.26.0" + "@coral-xyz/borsh" "^0.28.0" "@solana/web3.js" "^1.68.0" base64-js "^1.5.1" bn.js "^5.1.2" @@ -38,6 +38,14 @@ bn.js "^5.1.2" buffer-layout "^1.2.0" +"@coral-xyz/borsh@^0.28.0": + version "0.28.0" + resolved "https://registry.yarnpkg.com/@coral-xyz/borsh/-/borsh-0.28.0.tgz#fa368a2f2475bbf6f828f4657f40a52102e02b6d" + integrity sha512-/u1VTzw7XooK7rqeD7JLUSwOyRSesPUk0U37BV9zK0axJc1q0nRbKFGFLYCQ16OtdOJTTwGfGp11Lx9B45bRCQ== + dependencies: + bn.js "^5.1.2" + buffer-layout "^1.2.0" + "@eslint-community/eslint-utils@^4.2.0": version "4.4.0" resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"