build(deps): bump @solana/web3.js from 0.88.0 to 0.89.0 in /token/js (#1078)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.88.0 to 0.89.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.88.0...v0.89.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] 2021-01-15 09:19:23 +00:00 committed by GitHub
parent 2859fbea79
commit 823d859ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -2295,9 +2295,9 @@
"dev": true
},
"@solana/web3.js": {
"version": "0.88.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.88.0.tgz",
"integrity": "sha512-e3dvt+k6keooHuwRR7ZcQoiz0Emi/5fr5QsLBCJyM6WOtId5IYVXLl/3VRxLOBWWcvnhUrhejrOTrASEs1bEqA==",
"version": "0.89.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.89.0.tgz",
"integrity": "sha512-5+yu7mel0y9gmsBleI6yO9sW/vGUV0JhHxJ55KutqYWPV9/S/SJ+tEV9a/uuAw+MXbLj5EW6knt/GpdCSe0MvQ==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -2360,9 +2360,9 @@
"dev": true
},
"@types/express-serve-static-core": {
"version": "4.17.17",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.17.tgz",
"integrity": "sha512-YYlVaCni5dnHc+bLZfY908IG1+x5xuibKZMGv8srKkvtul3wUuanYvpIj9GXXoWkQbaAdR+kgX46IETKUALWNQ==",
"version": "4.17.18",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz",
"integrity": "sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA==",
"requires": {
"@types/node": "*",
"@types/qs": "*",
@ -5372,9 +5372,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.19.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.11.tgz",
"integrity": "sha512-bwVfNTFZOrGXyiQ6t4B9sZerMSShWNsGRw8tC5DY1qImUNczS9SjT4G6PnzjCnxsu5Ubj6xjL2lgwddkxtQl5w=="
"version": "12.19.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.14.tgz",
"integrity": "sha512-2U9uLN46+7dv9PiS8VQJcHhuoOjiDPZOLAt0WuA1EanEknIMae+2QbMhayF7cgGqjvRVIfNpt+6jLPczJZFiRw=="
},
"lodash": {
"version": "4.17.20",

View File

@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"@solana/web3.js": "^0.88.0",
"@solana/web3.js": "^0.89.0",
"bn.js": "^5.0.0",
"buffer-layout": "^1.2.0",
"dotenv": "8.2.0",