From 42401265aaa5b292665844ad4bf14e0474ec469a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:21:37 +0000 Subject: [PATCH] Bump @solana/spl-token from 0.3.6 to 0.3.7 Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/solana-labs/solana-program-library/releases) - [Commits](https://github.com/solana-labs/solana-program-library/commits) --- updated-dependencies: - dependency-name: "@solana/spl-token" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 64041019..2b78d370 100644 --- a/yarn.lock +++ b/yarn.lock @@ -822,9 +822,9 @@ dotenv "10.0.0" "@solana/spl-token@^0.3.5": - version "0.3.6" - resolved "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.3.6.tgz" - integrity sha512-P9pTXjDIRvVbjr3J0mCnSamYqLnICeds7IoH1/Ro2R9OBuOHdp5pqKZoscfZ3UYrgnCWUc1bc9M2m/YPHjw+1g== + version "0.3.7" + resolved "https://registry.yarnpkg.com/@solana/spl-token/-/spl-token-0.3.7.tgz#6f027f9ad8e841f792c32e50920d9d2e714fc8da" + integrity sha512-bKGxWTtIw6VDdCBngjtsGlKGLSmiu/8ghSt/IOYJV24BsymRbgq7r12GToeetpxmPaZYLddKwAz7+EwprLfkfg== dependencies: "@solana/buffer-layout" "^4.0.0" "@solana/buffer-layout-utils" "^0.2.0"