Skip to content

Commit a42a9ca

Browse files
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] <[email protected]>
1 parent b731732 commit a42a9ca

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
@@ -4475,9 +4475,11 @@ node-emoji@^1.4.1:
44754475
lodash.toarray "^4.4.0"
44764476

44774477
node-fetch@^2.3.0, node-fetch@^2.6.1:
4478-
version "2.6.1"
4479-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4480-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4478+
version "2.6.7"
4479+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4480+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4481+
dependencies:
4482+
whatwg-url "^5.0.0"
44814483

44824484
node-forge@^0.10.0:
44834485
version "0.10.0"
@@ -5948,6 +5950,11 @@ tr46@^1.0.1:
59485950
dependencies:
59495951
punycode "^2.1.0"
59505952

5953+
tr46@~0.0.3:
5954+
version "0.0.3"
5955+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5956+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5957+
59515958
"traverse@>=0.3.0 <0.4":
59525959
version "0.3.9"
59535960
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
@@ -6237,11 +6244,24 @@ wcwidth@^1.0.1:
62376244
dependencies:
62386245
defaults "^1.0.3"
62396246

6247+
webidl-conversions@^3.0.0:
6248+
version "3.0.1"
6249+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6250+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6251+
62406252
webidl-conversions@^4.0.2:
62416253
version "4.0.2"
62426254
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
62436255
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
62446256

6257+
whatwg-url@^5.0.0:
6258+
version "5.0.0"
6259+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6260+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6261+
dependencies:
6262+
tr46 "~0.0.3"
6263+
webidl-conversions "^3.0.0"
6264+
62456265
whatwg-url@^7.0.0:
62466266
version "7.1.0"
62476267
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"

0 commit comments

Comments
 (0)