From 62f14197eaa1410c8c37c36538abbc524adad3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 20:42:01 +0000 Subject: [PATCH] build(deps): bump @solana/instructions from 2.3.0 to 3.0.1 Bumps [@solana/instructions](https://github.com/anza-xyz/kit) from 2.3.0 to 3.0.1. - [Release notes](https://github.com/anza-xyz/kit/releases) - [Commits](https://github.com/anza-xyz/kit/compare/v2.3.0...v3.0.1) --- updated-dependencies: - dependency-name: "@solana/instructions" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- clients/js/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/clients/js/package.json b/clients/js/package.json index 9176a924..964ebd28 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@solana/addresses": "3.0.1", - "@solana/instructions": "2.3.0", + "@solana/instructions": "3.0.1", "@solana/transaction-messages": "2.2.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 228756a9..f2de0114 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: 3.0.1 version: 3.0.1(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.9.2) '@solana/instructions': - specifier: 2.3.0 - version: 2.3.0(typescript@5.9.2) + specifier: 3.0.1 + version: 3.0.1(typescript@5.9.2) '@solana/transaction-messages': specifier: 2.2.1 version: 2.2.1(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.9.2) @@ -744,8 +744,8 @@ packages: peerDependencies: typescript: '>=5.3.3' - '@solana/instructions@2.3.0': - resolution: {integrity: sha512-PLMsmaIKu7hEAzyElrk2T7JJx4D+9eRwebhFZpy2PXziNSmFF929eRHKUsKqBFM3cYR1Yy3m6roBZfA+bGE/oQ==} + '@solana/instructions@3.0.1': + resolution: {integrity: sha512-JoMW+nXotoRWmN8BR1xt5IjLADOtP9NhNcLkQtwvqq2uVPMwe2WgUgHAlwSBWvVTZ6eN1T9WL57uUahC1CcWaw==} engines: {node: '>=20.18.0'} peerDependencies: typescript: '>=5.3.3' @@ -2643,7 +2643,7 @@ snapshots: '@solana/errors@2.3.0(typescript@5.9.2)': dependencies: - chalk: 5.4.1 + chalk: 5.6.0 commander: 14.0.0 typescript: 5.9.2 @@ -2663,10 +2663,10 @@ snapshots: '@solana/errors': 2.2.1(typescript@5.9.2) typescript: 5.9.2 - '@solana/instructions@2.3.0(typescript@5.9.2)': + '@solana/instructions@3.0.1(typescript@5.9.2)': dependencies: - '@solana/codecs-core': 2.3.0(typescript@5.9.2) - '@solana/errors': 2.3.0(typescript@5.9.2) + '@solana/codecs-core': 3.0.1(typescript@5.9.2) + '@solana/errors': 3.0.1(typescript@5.9.2) typescript: 5.9.2 '@solana/nominal-types@2.2.1(typescript@5.9.2)':