Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 71ed119

Browse files
Bump node-fetch in /containers/codespaces-linux/test-project (#1271)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a6445f commit 71ed119

File tree

1 file changed

+23
-3
lines changed
  • containers/codespaces-linux/test-project

1 file changed

+23
-3
lines changed

containers/codespaces-linux/test-project/yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,11 @@ [email protected]:
194194
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
195195

196196
node-fetch@^2.6.1:
197-
version "2.6.1"
198-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
199-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
197+
version "2.6.7"
198+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
199+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
200+
dependencies:
201+
whatwg-url "^5.0.0"
200202

201203
once@^1.3.0, once@^1.3.1, once@^1.4.0:
202204
version "1.4.0"
@@ -336,6 +338,11 @@ through@^2.3.8:
336338
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
337339
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
338340

341+
tr46@~0.0.3:
342+
version "0.0.3"
343+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
344+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
345+
339346
unbzip2-stream@^1.3.3:
340347
version "1.4.3"
341348
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
@@ -349,6 +356,19 @@ util-deprecate@^1.0.1:
349356
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
350357
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
351358

359+
webidl-conversions@^3.0.0:
360+
version "3.0.1"
361+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
362+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
363+
364+
whatwg-url@^5.0.0:
365+
version "5.0.0"
366+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
367+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
368+
dependencies:
369+
tr46 "~0.0.3"
370+
webidl-conversions "^3.0.0"
371+
352372
wrappy@1:
353373
version "1.0.2"
354374
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)