chore: bump @solana/spl-token from 0.0.7 to 0.0.10 in /web3.js (#12308)
Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.0.7 to 0.0.10. - [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:
parent
287e2600af
commit
7f2ccbff80
|
@ -4928,13 +4928,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@solana/spl-token": {
|
"@solana/spl-token": {
|
||||||
"version": "0.0.7",
|
"version": "0.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.0.10.tgz",
|
||||||
"integrity": "sha512-lXpvGlcjq49efiCb61VlrRwKyMSHXV5lqCvrf+iDJarftvWEK9WV97ZuunOPkA2wXyPzc880wtwvvfoEt30Lbg==",
|
"integrity": "sha512-IAq657yINB8yDu7c5P3mQZLbfjBd97+/7CwGNYCuXL9/BunBW0DKT4y6J4M8VuxUCfvzCM735nF23RIA0Qnl9w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.10.5",
|
"@babel/runtime": "^7.10.5",
|
||||||
"@solana/web3.js": "^0.71.6",
|
"@solana/web3.js": "^0.75.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",
|
||||||
|
@ -4942,9 +4942,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@solana/web3.js": {
|
"@solana/web3.js": {
|
||||||
"version": "0.71.9",
|
"version": "0.75.2",
|
||||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.9.tgz",
|
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.75.2.tgz",
|
||||||
"integrity": "sha512-xn/6i3XwKA6RMKlVWxurKpJukHoJtiYm1W/r0cDVZYde7WHObm5F3W3bUjgO5K1lO0tHAEEf9/pyCpF6R73U0g==",
|
"integrity": "sha512-2Cd39m5ffOMrokCCKC28YRGyonP6ZZMAR7oi/G0hngCsBKjBmz9PhdcaYmUc2hYVa6o5hPvbp/CUZ6ui23DJuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.3.1",
|
"@babel/runtime": "^7.3.1",
|
||||||
|
@ -4958,7 +4958,7 @@
|
||||||
"mz": "^2.7.0",
|
"mz": "^2.7.0",
|
||||||
"node-fetch": "^2.2.0",
|
"node-fetch": "^2.2.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"rpc-websockets": "^7.1.0",
|
"rpc-websockets": "^7.4.2",
|
||||||
"superstruct": "^0.8.3",
|
"superstruct": "^0.8.3",
|
||||||
"tweetnacl": "^1.0.0",
|
"tweetnacl": "^1.0.0",
|
||||||
"ws": "^7.0.0"
|
"ws": "^7.0.0"
|
||||||
|
|
|
@ -97,7 +97,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.7",
|
"@solana/spl-token": "^0.0.10",
|
||||||
"@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",
|
||||||
|
|
Loading…
Reference in New Issue