diff --git a/package-lock.json b/package-lock.json index 2991daf..39549ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@headlessui/react": "^1.7.9", "@heroicons/react": "^2.0.16", "@hookform/resolvers": "^2.9.10", - "@metaplex-foundation/js": "^0.18.3", + "@metaplex-foundation/js": "^0.19.1", "@next/font": "13.1.6", "@pinata/sdk": "^2.1.0", "@project-serum/anchor": "^0.26.0", @@ -4601,19 +4601,21 @@ "integrity": "sha512-S9RulC2fFCFOQraz61bij+5YCHhSO9llJegK8c8Y6731fSi6snUSQJdCUqYS8AIgR0TKbQvdvgSyIIdbDFZbBA==" }, "node_modules/@metaplex-foundation/js": { - "version": "0.18.3", - "resolved": "https://registry.npmjs.org/@metaplex-foundation/js/-/js-0.18.3.tgz", - "integrity": "sha512-rqI8vI+V5Bt3pgrv8E7leqR8gxxdw6Q/pbWg4EznbuYSmpNGRQkjMaZE0C+rQrmtQbMqUD9rUsUuYOoppSlI4A==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@metaplex-foundation/js/-/js-0.19.1.tgz", + "integrity": "sha512-ZUEGqzjpwNOxsgUfaBsut5jp1Jswzvd4dClkEPeIF4diPO9FgTn1siFcYbYg9uyVQLGjj/ikoADqVZg4NXNMRA==", "dependencies": { "@bundlr-network/client": "^0.8.8", "@metaplex-foundation/beet": "0.7.1", "@metaplex-foundation/mpl-auction-house": "^2.3.0", + "@metaplex-foundation/mpl-bubblegum": "^0.6.2", "@metaplex-foundation/mpl-candy-guard": "^0.3.0", "@metaplex-foundation/mpl-candy-machine": "^5.0.0", "@metaplex-foundation/mpl-candy-machine-core": "^0.1.2", "@metaplex-foundation/mpl-token-metadata": "^2.8.6", "@noble/ed25519": "^1.7.1", "@noble/hashes": "^1.1.3", + "@solana/spl-account-compression": "^0.1.8", "@solana/spl-token": "^0.3.5", "@solana/web3.js": "^1.63.1", "bignumber.js": "^9.0.2", @@ -4674,6 +4676,49 @@ "debug": "^4.3.3" } }, + "node_modules/@metaplex-foundation/mpl-bubblegum": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@metaplex-foundation/mpl-bubblegum/-/mpl-bubblegum-0.6.2.tgz", + "integrity": "sha512-4tF7/FFSNtpozuIGD7gMKcqK2D49eVXZ144xiowC5H1iBeu009/oj2m8Tj6n4DpYFKWJ2JQhhhk0a2q7x0Begw==", + "dependencies": { + "@metaplex-foundation/beet": "0.7.1", + "@metaplex-foundation/beet-solana": "0.4.0", + "@metaplex-foundation/cusper": "^0.0.2", + "@metaplex-foundation/mpl-token-metadata": "^2.5.2", + "@solana/spl-account-compression": "^0.1.4", + "@solana/spl-token": "^0.1.8", + "@solana/web3.js": "^1.50.1", + "bn.js": "^5.2.0", + "js-sha3": "^0.8.0" + } + }, + "node_modules/@metaplex-foundation/mpl-bubblegum/node_modules/@metaplex-foundation/beet-solana": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@metaplex-foundation/beet-solana/-/beet-solana-0.4.0.tgz", + "integrity": "sha512-B1L94N3ZGMo53b0uOSoznbuM5GBNJ8LwSeznxBxJ+OThvfHQ4B5oMUqb+0zdLRfkKGS7Q6tpHK9P+QK0j3w2cQ==", + "dependencies": { + "@metaplex-foundation/beet": ">=0.1.0", + "@solana/web3.js": "^1.56.2", + "bs58": "^5.0.0", + "debug": "^4.3.4" + } + }, + "node_modules/@metaplex-foundation/mpl-bubblegum/node_modules/@solana/spl-token": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.1.8.tgz", + "integrity": "sha512-LZmYCKcPQDtJgecvWOgT/cnoIQPWjdH+QVyzPcFvyDUiT0DiRjZaam4aqNUyvchLFhzgunv3d9xOoyE34ofdoQ==", + "dependencies": { + "@babel/runtime": "^7.10.5", + "@solana/web3.js": "^1.21.0", + "bn.js": "^5.1.0", + "buffer": "6.0.3", + "buffer-layout": "^1.2.0", + "dotenv": "10.0.0" + }, + "engines": { + "node": ">= 10" + } + }, "node_modules/@metaplex-foundation/mpl-candy-guard": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/@metaplex-foundation/mpl-candy-guard/-/mpl-candy-guard-0.3.2.tgz", @@ -7151,6 +7196,36 @@ "node": ">= 10" } }, + "node_modules/@solana/spl-account-compression": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@solana/spl-account-compression/-/spl-account-compression-0.1.8.tgz", + "integrity": "sha512-vsvsx358pVFPtyNd8zIZy0lezR0NuvOykQ29Zq+8oto+kHfTXMGXXQ1tKHUYke6XkINIWLFVg/jDi+1D9RYaqQ==", + "dependencies": { + "@metaplex-foundation/beet": "^0.7.1", + "@metaplex-foundation/beet-solana": "^0.4.0", + "bn.js": "^5.2.1", + "borsh": "^0.7.0", + "js-sha3": "^0.8.0", + "typescript-collections": "^1.3.3" + }, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "@solana/web3.js": "^1.50.1" + } + }, + "node_modules/@solana/spl-account-compression/node_modules/@metaplex-foundation/beet-solana": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@metaplex-foundation/beet-solana/-/beet-solana-0.4.0.tgz", + "integrity": "sha512-B1L94N3ZGMo53b0uOSoznbuM5GBNJ8LwSeznxBxJ+OThvfHQ4B5oMUqb+0zdLRfkKGS7Q6tpHK9P+QK0j3w2cQ==", + "dependencies": { + "@metaplex-foundation/beet": ">=0.1.0", + "@solana/web3.js": "^1.56.2", + "bs58": "^5.0.0", + "debug": "^4.3.4" + } + }, "node_modules/@solana/spl-token": { "version": "0.3.7", "resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.3.7.tgz", @@ -13202,6 +13277,14 @@ "tslib": "^2.0.3" } }, + "node_modules/dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "engines": { + "node": ">=10" + } + }, "node_modules/drbg.js": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/drbg.js/-/drbg.js-1.0.1.tgz", @@ -24406,6 +24489,11 @@ "node": ">=4.2.0" } }, + "node_modules/typescript-collections": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/typescript-collections/-/typescript-collections-1.3.3.tgz", + "integrity": "sha512-7sI4e/bZijOzyURng88oOFZCISQPTHozfE2sUu5AviFYk5QV7fYGb6YiDl+vKjF/pICA354JImBImL9XJWUvdQ==" + }, "node_modules/u3": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/u3/-/u3-0.1.1.tgz", diff --git a/package.json b/package.json index 280eec7..163a67a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@headlessui/react": "^1.7.9", "@heroicons/react": "^2.0.16", "@hookform/resolvers": "^2.9.10", - "@metaplex-foundation/js": "^0.18.3", + "@metaplex-foundation/js": "^0.19.1", "@next/font": "13.1.6", "@pinata/sdk": "^2.1.0", "@project-serum/anchor": "^0.26.0",