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

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

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-10 08:38:20 +00:00 committed by GitHub
parent 0ca4a61e4d
commit 638f652529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1636,9 +1636,9 @@
"dev": true
},
"@solana/web3.js": {
"version": "0.73.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.73.0.tgz",
"integrity": "sha512-Hjj7+oBwIjfpPYrYSrOrZGZo3Z8m8WJ/5KzQpI6P1Z5Q2Snov9OYTpILLuWAAyZFHCyyl+TTSZbFkz6wq9tOPQ==",
"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==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",

View File

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