Skip to content

Commit 7431dbc

Browse files
chore(deps): bump node-fetch from 2.6.1 to 2.6.7
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] <support@github.com>
1 parent 16e8f48 commit 7431dbc

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -12582,9 +12582,11 @@ node-fetch-npm@^2.0.2:
1258212582
safe-buffer "^5.1.1"
1258312583

1258412584
node-fetch@^2.3.0, node-fetch@^2.6.1:
12585-
version "2.6.1"
12586-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
12587-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
12585+
version "2.6.7"
12586+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
12587+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
12588+
dependencies:
12589+
whatwg-url "^5.0.0"
1258812590

1258912591
node-gyp@^5.0.2, node-gyp@^5.0.3:
1259012592
version "5.0.3"
@@ -16806,6 +16808,11 @@ tr46@^2.0.2:
1680616808
dependencies:
1680716809
punycode "^2.1.1"
1680816810

16811+
tr46@~0.0.3:
16812+
version "0.0.3"
16813+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
16814+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
16815+
1680916816
traverse@~0.6.6:
1681016817
version "0.6.6"
1681116818
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -17603,6 +17610,11 @@ web-namespaces@^2.0.0:
1760317610
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.0.tgz#1f6a2d7b5823329abaedeb6bdf09ef2fed35db13"
1760417611
integrity sha512-dE7ELZRVWh0ceQsRgkjLgsAvwTuv3kcjSY/hLjqL0llleUlQBDjE9JkB9FCBY5F2mnFEwiyJoowl8+NVGHe8dw==
1760517612

17613+
webidl-conversions@^3.0.0:
17614+
version "3.0.1"
17615+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
17616+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
17617+
1760617618
webidl-conversions@^4.0.2:
1760717619
version "4.0.2"
1760817620
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -17775,6 +17787,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1777517787
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1777617788
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1777717789

17790+
whatwg-url@^5.0.0:
17791+
version "5.0.0"
17792+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
17793+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
17794+
dependencies:
17795+
tr46 "~0.0.3"
17796+
webidl-conversions "^3.0.0"
17797+
1777817798
whatwg-url@^6.4.1:
1777917799
version "6.5.0"
1778017800
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)