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)':