Skip to content

Commit a27dd24

Browse files
build(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] <[email protected]>
1 parent 78dc139 commit a27dd24

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
@@ -5637,9 +5637,11 @@ node-fetch-npm@^2.0.2:
56375637
safe-buffer "^5.1.1"
56385638

56395639
node-fetch@^2.2.0, node-fetch@^2.6.1:
5640-
version "2.6.1"
5641-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5642-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5640+
version "2.6.7"
5641+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5642+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5643+
dependencies:
5644+
whatwg-url "^5.0.0"
56435645

56445646
node-gyp@^5.0.2, node-gyp@^5.1.0:
56455647
version "5.1.1"
@@ -7953,6 +7955,11 @@ tough-cookie@~2.5.0:
79537955
psl "^1.1.28"
79547956
punycode "^2.1.1"
79557957

7958+
tr46@~0.0.3:
7959+
version "0.0.3"
7960+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7961+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
7962+
79567963
traverse@~0.6.6:
79577964
version "0.6.6"
79587965
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -8294,6 +8301,19 @@ wcwidth@^1.0.0:
82948301
dependencies:
82958302
defaults "^1.0.3"
82968303

8304+
webidl-conversions@^3.0.0:
8305+
version "3.0.1"
8306+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8307+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
8308+
8309+
whatwg-url@^5.0.0:
8310+
version "5.0.0"
8311+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8312+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
8313+
dependencies:
8314+
tr46 "~0.0.3"
8315+
webidl-conversions "^3.0.0"
8316+
82978317
which-module@^2.0.0:
82988318
version "2.0.0"
82998319
resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)