Skip to content

Commit 4449b49

Browse files
Bump node-fetch from 2.6.1 to 2.6.7 (FormidableLabs#104)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adf567d commit 4449b49

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4393,9 +4393,11 @@ node-environment-flags@1.0.5:
43934393
semver "^5.7.0"
43944394

43954395
node-fetch@^2.6.1:
4396-
version "2.6.1"
4397-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4398-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4396+
version "2.6.7"
4397+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4398+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4399+
dependencies:
4400+
whatwg-url "^5.0.0"
43994401

44004402
node-libs-browser@^2.2.1:
44014403
version "2.2.1"
@@ -6106,6 +6108,11 @@ tr46@^2.0.2:
61066108
dependencies:
61076109
punycode "^2.1.1"
61086110

6111+
tr46@~0.0.3:
6112+
version "0.0.3"
6113+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6114+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6115+
61096116
tree-kill@^1.2.1:
61106117
version "1.2.2"
61116118
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -6393,6 +6400,11 @@ watchpack@^1.6.1:
63936400
chokidar "^3.4.0"
63946401
watchpack-chokidar2 "^2.0.0"
63956402

6403+
webidl-conversions@^3.0.0:
6404+
version "3.0.1"
6405+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6406+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6407+
63966408
webidl-conversions@^5.0.0:
63976409
version "5.0.0"
63986410
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -6471,6 +6483,14 @@ whatwg-mimetype@^2.3.0:
64716483
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
64726484
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
64736485

6486+
whatwg-url@^5.0.0:
6487+
version "5.0.0"
6488+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6489+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6490+
dependencies:
6491+
tr46 "~0.0.3"
6492+
webidl-conversions "^3.0.0"
6493+
64746494
whatwg-url@^8.0.0:
64756495
version "8.1.0"
64766496
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.1.0.tgz#c628acdcf45b82274ce7281ee31dd3c839791771"

0 commit comments

Comments
 (0)