Skip to content

Commit 25bbc84

Browse files
committed
fix: manual fix lockfile
1 parent edfd338 commit 25bbc84

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

packages.lock.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,90 @@
3939
"Websocket.Client": "[4.4.43, )"
4040
}
4141
}
42+
},
43+
".NETStandard,Version=v2.0": {
44+
"NETStandard.Library": {
45+
"type": "Direct",
46+
"requested": "[2.0.3, )",
47+
"resolved": "2.0.3",
48+
"contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
49+
"dependencies": {
50+
"Microsoft.NETCore.Platforms": "1.1.0"
51+
}
52+
},
53+
"Newtonsoft.Json": {
54+
"type": "Direct",
55+
"requested": "[13.0.1, )",
56+
"resolved": "13.0.1",
57+
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
58+
},
59+
"Websocket.Client": {
60+
"type": "Direct",
61+
"requested": "[4.4.43, )",
62+
"resolved": "4.4.43",
63+
"contentHash": "h0sS4zsnXrVkYyMYDaRc0k/oV54uXXBlN/HOHAK5d/RWleLTmWS6bxtt0l3D5Q2rgtfLinkHLdf4sOqdrxZ0NA==",
64+
"dependencies": {
65+
"System.Reactive": "4.3.2",
66+
"System.Threading.Channels": "4.7.0"
67+
}
68+
},
69+
"Microsoft.NETCore.Platforms": {
70+
"type": "Transitive",
71+
"resolved": "1.1.0",
72+
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
73+
},
74+
"Microsoft.NETCore.Targets": {
75+
"type": "Transitive",
76+
"resolved": "1.1.0",
77+
"contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg=="
78+
},
79+
"System.Reactive": {
80+
"type": "Transitive",
81+
"resolved": "4.3.2",
82+
"contentHash": "WhGkScPWxw2pp7UwRW8M1OvYZ3WUDPC2wJ0aiuaB4KRD3bt4wLkgHgYnOUu87WRhsurvv5LN0E63iWOEza2o8g==",
83+
"dependencies": {
84+
"System.Runtime.InteropServices.WindowsRuntime": "4.3.0",
85+
"System.Threading.Tasks.Extensions": "4.5.3"
86+
}
87+
},
88+
"System.Runtime": {
89+
"type": "Transitive",
90+
"resolved": "4.3.0",
91+
"contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
92+
"dependencies": {
93+
"Microsoft.NETCore.Platforms": "1.1.0",
94+
"Microsoft.NETCore.Targets": "1.1.0"
95+
}
96+
},
97+
"System.Runtime.CompilerServices.Unsafe": {
98+
"type": "Transitive",
99+
"resolved": "4.5.2",
100+
"contentHash": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ=="
101+
},
102+
"System.Runtime.InteropServices.WindowsRuntime": {
103+
"type": "Transitive",
104+
"resolved": "4.3.0",
105+
"contentHash": "J4GUi3xZQLUBasNwZnjrffN8i5wpHrBtZoLG+OhRyGo/+YunMRWWtwoMDlUAIdmX0uRfpHIBDSV6zyr3yf00TA==",
106+
"dependencies": {
107+
"System.Runtime": "4.3.0"
108+
}
109+
},
110+
"System.Threading.Channels": {
111+
"type": "Transitive",
112+
"resolved": "4.7.0",
113+
"contentHash": "gdOOXBhtt2UpTxYJm1DRmoqNfYg5ypvhzhVt0vxKhzxXFjS81r8yIOSFsJYLRa1Jc14GBAqCnjxJstO3zBN7gg==",
114+
"dependencies": {
115+
"System.Threading.Tasks.Extensions": "4.5.2"
116+
}
117+
},
118+
"System.Threading.Tasks.Extensions": {
119+
"type": "Transitive",
120+
"resolved": "4.5.3",
121+
"contentHash": "+MvhNtcvIbqmhANyKu91jQnvIRVSTiaOiFNfKWwXGHG48YAb4I/TyH8spsySiPYla7gKal5ZnF3teJqZAximyQ==",
122+
"dependencies": {
123+
"System.Runtime.CompilerServices.Unsafe": "4.5.2"
124+
}
125+
}
42126
}
43127
}
44128
}

0 commit comments

Comments
 (0)