Bump @solana/web3.js from 0.78.3 to 0.79.0 in /token-swap/js (#588)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.78.3 to 0.79.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.78.3...v0.79.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] 2020-10-09 07:35:05 +00:00 committed by GitHub
parent a4f09fe05e
commit d5c99b35bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@solana/spl-token-swap",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1756,9 +1756,9 @@
"dev": true
},
"@solana/web3.js": {
"version": "0.78.3",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.78.3.tgz",
"integrity": "sha512-apuBashKRfniWgC2A9KiY9fs+9ryQuh6BKESK3P+Hxxd3uV+gBDe4MSW+SavAEcHYVBsU8FCn881ftBhv1aGuw==",
"version": "0.79.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.79.0.tgz",
"integrity": "sha512-yTX4tYXfMa4Siz7+NBOtZTYbeJXFZAW0oQ3xwLdXm8HxyRW5jMLJvRrODgFHFXKOcbZgj9Q4x9tSQFZ5HmFRGw==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -4464,9 +4464,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.12.64",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.64.tgz",
"integrity": "sha512-UV1/ZJMC+HcP902wWdpC43cAcGu0IQk/I5bXjP2aSuCjsk3cE74mDvFrLKga7oDC170ugOAYBwfT4DSQW3akDA=="
"version": "12.12.66",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.66.tgz",
"integrity": "sha512-VwJbrfz53hQo/3uUhan/ZQJD9AQSSbmODtbtFhPmT07KTIp9zw2dVZhoV0TezZv2NZMuFdKHY6z9SosB4Vtj3A=="
},
"lodash": {
"version": "4.17.20",

View File

@ -46,7 +46,7 @@
"keywords": [],
"dependencies": {
"@babel/runtime": "^7.11.2",
"@solana/web3.js": "^0.78.0",
"@solana/web3.js": "^0.79.0",
"bn.js": "^5.1.3",
"buffer-layout": "^1.2.0",
"dotenv": "8.2.0",