From 842bcf24596699f94eb8018ae461beee3bc09a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:35:02 +0000 Subject: [PATCH] build(deps): bump @solana/instructions from 7.0.0 to 8.0.0 Bumps [@solana/instructions](https://github.com/anza-xyz/kit) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/anza-xyz/kit/releases) - [Commits](https://github.com/anza-xyz/kit/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: "@solana/instructions" dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- clients/js/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/js/package.json b/clients/js/package.json index 5632cac1..bed743ac 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -33,7 +33,7 @@ "dependencies": { "@solana/addresses": "7.0.0", "@solana/functional": "8.0.0", - "@solana/instructions": "7.0.0", + "@solana/instructions": "8.0.0", "@solana/instruction-plans": "7.0.0", "@solana/rpc-api": "8.0.0", "@solana/rpc-spec": "7.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 849c16f0..b4f0cd90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,8 +20,8 @@ importers: specifier: 7.0.0 version: 7.0.0(fastestsmallesttextencoderdecoder@1.0.22)(typescript@6.0.3) '@solana/instructions': - specifier: 7.0.0 - version: 7.0.0(typescript@6.0.3) + specifier: 8.0.0 + version: 8.0.0(typescript@6.0.3) '@solana/rpc-api': specifier: 8.0.0 version: 8.0.0(fastestsmallesttextencoderdecoder@1.0.22)(typescript@6.0.3)