Skip to content

Commit b3d0530

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] <[email protected]>
1 parent 2231dd7 commit b3d0530

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
@@ -5197,9 +5197,11 @@ node-fetch-npm@^2.0.2:
51975197
safe-buffer "^5.1.1"
51985198

51995199
node-fetch@^2.3.0, node-fetch@^2.5.0:
5200-
version "2.6.1"
5201-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5202-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5200+
version "2.6.7"
5201+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5202+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5203+
dependencies:
5204+
whatwg-url "^5.0.0"
52035205

52045206
node-gyp@^5.0.2:
52055207
version "5.0.3"
@@ -7143,6 +7145,11 @@ tr46@^1.0.1:
71437145
dependencies:
71447146
punycode "^2.1.0"
71457147

7148+
tr46@~0.0.3:
7149+
version "0.0.3"
7150+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7151+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
7152+
71467153
trim-newlines@^1.0.0:
71477154
version "1.0.0"
71487155
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -7440,6 +7447,11 @@ wcwidth@^1.0.0, wcwidth@^1.0.1:
74407447
dependencies:
74417448
defaults "^1.0.3"
74427449

7450+
webidl-conversions@^3.0.0:
7451+
version "3.0.1"
7452+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7453+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
7454+
74437455
webidl-conversions@^4.0.2:
74447456
version "4.0.2"
74457457
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -7457,6 +7469,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
74577469
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
74587470
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
74597471

7472+
whatwg-url@^5.0.0:
7473+
version "5.0.0"
7474+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7475+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
7476+
dependencies:
7477+
tr46 "~0.0.3"
7478+
webidl-conversions "^3.0.0"
7479+
74607480
whatwg-url@^6.4.1:
74617481
version "6.5.0"
74627482
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)