File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -98,4 +98,4 @@ untyped-import
9898untyped-type-import
9999
100100[version]
101- ^0.291 .0
101+ ^0.292 .0
Original file line number Diff line number Diff line change @@ -1917,6 +1917,7 @@ type http$agentOptions = {
19171917declare class http$Agent< + SocketT = net$Socket > {
19181918 constructor ( options : http$agentOptions ) : void ;
19191919 destroy ( ) : void ;
1920+ // $FlowFixMe[incompatible-variance]
19201921 freeSockets : { [ name : string ] : $ReadOnlyArray < SocketT > , ...} ;
19211922 getName ( options : {
19221923 host : string ,
@@ -1926,7 +1927,9 @@ declare class http$Agent<+SocketT = net$Socket> {
19261927 } ) : string ;
19271928 maxFreeSockets : number ;
19281929 maxSockets : number ;
1930+ // $FlowFixMe[incompatible-variance]
19291931 requests : { [ name : string ] : $ReadOnlyArray < http$ClientRequest < SocketT >> , ...} ;
1932+ // $FlowFixMe[incompatible-variance]
19301933 sockets : { [ name : string ] : $ReadOnlyArray < SocketT > , ...} ;
19311934}
19321935
Original file line number Diff line number Diff line change 8686 "eslint-plugin-relay" : " ^1.8.3" ,
8787 "fb-dotslash" : " 0.5.8" ,
8888 "flow-api-translator" : " 0.32.0" ,
89- "flow-bin" : " ^0.291 .0" ,
89+ "flow-bin" : " ^0.292 .0" ,
9090 "hermes-eslint" : " 0.32.0" ,
9191 "hermes-transform" : " 0.32.0" ,
9292 "ini" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -4781,10 +4781,10 @@ flow-api-translator@0.32.0:
47814781 hermes-transform "0.32.0"
47824782 typescript "5.3.2"
47834783
4784- flow-bin@^0.291 .0 :
4785- version "0.291 .0"
4786- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.291 .0.tgz#f8ad7f35c998ef0200cdddb8c85abbe1aa3b58e1 "
4787- integrity sha512-wux/RqOTXzFWxzzdQRwAPpYyJx4GOOaYKESQQ7bszr43egT3U2CW65IpDYTJijpxKjXBb0D3uv6Kmq0C+HAAKg ==
4784+ flow-bin@^0.292 .0 :
4785+ version "0.292 .0"
4786+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.292 .0.tgz#2077d7925d54709f0aef087df4d40cf1086ea2c7 "
4787+ integrity sha512-PjI1om0xMo2zXE0cRH3/Fa44mJu/g6x9mgShaEW1LHJBLxa5ofw/+bz3LNWthZWh6G1+zxYWxOTNM+2rTEQ9eg ==
47884788
47894789flow-enums-runtime@^0.0.6 :
47904790 version "0.0.6"
You can’t perform that action at this time.
0 commit comments