Bump @solana/web3.js from 0.75.0 to 0.75.2 in /token-swap/js (#439)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.75.0 to 0.75.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.75.0...v0.75.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-09-14 08:50:27 +00:00 committed by GitHub
parent 7515187d17
commit c3631d2592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1692,9 +1692,9 @@
"dev": true
},
"@solana/web3.js": {
"version": "0.75.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.75.0.tgz",
"integrity": "sha512-goWSloQQbd7MLBxi/ViUvNIKg/uVQNVw/TvjsilZNnFiHv6WtNdUOnZFQbF8Nc7UDxeh+5TUbGkjavf0qzEbbA==",
"version": "0.75.2",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.75.2.tgz",
"integrity": "sha512-2Cd39m5ffOMrokCCKC28YRGyonP6ZZMAR7oi/G0hngCsBKjBmz9PhdcaYmUc2hYVa6o5hPvbp/CUZ6ui23DJuQ==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -4207,9 +4207,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.12.56",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.56.tgz",
"integrity": "sha512-8OdIupOIZtmObR13fvGyTvpcuzKmMugkATeVcfNwCjGtHxhjEKmOvLqXwR8U9VOtNnZ4EXaSfNiLVsPinaCXkQ=="
"version": "12.12.58",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.58.tgz",
"integrity": "sha512-Be46CNIHWAagEfINOjmriSxuv7IVcqbGe+sDSg2SYCEz/0CRBy7LRASGfRbD8KZkqoePU73Wsx3UvOSFcq/9hA=="
},
"lodash": {
"version": "4.17.20",

View File

@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@solana/web3.js": "^0.75.0",
"@solana/web3.js": "^0.75.2",
"bn.js": "^5.1.3",
"buffer-layout": "^1.2.0",
"dotenv": "8.2.0",