chore:(deps): bump @project-serum/serum in /explorer (#16069)

Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts) from 0.13.27 to 0.13.31.
- [Release notes](https://github.com/project-serum/serum-ts/releases)
- [Commits](https://github.com/project-serum/serum-ts/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] 2021-03-30 21:43:30 +08:00 committed by GitHub
parent f2133af9ac
commit 031bacbc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 18 deletions

View File

@ -2410,9 +2410,9 @@
} }
}, },
"@project-serum/serum": { "@project-serum/serum": {
"version": "0.13.27", "version": "0.13.31",
"resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.27.tgz", "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.31.tgz",
"integrity": "sha512-yx5eurdmxfBrZIbXHG8nfZddjA2zDnSBHk39t+L7FQh8CgTk9C4r9/EOd/wlFVJX4hKr9rzTtwTQS3gkS0LCkA==", "integrity": "sha512-vWNq4rqd5zu9yDIE0eDZEwOJhHiwiYgAyfPChyIP1zwV63st9SnGQCILeC+Xrw1rZQQo2CBAXEBNLhmY/wLmiw==",
"requires": { "requires": {
"@solana/web3.js": "^0.90.0", "@solana/web3.js": "^0.90.0",
"bn.js": "^5.1.2", "bn.js": "^5.1.2",
@ -2441,8 +2441,8 @@
"superstruct": "^0.8.3", "superstruct": "^0.8.3",
"tweetnacl": "^1.0.0", "tweetnacl": "^1.0.0",
"ws": "^7.0.0" "ws": "^7.0.0"
}
}, },
"dependencies": {
"superstruct": { "superstruct": {
"version": "0.8.4", "version": "0.8.4",
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.8.4.tgz", "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.8.4.tgz",
@ -2454,13 +2454,6 @@
} }
} }
}, },
"superstruct": {
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.14.2.tgz",
"integrity": "sha512-nPewA6m9mR3d6k7WkZ8N8zpTWfenFH3q9pA2PkuiZxINr9DKB2+40wEQf0ixn8VaGuJ78AB6iWOtStI+/4FKZQ=="
}
}
},
"@react-hook/debounce": { "@react-hook/debounce": {
"version": "3.0.0", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-3.0.0.tgz", "resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-3.0.0.tgz",

View File

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@project-serum/serum": "^0.13.27", "@project-serum/serum": "^0.13.31",
"@react-hook/debounce": "^3.0.0", "@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.2.2", "@sentry/react": "^6.2.2",
"@solana/spl-token-registry": "^0.2.38", "@solana/spl-token-registry": "^0.2.38",