Skip to content

Commit c16f180

Browse files
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 d592c03 commit c16f180

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -5477,9 +5477,11 @@ node-environment-flags@1.0.6:
54775477
semver "^5.7.0"
54785478

54795479
node-fetch@^2.6.0:
5480-
version "2.6.1"
5481-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
5482-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5480+
version "2.6.7"
5481+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5482+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5483+
dependencies:
5484+
whatwg-url "^5.0.0"
54835485

54845486
node-releases@^1.1.71:
54855487
version "1.1.72"
@@ -7151,6 +7153,11 @@ toidentifier@1.0.0:
71517153
resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz"
71527154
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
71537155

7156+
tr46@~0.0.3:
7157+
version "0.0.3"
7158+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7159+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
7160+
71547161
ts-loader@^8.0.0:
71557162
version "8.4.0"
71567163
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.4.0.tgz#e845ea0f38d140bdc3d7d60293ca18d12ff2720f"
@@ -7426,6 +7433,11 @@ wcwidth@^1.0.1:
74267433
dependencies:
74277434
defaults "^1.0.3"
74287435

7436+
webidl-conversions@^3.0.0:
7437+
version "3.0.1"
7438+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7439+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
7440+
74297441
webpack-cli@^4.1.0:
74307442
version "4.3.1"
74317443
resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.3.1.tgz"
@@ -7511,6 +7523,14 @@ whatwg-mimetype@^2.3.0:
75117523
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
75127524
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
75137525

7526+
whatwg-url@^5.0.0:
7527+
version "5.0.0"
7528+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7529+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
7530+
dependencies:
7531+
tr46 "~0.0.3"
7532+
webidl-conversions "^3.0.0"
7533+
75147534
which-module@^2.0.0:
75157535
version "2.0.0"
75167536
resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz"

0 commit comments

Comments
 (0)