Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 3f1b7f3

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 d99d494 commit 3f1b7f3

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
@@ -7591,9 +7591,11 @@ no-case@^3.0.3:
75917591
tslib "^1.10.0"
75927592

75937593
node-fetch@^2.6.0:
7594-
version "2.6.1"
7595-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
7596-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
7594+
version "2.6.7"
7595+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
7596+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
7597+
dependencies:
7598+
whatwg-url "^5.0.0"
75977599

75987600
node-int64@^0.4.0:
75997601
version "0.4.0"
@@ -9469,6 +9471,11 @@ toidentifier@1.0.0:
94699471
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
94709472
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
94719473

9474+
tr46@~0.0.3:
9475+
version "0.0.3"
9476+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
9477+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
9478+
94729479
tree-sync@^1.2.2:
94739480
version "1.2.2"
94749481
resolved "https://registry.yarnpkg.com/tree-sync/-/tree-sync-1.2.2.tgz#2cf76b8589f59ffedb58db5a3ac7cb013d0158b7"
@@ -9778,6 +9785,11 @@ wcwidth@^1.0.1:
97789785
dependencies:
97799786
defaults "^1.0.3"
97809787

9788+
webidl-conversions@^3.0.0:
9789+
version "3.0.1"
9790+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
9791+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
9792+
97819793
websocket-driver@>=0.5.1:
97829794
version "0.7.0"
97839795
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.0.tgz#0caf9d2d755d93aee049d4bdd0d3fe2cca2a24eb"
@@ -9791,6 +9803,14 @@ websocket-extensions@>=0.1.1:
97919803
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
97929804
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
97939805

9806+
whatwg-url@^5.0.0:
9807+
version "5.0.0"
9808+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
9809+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
9810+
dependencies:
9811+
tr46 "~0.0.3"
9812+
webidl-conversions "^3.0.0"
9813+
97949814
which-module@^2.0.0:
97959815
version "2.0.0"
97969816
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)