File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed
src/SignalR/clients/ts/signalr Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 57
57
"abort-controller" : " ^3.0.0" ,
58
58
"eventsource" : " ^1.0.7" ,
59
59
"fetch-cookie" : " ^0.11.0" ,
60
- "node-fetch" : " ^2.6.1 " ,
60
+ "node-fetch" : " ^2.6.7 " ,
61
61
"ws" : " ^7.4.5"
62
62
},
63
63
"resolutions" : {
Original file line number Diff line number Diff line change @@ -155,10 +155,12 @@ jest-get-type@^26.3.0:
155
155
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
156
156
integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
157
157
158
- node-fetch@^2.6.1 :
159
- version "2.6.1"
160
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
161
- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
158
+ node-fetch@^2.6.7 :
159
+ version "2.6.7"
160
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
161
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
162
+ dependencies :
163
+ whatwg-url "^5.0.0"
162
164
163
165
original@^1.0.0 :
164
166
version "1.0.2"
@@ -223,6 +225,11 @@ supports-color@^7.1.0:
223
225
punycode "^2.1.1"
224
226
universalify "^0.1.2"
225
227
228
+ tr46@~0.0.3 :
229
+ version "0.0.3"
230
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
231
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
232
+
226
233
universalify@^0.1.2 :
227
234
version "0.1.2"
228
235
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
@@ -236,6 +243,19 @@ url-parse@^1.4.3:
236
243
querystringify "^2.1.1"
237
244
requires-port "^1.0.0"
238
245
246
+ webidl-conversions@^3.0.0 :
247
+ version "3.0.1"
248
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
249
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
250
+
251
+ whatwg-url@^5.0.0 :
252
+ version "5.0.0"
253
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
254
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
255
+ dependencies :
256
+ tr46 "~0.0.3"
257
+ webidl-conversions "^3.0.0"
258
+
239
259
ws@^7.4.5 :
240
260
version "7.4.6"
241
261
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
You can’t perform that action at this time.
0 commit comments