Skip to content

Commit 5f73a34

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: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7340905 commit 5f73a34

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ethereum-waffle": "^3.4.0",
5757
"hardhat-abi-exporter": "^2.2.1",
5858
"mocha": "^8.2.1",
59-
"node-fetch": "^2.6.1",
59+
"node-fetch": "^2.6.7",
6060
"patch-package": "^6.2.2",
6161
"postinstall-postinstall": "^2.1.0",
6262
"prettier": "^2.4.1",

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8003,10 +8003,12 @@ [email protected]:
80038003
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
80048004
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
80058005

8006-
node-fetch@^2.6.0, node-fetch@^2.6.1:
8007-
version "2.6.1"
8008-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
8009-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
8006+
node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
8007+
version "2.6.7"
8008+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
8009+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
8010+
dependencies:
8011+
whatwg-url "^5.0.0"
80108012

80118013
node-fetch@~1.7.1:
80128014
version "1.7.3"
@@ -10223,6 +10225,11 @@ tough-cookie@~2.5.0:
1022310225
psl "^1.1.28"
1022410226
punycode "^2.1.1"
1022510227

10228+
tr46@~0.0.3:
10229+
version "0.0.3"
10230+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
10231+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
10232+
1022610233
trim-newlines@^1.0.0:
1022710234
version "1.0.0"
1022810235
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -11874,6 +11881,11 @@ web3@^1.0.0-beta.34:
1187411881
web3-shh "1.3.4"
1187511882
web3-utils "1.3.4"
1187611883

11884+
webidl-conversions@^3.0.0:
11885+
version "3.0.1"
11886+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
11887+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
11888+
1187711889
[email protected], websocket@^1.0.31:
1187811890
version "1.0.32"
1187911891
resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.32.tgz#1f16ddab3a21a2d929dec1687ab21cfdc6d3dbb1"
@@ -11903,6 +11915,14 @@ [email protected]:
1190311915
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
1190411916
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
1190511917

11918+
whatwg-url@^5.0.0:
11919+
version "5.0.0"
11920+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
11921+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
11922+
dependencies:
11923+
tr46 "~0.0.3"
11924+
webidl-conversions "^3.0.0"
11925+
1190611926
which-module@^1.0.0:
1190711927
version "1.0.0"
1190811928
resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"

0 commit comments

Comments
 (0)