Skip to content

Commit 866bc5a

Browse files
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#229)
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 6cbdee8 commit 866bc5a

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
@@ -6276,9 +6276,11 @@ node-fetch-npm@^2.0.2:
62766276
safe-buffer "^5.1.1"
62776277

62786278
node-fetch@^2.5.0, node-fetch@^2.6.1:
6279-
version "2.6.1"
6280-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
6281-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
6279+
version "2.6.7"
6280+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
6281+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
6282+
dependencies:
6283+
whatwg-url "^5.0.0"
62826284

62836285
node-gyp@^5.0.2:
62846286
version "5.1.1"
@@ -8236,6 +8238,11 @@ tr46@^1.0.1:
82368238
dependencies:
82378239
punycode "^2.1.0"
82388240

8241+
tr46@~0.0.3:
8242+
version "0.0.3"
8243+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8244+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
8245+
82398246
tree-kill@^1.2.2:
82408247
version "1.2.2"
82418248
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -8521,11 +8528,24 @@ wcwidth@^1.0.0:
85218528
dependencies:
85228529
defaults "^1.0.3"
85238530

8531+
webidl-conversions@^3.0.0:
8532+
version "3.0.1"
8533+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8534+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
8535+
85248536
webidl-conversions@^4.0.2:
85258537
version "4.0.2"
85268538
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
85278539
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
85288540

8541+
whatwg-url@^5.0.0:
8542+
version "5.0.0"
8543+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8544+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
8545+
dependencies:
8546+
tr46 "~0.0.3"
8547+
webidl-conversions "^3.0.0"
8548+
85298549
whatwg-url@^7.0.0:
85308550
version "7.1.0"
85318551
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"

0 commit comments

Comments
 (0)