Skip to content

Commit fac5a30

Browse files
Update node-fetch to 2.6.7 (#39741)
1 parent ac92463 commit fac5a30

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

src/SignalR/clients/ts/signalr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"abort-controller": "^3.0.0",
5858
"eventsource": "^1.0.7",
5959
"fetch-cookie": "^0.11.0",
60-
"node-fetch": "^2.6.1",
60+
"node-fetch": "^2.6.7",
6161
"ws": "^7.4.5"
6262
},
6363
"resolutions": {

src/SignalR/clients/ts/signalr/yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,12 @@ jest-get-type@^26.3.0:
155155
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
156156
integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
157157

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"
162164

163165
original@^1.0.0:
164166
version "1.0.2"
@@ -223,6 +225,11 @@ supports-color@^7.1.0:
223225
punycode "^2.1.1"
224226
universalify "^0.1.2"
225227

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+
226233
universalify@^0.1.2:
227234
version "0.1.2"
228235
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
@@ -236,6 +243,19 @@ url-parse@^1.4.3:
236243
querystringify "^2.1.1"
237244
requires-port "^1.0.0"
238245

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+
239259
ws@^7.4.5:
240260
version "7.4.6"
241261
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"

0 commit comments

Comments
 (0)