Skip to content

Commit 5518105

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 052d780 commit 5518105

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
@@ -3416,9 +3416,11 @@ node-fetch-npm@^2.0.2:
34163416
safe-buffer "^5.1.1"
34173417

34183418
node-fetch@^2.6.1:
3419-
version "2.6.1"
3420-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3421-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3419+
version "2.6.7"
3420+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3421+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3422+
dependencies:
3423+
whatwg-url "^5.0.0"
34223424

34233425
node-gyp@^5.0.2, node-gyp@^5.1.0:
34243426
version "5.1.1"
@@ -5232,6 +5234,11 @@ tough-cookie@~2.5.0:
52325234
psl "^1.1.28"
52335235
punycode "^2.1.1"
52345236

5237+
tr46@~0.0.3:
5238+
version "0.0.3"
5239+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5240+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5241+
52355242
traverse@~0.6.6:
52365243
version "0.6.6"
52375244
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -5471,6 +5478,19 @@ wcwidth@^1.0.0:
54715478
dependencies:
54725479
defaults "^1.0.3"
54735480

5481+
webidl-conversions@^3.0.0:
5482+
version "3.0.1"
5483+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5484+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5485+
5486+
whatwg-url@^5.0.0:
5487+
version "5.0.0"
5488+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5489+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5490+
dependencies:
5491+
tr46 "~0.0.3"
5492+
webidl-conversions "^3.0.0"
5493+
54745494
which-module@^2.0.0:
54755495
version "2.0.0"
54765496
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)