Skip to content

Commit c5680eb

Browse files
committed
fix(deps): update dependency @solana/web3.js to v1.87.0
1 parent 5d10e7f commit c5680eb

File tree

19 files changed

+231
-307
lines changed

19 files changed

+231
-307
lines changed

build-a-smart-contract/package-lock.json

+32-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-a-smart-contract/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "build-a-smart-contract",
33
"type": "module",
44
"dependencies": {
5-
"@solana/web3.js": "1.78.5",
5+
"@solana/web3.js": "1.87.0",
66
"borsh": "0.7.0"
77
},
88
"scripts": {

build-a-university-certification-nft/client/package-lock.json

+21-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-a-university-certification-nft/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@metaplex-foundation/js": "0.18.3",
1313
"@solana/spl-token": "0.3.7",
14-
"@solana/web3.js": "1.78.5",
14+
"@solana/web3.js": "1.87.0",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0"
1717
},

learn-how-to-build-a-client-side-app-part-2/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vite": "4.4.11"
1313
},
1414
"dependencies": {
15-
"@solana/web3.js": "1.78.5",
15+
"@solana/web3.js": "1.87.0",
1616
"@coral-xyz/anchor": "0.28.1-beta.1"
1717
}
1818
}

learn-how-to-build-a-client-side-app-part-2/app/yarn.lock

+17-5
Original file line numberDiff line numberDiff line change
@@ -162,25 +162,37 @@
162162
dependencies:
163163
"@noble/hashes" "1.3.1"
164164

165+
"@noble/curves@^1.2.0":
166+
version "1.2.0"
167+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.2.0.tgz#92d7e12e4e49b23105a2555c6984d41733d65c35"
168+
integrity sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==
169+
dependencies:
170+
"@noble/hashes" "1.3.2"
171+
165172
"@noble/[email protected]", "@noble/hashes@^1.3.0", "@noble/hashes@^1.3.1":
166173
version "1.3.1"
167174
resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz"
168175
integrity sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==
169176

177+
178+
version "1.3.2"
179+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
180+
integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==
181+
170182
"@solana/buffer-layout@^4.0.0":
171183
version "4.0.1"
172184
resolved "https://registry.npmjs.org/@solana/buffer-layout/-/buffer-layout-4.0.1.tgz"
173185
integrity sha512-E1ImOIAD1tBZFRdjeM4/pzTiTApC0AOBGwyAMS4fwIodCWArzJ3DWdoh8cKxeFM2fElkxBh2Aqts1BPC373rHA==
174186
dependencies:
175187
buffer "~6.0.3"
176188

177-
"@solana/web3.js@1.78.5":
178-
version "1.78.5"
179-
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.78.5.tgz#591cd47423cdb0b5e5cb7e8dc4dc70b2abe02f80"
180-
integrity sha512-2ZHsDNqkKdglJQrIvJ3p2DmgS3cGnary3VJyqt9C1SPrpAtLYzcElr3xyXJOznyQTU/8AMw+GoF11lFoKbicKg==
189+
"@solana/web3.js@1.87.0":
190+
version "1.87.0"
191+
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.87.0.tgz#6515d1db63b182034cff899d638d3946c5abba34"
192+
integrity sha512-2V5nUkK3WHK2JkFvIU0IXadvHPwScfSqpmnO114RBKux+yXdIlIcLYZphWJ2v3We5Ufugi3wBwHD9rOvVQUGJw==
181193
dependencies:
182194
"@babel/runtime" "^7.22.6"
183-
"@noble/curves" "^1.0.0"
195+
"@noble/curves" "^1.2.0"
184196
"@noble/hashes" "^1.3.1"
185197
"@solana/buffer-layout" "^4.0.0"
186198
agentkeepalive "^4.3.0"

learn-how-to-build-for-mainnet/_answer/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@coral-xyz/anchor": "0.28.1-beta.1",
1414
"@solana/wallet-adapter-phantom": "0.9.24",
15-
"@solana/web3.js": "1.78.5",
15+
"@solana/web3.js": "1.87.0",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0"
1818
},

learn-how-to-build-for-mainnet/_answer/app/yarn.lock

+17-5
Original file line numberDiff line numberDiff line change
@@ -449,11 +449,23 @@
449449
dependencies:
450450
"@noble/hashes" "1.3.1"
451451

452+
"@noble/curves@^1.2.0":
453+
version "1.2.0"
454+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.2.0.tgz#92d7e12e4e49b23105a2555c6984d41733d65c35"
455+
integrity sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==
456+
dependencies:
457+
"@noble/hashes" "1.3.2"
458+
452459
"@noble/[email protected]", "@noble/hashes@^1.3.1":
453460
version "1.3.1"
454461
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.1.tgz#8831ef002114670c603c458ab8b11328406953a9"
455462
integrity sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==
456463

464+
465+
version "1.3.2"
466+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
467+
integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==
468+
457469
"@nodelib/[email protected]":
458470
version "2.1.5"
459471
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -507,13 +519,13 @@
507519
"@wallet-standard/base" "^1.0.1"
508520
"@wallet-standard/features" "^1.0.3"
509521

510-
"@solana/web3.js@1.78.5":
511-
version "1.78.5"
512-
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.78.5.tgz#591cd47423cdb0b5e5cb7e8dc4dc70b2abe02f80"
513-
integrity sha512-2ZHsDNqkKdglJQrIvJ3p2DmgS3cGnary3VJyqt9C1SPrpAtLYzcElr3xyXJOznyQTU/8AMw+GoF11lFoKbicKg==
522+
"@solana/web3.js@1.87.0":
523+
version "1.87.0"
524+
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.87.0.tgz#6515d1db63b182034cff899d638d3946c5abba34"
525+
integrity sha512-2V5nUkK3WHK2JkFvIU0IXadvHPwScfSqpmnO114RBKux+yXdIlIcLYZphWJ2v3We5Ufugi3wBwHD9rOvVQUGJw==
514526
dependencies:
515527
"@babel/runtime" "^7.22.6"
516-
"@noble/curves" "^1.0.0"
528+
"@noble/curves" "^1.2.0"
517529
"@noble/hashes" "^1.3.1"
518530
"@solana/buffer-layout" "^4.0.0"
519531
agentkeepalive "^4.3.0"

learn-how-to-deploy-to-devnet/todo/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@coral-xyz/anchor": "0.28.1-beta.1",
1414
"@solana/wallet-adapter-phantom": "0.9.24",
15-
"@solana/web3.js": "1.78.5",
15+
"@solana/web3.js": "1.87.0",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0"
1818
},

0 commit comments

Comments
 (0)