diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 050f753fb7a..02433a80c6f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,8 +52,8 @@ importers: version: 1.3.3 devDependencies: '@coral-xyz/anchor': - specifier: ^0.29.0 - version: 0.29.0 + specifier: ^0.30.1 + version: 0.30.1 '@metaplex-foundation/rustbin': specifier: ^0.3.5 version: 0.3.5 @@ -1139,13 +1139,19 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@coral-xyz/anchor@0.29.0: - resolution: {integrity: sha512-eny6QNG0WOwqV0zQ7cs/b1tIuzZGmP7U7EcH+ogt4Gdbl8HDmIYVMh/9aTmYZPaFWjtUaI8qSn73uYEXWfATdA==} + /@coral-xyz/anchor-errors@0.30.1: + resolution: {integrity: sha512-9Mkradf5yS5xiLWrl9WrpjqOrAV+/W2RQHDlbnAZBivoGpOs1ECjoDCkVk4aRG8ZdiFiB8zQEVlxf+8fKkmSfQ==} + engines: {node: '>=10'} + dev: true + + /@coral-xyz/anchor@0.30.1: + resolution: {integrity: sha512-gDXFoF5oHgpriXAaLpxyWBHdCs8Awgf/gLHIo6crv7Aqm937CNdY+x+6hoj7QR5vaJV7MxWSQ0NGFzL3kPbWEQ==} engines: {node: '>=11'} dependencies: - '@coral-xyz/borsh': 0.29.0(@solana/web3.js@1.95.2) + '@coral-xyz/anchor-errors': 0.30.1 + '@coral-xyz/borsh': 0.30.1(@solana/web3.js@1.95.3) '@noble/hashes': 1.4.0 - '@solana/web3.js': 1.95.2 + '@solana/web3.js': 1.95.3 bn.js: 5.2.1 bs58: 4.0.1 buffer-layout: 1.2.2 @@ -1163,13 +1169,13 @@ packages: - utf-8-validate dev: true - /@coral-xyz/borsh@0.29.0(@solana/web3.js@1.95.2): - resolution: {integrity: sha512-s7VFVa3a0oqpkuRloWVPdCK7hMbAMY270geZOGfCnaqexrP5dTIpbEHL33req6IYPPJ0hYa71cdvJ1h6V55/oQ==} + /@coral-xyz/borsh@0.30.1(@solana/web3.js@1.95.3): + resolution: {integrity: sha512-aaxswpPrCFKl8vZTbxLssA2RvwX2zmKLlRCIktJOwW+VpVwYtXRtlWiIP+c2pPRKneiTiWCN2GEMSH9j1zTlWQ==} engines: {node: '>=10'} peerDependencies: '@solana/web3.js': ^1.68.0 dependencies: - '@solana/web3.js': 1.95.2 + '@solana/web3.js': 1.95.3 bn.js: 5.2.1 buffer-layout: 1.2.2 dev: true