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

Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts) from 0.13.11 to 0.13.12.
- [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]
2020-11-19 09:10:58 +00:00
committed by GitHub
parent f2a1a0ac5c
commit a39b0f6ee5
2 changed files with 7 additions and 7 deletions

View File

@ -2067,9 +2067,9 @@
} }
}, },
"@project-serum/serum": { "@project-serum/serum": {
"version": "0.13.11", "version": "0.13.12",
"resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.11.tgz", "resolved": "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.12.tgz",
"integrity": "sha512-kE9PhXuryP7afJFkZrKkLzNxeRETHgPvN5Jl3BZIDH5oyHLUfmj3OQreMPwIqJXnMkLwCHewG5JFJALwit+3Wg==", "integrity": "sha512-2Vx6ishVU5PEOGpLRCenJkD5STOixeFcFopwzToifYFxfsTK8zfpymltZ64skGfg52h528bkKC3hJdYEhgzm9Q==",
"requires": { "requires": {
"@solana/web3.js": "0.86.1", "@solana/web3.js": "0.86.1",
"bn.js": "^5.1.2", "bn.js": "^5.1.2",
@ -4331,9 +4331,9 @@
} }
}, },
"buffer": { "buffer": {
"version": "5.7.0", "version": "5.7.1",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.0.tgz", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
"integrity": "sha512-cd+5r1VLBwUqTrmnzW+D7ABkJUM6mr7uv1dv+6jRw4Rcl7tFIFHDqHPL98LhpGFn3dbAt3gtLxtrWp4m1kFrqg==", "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
"requires": { "requires": {
"base64-js": "^1.3.1", "base64-js": "^1.3.1",
"ieee754": "^1.1.13" "ieee754": "^1.1.13"

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.11", "@project-serum/serum": "^0.13.12",
"@react-hook/debounce": "^3.0.0", "@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.27.4", "@sentry/react": "^5.27.4",
"@solana/web3.js": "^0.87.1", "@solana/web3.js": "^0.87.1",