build(deps): bump @solana/web3.js in /token-lending/js (#1219)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.91.1 to 0.91.2. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.91.1...v0.91.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:
parent
3a4036d880
commit
5fb91ada0d
|
@ -180,9 +180,9 @@
|
|||
}
|
||||
},
|
||||
"@solana/web3.js": {
|
||||
"version": "0.91.1",
|
||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.91.1.tgz",
|
||||
"integrity": "sha512-VGn8Pnli/2iINx9/y+kiR5l7XRsM4zbCQgFOSB7GfBBTrlxoeAGrzcBgwBFbFZE48R2hGo/5F0bo7jd1MOFWUQ==",
|
||||
"version": "0.91.2",
|
||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.91.2.tgz",
|
||||
"integrity": "sha512-z/RIFKN5ZTInCDlZMH1/wYMq0qv52PpRyRBsT3Jly6yVFMV4xG59ZQb9iToVZZ2OTbPecoAru+TYFXz0MYqkqg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"bn.js": "^5.0.0",
|
||||
|
@ -200,9 +200,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/node": {
|
||||
"version": "12.19.16",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.16.tgz",
|
||||
"integrity": "sha512-7xHmXm/QJ7cbK2laF+YYD7gb5MggHIIQwqyjin3bpEGiSuvScMQ5JZZXPvRipi1MwckTQbJZROMns/JxdnIL1Q=="
|
||||
"version": "12.20.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.0.tgz",
|
||||
"integrity": "sha512-0/41wHcurotvSOTHQUFkgL702c3pyWR1mToSrrX3pGPvGfpHTv3Ksx0M4UVuU5VJfjVb62Eyr1eKO1tWNUCg2Q=="
|
||||
},
|
||||
"jayson": {
|
||||
"version": "3.4.4",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@solana/spl-token": "0.0.13",
|
||||
"@solana/web3.js": "^0.91.1",
|
||||
"@solana/web3.js": "^0.91.2",
|
||||
"bn.js": "^5.0.0",
|
||||
"mkdirp": "^1.0.4"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue