build(deps): bump @solana/web3.js in /token-lending/js (#1517)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.94.2 to 1.2.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.94.2...v1.2.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-03-29 10:55:05 +00:00 committed by GitHub
parent 03b44da260
commit b43cf9ff5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -226,9 +226,9 @@
}
},
"@solana/web3.js": {
"version": "0.94.2",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.94.2.tgz",
"integrity": "sha512-enJZ9eVJMvNtpuXdygAZHBlPC+2Q3paLY+KforFhVUpi/bkBADDKJWd90RICyu3sPKiVt8YLAs9cIxriQpQqng==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.0.tgz",
"integrity": "sha512-rks0hO1PXFVRavpNQKwvfS9qLuntAt8Nwl7O0XcodrtBivFF4ha84YPZetgmXZg/IvG7YaS1LsBIV4oXZ6C7jQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",
@ -246,9 +246,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.20.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.4.tgz",
"integrity": "sha512-xRCgeE0Q4pT5UZ189TJ3SpYuX/QGl6QIAOAIeDSbAVAd2gX1NxSZup4jNVK7cxIeP8KDSbJgcckun495isP1jQ=="
"version": "12.20.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.7.tgz",
"integrity": "sha512-gWL8VUkg8VRaCAUgG9WmhefMqHmMblxe2rVpMF86nZY/+ZysU+BkAp+3cz03AixWDSSz0ks5WX59yAhv/cDwFA=="
},
"jayson": {
"version": "3.4.4",

View File

@ -35,7 +35,7 @@
},
"dependencies": {
"@solana/spl-token": "0.0.13",
"@solana/web3.js": "^0.94.2",
"@solana/web3.js": "^1.2.0",
"bn.js": "^5.2.0",
"mkdirp": "^1.0.4"
},