Skip to content

Commit 58db197

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency node-fetch to v2.6.5
1 parent 5ac17e9 commit 58db197

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-react": "7.25.3",
4141
"jest": "24.9.0",
4242
"jest-cli": "24.9.0",
43-
"node-fetch": "2.6.2",
43+
"node-fetch": "2.6.5",
4444
"node-sass": "4.14.1",
4545
"react": "16.14.0",
4646
"react-dom": "16.14.0",

yarn.lock

+24-4
Original file line numberDiff line numberDiff line change
@@ -9463,10 +9463,12 @@ node-fetch-npm@^2.0.2:
94639463
json-parse-better-errors "^1.0.0"
94649464
safe-buffer "^5.1.1"
94659465

9466-
9467-
version "2.6.2"
9468-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.2.tgz#986996818b73785e47b1965cc34eb093a1d464d0"
9469-
integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==
9466+
9467+
version "2.6.5"
9468+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
9469+
integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
9470+
dependencies:
9471+
whatwg-url "^5.0.0"
94709472

94719473
node-fetch@^2.1.1:
94729474
version "2.2.1"
@@ -13085,6 +13087,11 @@ tr46@^1.0.1:
1308513087
dependencies:
1308613088
punycode "^2.1.0"
1308713089

13090+
tr46@~0.0.3:
13091+
version "0.0.3"
13092+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
13093+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
13094+
1308813095
traverse@~0.6.6:
1308913096
version "0.6.6"
1309013097
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -13584,6 +13591,11 @@ wcwidth@^1.0.0:
1358413591
dependencies:
1358513592
defaults "^1.0.3"
1358613593

13594+
webidl-conversions@^3.0.0:
13595+
version "3.0.1"
13596+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
13597+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
13598+
1358713599
webidl-conversions@^4.0.2:
1358813600
version "4.0.2"
1358913601
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -13781,6 +13793,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
1378113793
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1378213794
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1378313795

13796+
whatwg-url@^5.0.0:
13797+
version "5.0.0"
13798+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
13799+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
13800+
dependencies:
13801+
tr46 "~0.0.3"
13802+
webidl-conversions "^3.0.0"
13803+
1378413804
whatwg-url@^6.4.1:
1378513805
version "6.5.0"
1378613806
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)