File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
22
"@improbable-eng/grpc-web" : " 0.14.0" ,
23
23
"big.js" : " 6.1.1" ,
24
24
"bootstrap" : " 4.6.1" ,
25
+ "buffer" : " 6.0.3" ,
25
26
"copy-to-clipboard" : " 3.3.1" ,
26
27
"d3" : " 6.3.1" ,
27
28
"date-fns" : " 2.14.0" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import * as AUCT from 'types/generated/auctioneerrpc/auctioneer_pb';
2
2
import * as POOL from 'types/generated/trader_pb' ;
3
3
import { Trader } from 'types/generated/trader_pb_service' ;
4
4
import Big from 'big.js' ;
5
+ import { Buffer } from 'buffer' ;
5
6
import { b64 } from 'util/strings' ;
6
7
import { OrderType , Tier } from 'store/models/order' ;
7
8
import BaseApi from './base' ;
Original file line number Diff line number Diff line change 1
1
import { makeAutoObservable , runInAction } from 'mobx' ;
2
+ import { Buffer } from 'buffer' ;
2
3
import { prefixTranslation } from 'util/translate' ;
3
4
import { Store } from 'store' ;
4
5
Original file line number Diff line number Diff line change
1
+ import { Buffer } from 'buffer' ;
2
+
1
3
/**
2
4
* Shortens text by removing a portion of characters from the middle and only
3
5
* keeping a small subset of the outer left and right sides
Original file line number Diff line number Diff line change @@ -4751,7 +4751,7 @@ balanced-match@^1.0.0:
4751
4751
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
4752
4752
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
4753
4753
4754
- base64-js@^1.0.2:
4754
+ base64-js@^1.0.2, base64-js@^1.3.1 :
4755
4755
version "1.5.1"
4756
4756
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
4757
4757
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
@@ -5032,6 +5032,14 @@ buffer-xor@^1.0.3:
5032
5032
resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
5033
5033
integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=
5034
5034
5035
+ buffer@6.0.3:
5036
+ version "6.0.3"
5037
+ resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
5038
+ integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
5039
+ dependencies:
5040
+ base64-js "^1.3.1"
5041
+ ieee754 "^1.2.1"
5042
+
5035
5043
buffer@^4.3.0:
5036
5044
version "4.9.2"
5037
5045
resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8"
@@ -8893,7 +8901,7 @@ identity-obj-proxy@^3.0.0:
8893
8901
dependencies:
8894
8902
harmony-reflect "^1.4.6"
8895
8903
8896
- ieee754@^1.1.4:
8904
+ ieee754@^1.1.4, ieee754@^1.2.1 :
8897
8905
version "1.2.1"
8898
8906
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
8899
8907
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
You can’t perform that action at this time.
0 commit comments