From 0c9d880acbf70220205bf81005b205d907580e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:05:05 +0000 Subject: [PATCH] build(deps): bump @solana/instructions from 7.0.0 to 7.1.0 Bumps [@solana/instructions](https://github.com/anza-xyz/kit) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/anza-xyz/kit/releases) - [Commits](https://github.com/anza-xyz/kit/compare/v7.0.0...v7.1.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 | 60 ++++++++++++++++++++++++++++++++++++----- 2 files changed, 55 insertions(+), 7 deletions(-) diff --git a/clients/js/package.json b/clients/js/package.json index c85f776a..546cd02e 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -37,7 +37,7 @@ "dependencies": { "@solana/addresses": "7.0.0", "@solana/functional": "7.0.0", - "@solana/instructions": "7.0.0", + "@solana/instructions": "7.1.0", "@solana/instruction-plans": "7.0.0", "@solana/rpc-api": "7.0.0", "@solana/rpc-spec": "7.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b2da5c1..a26d40b0 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: 7.1.0 + version: 7.1.0(typescript@6.0.3) '@solana/rpc-api': specifier: 7.0.0 version: 7.0.0(fastestsmallesttextencoderdecoder@1.0.22)(typescript@6.0.3) @@ -684,6 +684,15 @@ packages: typescript: optional: true + '@solana/codecs-core@7.1.0': + resolution: {integrity: sha512-pl1gCCvviKekrijEDieZ1ps3LjC6ova2pZ/ZBXEJJa46nF7M0hwdZe/KzbMxKQ8WtT/WqW8Uyh6JQt8IJcMgRw==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.4.0' + peerDependenciesMeta: + typescript: + optional: true + '@solana/codecs-data-structures@7.0.0': resolution: {integrity: sha512-P0Ys1mB4lYlz3MMTCaJSysE3OYrq8WvsveU1ta8U/yG1qChXFGCOxPVh06swjaRxwPrEakb9VUESS5vNtp1rRA==} engines: {node: '>=20.18.0'} @@ -737,6 +746,16 @@ packages: typescript: optional: true + '@solana/errors@7.1.0': + resolution: {integrity: sha512-sJ0mM6SHN7fa6auHARRAGjjDpkFzhx6jmgHZAjliC/xADMfI2IYrTnAwguRV9dVBOsEHicylIXszvsyRb6BmEw==} + engines: {node: '>=20.18.0'} + hasBin: true + peerDependencies: + typescript: '>=5.4.0' + peerDependenciesMeta: + typescript: + optional: true + '@solana/fixed-points@7.0.0': resolution: {integrity: sha512-Y3gcyHTponi5kXpWVEJIhuZ7yT84N+8He4dbjXWqwMBJnzKM+4tqFCbzy6y+6+Jxt44RT1lDmbpxmZopFRXU8Q==} engines: {node: '>=20.18.0'} @@ -773,6 +792,15 @@ packages: typescript: optional: true + '@solana/instructions@7.1.0': + resolution: {integrity: sha512-KnXUtSIbKCUjlposzfikAO3qSVliOSoMBzglQYSn3e0x0PpJ2MsVH6tzzI6v124YVhs0OSs5wFwYjENTedPgcg==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.4.0' + peerDependenciesMeta: + typescript: + optional: true + '@solana/keys@7.0.0': resolution: {integrity: sha512-JsdYR/YN3AGHZN2aZoeE5cymHYkNoBLnqgXoRncW/VyD7fMcR350aHU1hCMYd0b5BtITLsGmvvtvrgVkzK83Eg==} engines: {node: '>=20.18.0'} @@ -1514,8 +1542,8 @@ packages: resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==} engines: {node: '>=18'} - get-tsconfig@4.14.2: - resolution: {integrity: sha512-XpwZALwwl/BaKTAyC6+c5T8y6kCg2jk+XGqOVrKIQmW49pNypYLMRjCUXqa28tQgJlhS2RlzP7sc+Rx7W6qsfw==} + get-tsconfig@4.14.3: + resolution: {integrity: sha512-++QEw4DIY7WGoukz+/+A/8dGYPT9l9yIadnmSgZ8Rjr3YVSVDipQSO9CdnJo9ePqFqUUqh+wk9uIaoiAwsiPkA==} glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} @@ -2738,6 +2766,12 @@ snapshots: optionalDependencies: typescript: 6.0.3 + '@solana/codecs-core@7.1.0(typescript@6.0.3)': + dependencies: + '@solana/errors': 7.1.0(typescript@6.0.3) + optionalDependencies: + typescript: 6.0.3 + '@solana/codecs-data-structures@7.0.0(typescript@6.0.3)': dependencies: '@solana/codecs-core': 7.0.0(typescript@6.0.3) @@ -2781,6 +2815,13 @@ snapshots: optionalDependencies: typescript: 6.0.3 + '@solana/errors@7.1.0(typescript@6.0.3)': + dependencies: + chalk: 5.6.2 + commander: 15.0.0 + optionalDependencies: + typescript: 6.0.3 + '@solana/fixed-points@7.0.0(typescript@6.0.3)': dependencies: '@solana/codecs-core': 7.0.0(typescript@6.0.3) @@ -2812,6 +2853,13 @@ snapshots: optionalDependencies: typescript: 6.0.3 + '@solana/instructions@7.1.0(typescript@6.0.3)': + dependencies: + '@solana/codecs-core': 7.1.0(typescript@6.0.3) + '@solana/errors': 7.1.0(typescript@6.0.3) + optionalDependencies: + typescript: 6.0.3 + '@solana/keys@7.0.0(fastestsmallesttextencoderdecoder@1.0.22)(typescript@6.0.3)': dependencies: '@solana/assertions': 7.0.0(typescript@6.0.3) @@ -3690,7 +3738,7 @@ snapshots: '@sec-ant/readable-stream': 0.4.1 is-stream: 4.0.1 - get-tsconfig@4.14.2: + get-tsconfig@4.14.3: dependencies: resolve-pkg-maps: 1.0.0 optional: true @@ -4364,7 +4412,7 @@ snapshots: tsx@4.19.2: dependencies: esbuild: 0.23.1 - get-tsconfig: 4.14.2 + get-tsconfig: 4.14.3 optionalDependencies: fsevents: 2.3.3 optional: true