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

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.92.2 to 0.93.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.92.2...v0.93.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-02-26 10:34:38 +00:00 committed by GitHub
parent bff28fadfc
commit 26a3c62a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 8 deletions

View File

@ -180,9 +180,9 @@
}
},
"@solana/web3.js": {
"version": "0.92.2",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.92.2.tgz",
"integrity": "sha512-K2gzja05MeeFa3r+y4kxUpeWYWPTc1WPKHRP0yaKVPs3daBb5VcfEq234OrrzyJKOsNFyNhyHnaGdqX/+uYLOA==",
"version": "0.93.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.93.0.tgz",
"integrity": "sha512-4OcenII2+VJlJaPwk4yiQAurY4Xk/RX13cYRFsvaVfSay8ZuJ3bnL7kzPO2GKOwrwTZmNqroCUTAYxJETuXouA==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",
@ -195,14 +195,14 @@
"node-fetch": "^2.6.1",
"rpc-websockets": "^7.4.2",
"secp256k1": "^4.0.2",
"superstruct": "^0.8.3",
"superstruct": "^0.14.2",
"tweetnacl": "^1.0.0"
},
"dependencies": {
"@types/node": {
"version": "12.20.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.3.tgz",
"integrity": "sha512-63cSd8J30Sr4/aFKKfDmCEM4GMH3W2efWT0Ii/B+Ohm3id0TU2xPEBFktiq3nXCZcN6VwVvpyv75I4zTP7YO/w=="
"version": "12.20.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.4.tgz",
"integrity": "sha512-xRCgeE0Q4pT5UZ189TJ3SpYuX/QGl6QIAOAIeDSbAVAd2gX1NxSZup4jNVK7cxIeP8KDSbJgcckun495isP1jQ=="
},
"jayson": {
"version": "3.4.4",
@ -221,6 +221,11 @@
"lodash": "^4.17.20",
"uuid": "^3.4.0"
}
},
"superstruct": {
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.14.2.tgz",
"integrity": "sha512-nPewA6m9mR3d6k7WkZ8N8zpTWfenFH3q9pA2PkuiZxINr9DKB2+40wEQf0ixn8VaGuJ78AB6iWOtStI+/4FKZQ=="
}
}
},

View File

@ -39,7 +39,7 @@
},
"dependencies": {
"@solana/spl-token": "0.0.13",
"@solana/web3.js": "^0.92.2",
"@solana/web3.js": "^0.93.0",
"bn.js": "^5.2.0",
"mkdirp": "^1.0.4"
},