chore: bump @solana/spl-token from 0.0.10 to 0.0.11 in /web3.js (#12757)

Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.0.10 to 0.0.11.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases)
- [Commits](https://github.com/solana-labs/solana-program-library/commits)

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 08:22:09 +00:00 committed by GitHub
parent 5394ca580f
commit d6f1befee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 18 deletions

View File

@ -4947,23 +4947,31 @@
} }
}, },
"@solana/spl-token": { "@solana/spl-token": {
"version": "0.0.10", "version": "0.0.11",
"resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.0.10.tgz", "resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.0.11.tgz",
"integrity": "sha512-IAq657yINB8yDu7c5P3mQZLbfjBd97+/7CwGNYCuXL9/BunBW0DKT4y6J4M8VuxUCfvzCM735nF23RIA0Qnl9w==", "integrity": "sha512-Upp+x5B18UegyoDfDJFbkhtL5ynuJBe1AFCbhbSasp+fQP4xx9Lhq+w3rheZPPOnCYwgRfAodABwCO/j7ZFKPg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.10.5", "@babel/runtime": "^7.10.5",
"@solana/web3.js": "^0.75.0", "@solana/web3.js": "^0.78.0",
"bn.js": "^5.0.0", "bn.js": "^5.0.0",
"buffer-layout": "^1.2.0", "buffer-layout": "^1.2.0",
"dotenv": "8.2.0", "dotenv": "8.2.0",
"mkdirp-promise": "^5.0.1" "mkdirp": "1.0.4"
},
"dependencies": {
"mkdirp": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"dev": true
}
} }
}, },
"@solana/web3.js": { "@solana/web3.js": {
"version": "0.75.2", "version": "0.78.4",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.75.2.tgz", "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.78.4.tgz",
"integrity": "sha512-2Cd39m5ffOMrokCCKC28YRGyonP6ZZMAR7oi/G0hngCsBKjBmz9PhdcaYmUc2hYVa6o5hPvbp/CUZ6ui23DJuQ==", "integrity": "sha512-Zt6LN35K2sQaQfgWbNjp91qGa6dHccXTQEoojXEo0NqZ/CQqmzretgSI/3kxKUiuvLTY/1WltVM7CKRkwMNRFA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
@ -15012,15 +15020,6 @@
"minimist": "0.0.8" "minimist": "0.0.8"
} }
}, },
"mkdirp-promise": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz",
"integrity": "sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE=",
"dev": true,
"requires": {
"mkdirp": "*"
}
},
"modify-values": { "modify-values": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz",

View File

@ -98,7 +98,7 @@
"@babel/preset-flow": "^7.0.0", "@babel/preset-flow": "^7.0.0",
"@commitlint/config-conventional": "^11.0.0", "@commitlint/config-conventional": "^11.0.0",
"@commitlint/travis-cli": "^11.0.0", "@commitlint/travis-cli": "^11.0.0",
"@solana/spl-token": "^0.0.10", "@solana/spl-token": "^0.0.11",
"@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1", "@typescript-eslint/parser": "^3.10.1",
"acorn": "^8.0.1", "acorn": "^8.0.1",