Skip to content

Commit 7383985

Browse files
committed
fix(deps): update dependency @solana/web3.js to v1.78.5
1 parent 869069f commit 7383985

File tree

19 files changed

+127
-85
lines changed

19 files changed

+127
-85
lines changed

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

+13-13
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.4",
5+
"@solana/web3.js": "1.78.5",
66
"borsh": "0.7.0"
77
},
88
"scripts": {

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

+7-7
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.4",
14+
"@solana/web3.js": "1.78.5",
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.9"
1313
},
1414
"dependencies": {
15-
"@solana/web3.js": "1.78.4",
15+
"@solana/web3.js": "1.78.5",
1616
"@coral-xyz/anchor": "0.28.1-beta.1"
1717
}
1818
}

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
dependencies:
175175
buffer "~6.0.3"
176176

177-
"@solana/[email protected].4":
178-
version "1.78.4"
179-
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.78.4.tgz#e8ca9abe4ec2af5fc540c1d272efee24aaffedb3"
180-
integrity sha512-up5VG1dK+GPhykmuMIozJZBbVqpm77vbOG6/r5dS7NBGZonwHfTLdBbsYc3rjmaQ4DpCXUa3tUc4RZHRORvZrw==
177+
"@solana/[email protected].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==
181181
dependencies:
182182
"@babel/runtime" "^7.22.6"
183183
"@noble/curves" "^1.0.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.4",
15+
"@solana/web3.js": "1.78.5",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0"
1818
},

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

+22-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,28 @@
507507
"@wallet-standard/base" "^1.0.1"
508508
"@wallet-standard/features" "^1.0.3"
509509

510-
"@solana/[email protected]", "@solana/web3.js@^1.68.0":
510+
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==
514+
dependencies:
515+
"@babel/runtime" "^7.22.6"
516+
"@noble/curves" "^1.0.0"
517+
"@noble/hashes" "^1.3.1"
518+
"@solana/buffer-layout" "^4.0.0"
519+
agentkeepalive "^4.3.0"
520+
bigint-buffer "^1.1.5"
521+
bn.js "^5.2.1"
522+
borsh "^0.7.0"
523+
bs58 "^4.0.1"
524+
buffer "6.0.3"
525+
fast-stable-stringify "^1.0.0"
526+
jayson "^4.1.0"
527+
node-fetch "^2.6.12"
528+
rpc-websockets "^7.5.1"
529+
superstruct "^0.14.2"
530+
531+
"@solana/web3.js@^1.68.0":
511532
version "1.78.4"
512533
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.78.4.tgz#e8ca9abe4ec2af5fc540c1d272efee24aaffedb3"
513534
integrity sha512-up5VG1dK+GPhykmuMIozJZBbVqpm77vbOG6/r5dS7NBGZonwHfTLdBbsYc3rjmaQ4DpCXUa3tUc4RZHRORvZrw==

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.4",
15+
"@solana/web3.js": "1.78.5",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0"
1818
},

learn-how-to-deploy-to-devnet/todo/app/yarn.lock

+22-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,28 @@
507507
"@wallet-standard/base" "^1.0.1"
508508
"@wallet-standard/features" "^1.0.3"
509509

510-
"@solana/[email protected]", "@solana/web3.js@^1.68.0":
510+
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==
514+
dependencies:
515+
"@babel/runtime" "^7.22.6"
516+
"@noble/curves" "^1.0.0"
517+
"@noble/hashes" "^1.3.1"
518+
"@solana/buffer-layout" "^4.0.0"
519+
agentkeepalive "^4.3.0"
520+
bigint-buffer "^1.1.5"
521+
bn.js "^5.2.1"
522+
borsh "^0.7.0"
523+
bs58 "^4.0.1"
524+
buffer "6.0.3"
525+
fast-stable-stringify "^1.0.0"
526+
jayson "^4.1.0"
527+
node-fetch "^2.6.12"
528+
rpc-websockets "^7.5.1"
529+
superstruct "^0.14.2"
530+
531+
"@solana/web3.js@^1.68.0":
511532
version "1.78.4"
512533
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.78.4.tgz#e8ca9abe4ec2af5fc540c1d272efee24aaffedb3"
513534
integrity sha512-up5VG1dK+GPhykmuMIozJZBbVqpm77vbOG6/r5dS7NBGZonwHfTLdBbsYc3rjmaQ4DpCXUa3tUc4RZHRORvZrw==

learn-how-to-interact-with-on-chain-programs/package-lock.json

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

learn-how-to-interact-with-on-chain-programs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy": "solana program deploy dist/program/helloworld.so"
1010
},
1111
"dependencies": {
12-
"@solana/web3.js": "1.78.4",
12+
"@solana/web3.js": "1.78.5",
1313
"borsh": "0.7.0"
1414
},
1515
"engines": {

learn-how-to-set-up-solana-by-building-a-hello-world-smart-contract/package-lock.json

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

learn-how-to-set-up-solana-by-building-a-hello-world-smart-contract/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clean:program-rust": "cargo clean --manifest-path=./src/program-rust/Cargo.toml && rm -rf ./dist"
88
},
99
"dependencies": {
10-
"@solana/web3.js": "1.78.4",
10+
"@solana/web3.js": "1.78.5",
1111
"borsh": "0.7.0",
1212
"yaml": "2.3.2"
1313
},

learn-the-metaplex-sdk-by-minting-an-nft/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"dependencies": {
55
"@solana/spl-token": "0.3.7",
6-
"@solana/web3.js": "1.78.4"
6+
"@solana/web3.js": "1.78.5"
77
},
88
"scripts": {
99
"solana:dump": "solana program dump -u mainnet-beta $(npm pkg get env.METAPLEX_TOKEN_METADATA_PROGRAM_ID | tr -d \\\") ./mlp_token.so",

0 commit comments

Comments
 (0)