Skip to content

Commit f3ff3e2

Browse files
Bump node-fetch from 2.6.1 to 2.6.7 (brianc#2694)
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 a09412c commit f3ff3e2

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
@@ -4323,9 +4323,11 @@ node-fetch-npm@^2.0.2:
43234323
safe-buffer "^5.1.1"
43244324

43254325
node-fetch@^2.5.0, node-fetch@^2.6.1:
4326-
version "2.6.1"
4327-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4328-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4326+
version "2.6.7"
4327+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4328+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4329+
dependencies:
4330+
whatwg-url "^5.0.0"
43294331

43304332
node-gyp@^5.0.2:
43314333
version "5.1.1"
@@ -6006,6 +6008,11 @@ tr46@^1.0.1:
60066008
dependencies:
60076009
punycode "^2.1.0"
60086010

6011+
tr46@~0.0.3:
6012+
version "0.0.3"
6013+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6014+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6015+
60096016
traverser@0.0.x:
60106017
version "0.0.5"
60116018
resolved "https://registry.yarnpkg.com/traverser/-/traverser-0.0.5.tgz#c66f38c456a0c21a88014b1223580c7ebe0631eb"
@@ -6263,11 +6270,24 @@ wcwidth@^1.0.0:
62636270
dependencies:
62646271
defaults "^1.0.3"
62656272

6273+
webidl-conversions@^3.0.0:
6274+
version "3.0.1"
6275+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6276+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6277+
62666278
webidl-conversions@^4.0.2:
62676279
version "4.0.2"
62686280
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
62696281
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
62706282

6283+
whatwg-url@^5.0.0:
6284+
version "5.0.0"
6285+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6286+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6287+
dependencies:
6288+
tr46 "~0.0.3"
6289+
webidl-conversions "^3.0.0"
6290+
62716291
whatwg-url@^7.0.0:
62726292
version "7.1.0"
62736293
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"

0 commit comments

Comments
 (0)