build(deps): bump @solana/spl-token in /token-lending/js (#1929)

Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases)
- [Commits](https://github.com/solana-labs/solana-program-library/compare/@solana/spl-token@v0.1.5...@solana/spl-token@v0.1.6)

---
updated-dependencies:
- dependency-name: "@solana/spl-token"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-06-16 11:11:52 +00:00 committed by GitHub
parent 56760aaa20
commit 961ae1066e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -181,9 +181,9 @@
"dev": true
},
"@solana/spl-token": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.1.5.tgz",
"integrity": "sha512-2rlgKbH3lCTIuxwm4A+R2/t+w3Rt2tJLpGH6jefQQUpM6MyxlQWV+P9pB7+lozuWDOJ7A2OyKkUEt/HlxyHFjw==",
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.1.6.tgz",
"integrity": "sha512-fYj+a3w1bqWN6Ibf85XF3h2JkuxevI3Spvqi+mjsNqVUEo2AgxxTZmujNLn/jIzQDNdWkBfF/wYzH5ikcGHmfw==",
"requires": {
"@babel/runtime": "^7.10.5",
"@solana/web3.js": "^1.12.0",

View File

@ -34,7 +34,7 @@
"cluster:mainnet-beta": "cp cluster-mainnet-beta.env .env"
},
"dependencies": {
"@solana/spl-token": "0.1.5",
"@solana/spl-token": "0.1.6",
"@solana/web3.js": "^1.16.1",
"bn.js": "^5.2.0",
"mkdirp": "^1.0.4"