Skip to content

Commit 313036f

Browse files
env: 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 27a5c81 commit 313036f

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

yarn.lock

+22-11
Original file line numberDiff line numberDiff line change
@@ -5655,9 +5655,11 @@ nice-try@^1.0.4:
56555655
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
56565656

56575657
node-fetch@^2.6.1:
5658-
version "2.6.1"
5659-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5660-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5658+
version "2.6.7"
5659+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5660+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5661+
dependencies:
5662+
whatwg-url "^5.0.0"
56615663

56625664
node-gyp@^5.0.2:
56635665
version "5.1.1"
@@ -7556,6 +7558,11 @@ tr46@^2.0.2:
75567558
dependencies:
75577559
punycode "^2.1.1"
75587560

7561+
tr46@~0.0.3:
7562+
version "0.0.3"
7563+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7564+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
7565+
75597566
trim-newlines@^1.0.0:
75607567
version "1.0.0"
75617568
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -7866,6 +7873,11 @@ wcwidth@^1.0.0, wcwidth@^1.0.1:
78667873
dependencies:
78677874
defaults "^1.0.3"
78687875

7876+
webidl-conversions@^3.0.0:
7877+
version "3.0.1"
7878+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7879+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
7880+
78697881
webidl-conversions@^5.0.0:
78707882
version "5.0.0"
78717883
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -7888,16 +7900,15 @@ whatwg-mimetype@^2.3.0:
78887900
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
78897901
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
78907902

7891-
whatwg-url@^8.0.0:
7892-
version "8.2.2"
7893-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.2.2.tgz#85e7f9795108b53d554cec640b2e8aee2a0d4bfd"
7894-
integrity sha512-PcVnO6NiewhkmzV0qn7A+UZ9Xx4maNTI+O+TShmfE4pqjoCMwUMjkvoNhNHPTvgR7QH9Xt3R13iHuWy2sToFxQ==
7903+
whatwg-url@^5.0.0:
7904+
version "5.0.0"
7905+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7906+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
78957907
dependencies:
7896-
lodash.sortby "^4.7.0"
7897-
tr46 "^2.0.2"
7898-
webidl-conversions "^6.1.0"
7908+
tr46 "~0.0.3"
7909+
webidl-conversions "^3.0.0"
78997910

7900-
whatwg-url@^8.4.0:
7911+
whatwg-url@^8.0.0, whatwg-url@^8.4.0:
79017912
version "8.4.0"
79027913
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.4.0.tgz#50fb9615b05469591d2b2bd6dfaed2942ed72837"
79037914
integrity sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==

0 commit comments

Comments
 (0)