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

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.2.0 to 1.2.4.
- [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/v1.2.0...v1.2.4)

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-31 09:53:02 +00:00 committed by GitHub
parent b81e945c21
commit ffae874369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 34 deletions

View File

@ -228,9 +228,9 @@
}
},
"@solana/web3.js": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.0.tgz",
"integrity": "sha512-rks0hO1PXFVRavpNQKwvfS9qLuntAt8Nwl7O0XcodrtBivFF4ha84YPZetgmXZg/IvG7YaS1LsBIV4oXZ6C7jQ==",
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.4.tgz",
"integrity": "sha512-qTYmZiFPrk6ZWniIzLCwa/4+Ovlg6DXLc32Q1SPqqQldnnoZkrCBuZq8mcd8VkPC2pVAwJhxsLTY3I9i5O8tuQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",
@ -245,36 +245,6 @@
"secp256k1": "^4.0.2",
"superstruct": "^0.14.2",
"tweetnacl": "^1.0.0"
},
"dependencies": {
"@types/node": {
"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",
"resolved": "https://registry.npmjs.org/jayson/-/jayson-3.4.4.tgz",
"integrity": "sha512-fgQflh+Qnhdv9fjxTnpTsa2WUG/dgyeKQzIh5MJ77Qv2sqFyyAZn7mTUYgPjJMFjsKfb4HNsSBh6ktJeeQiAGQ==",
"requires": {
"@types/connect": "^3.4.33",
"@types/express-serve-static-core": "^4.17.9",
"@types/lodash": "^4.14.159",
"@types/node": "^12.12.54",
"JSONStream": "^1.3.5",
"commander": "^2.20.3",
"es6-promisify": "^5.0.0",
"eyes": "^0.1.8",
"json-stringify-safe": "^5.0.1",
"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=="
}
}
},
"@tsconfig/recommended": {

View File

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