build(deps-dev): bump @solana/spl-token in /token-swap/js (#1963)

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:development
  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-25 09:54:18 +00:00 committed by GitHub
parent ea2696ecea
commit 3035aa37ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -328,9 +328,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==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.5",

View File

@ -58,7 +58,7 @@
"mkdirp": "1.0.4"
},
"devDependencies": {
"@solana/spl-token": "0.1.5",
"@solana/spl-token": "0.1.6",
"@types/bn.js": "^5.1.0",
"eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0",