Skip to content

Commit 97a4c87

Browse files
fix(deps): update dependency node-fetch to v2.6.5 (#199)
Co-authored-by: Renovate Bot <[email protected]>
1 parent df72db0 commit 97a4c87

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"aggregate-error": "3.0.1",
2525
"debug": "4.1.1",
2626
"node-emoji": "1.10.0",
27-
"node-fetch": "2.6.1",
27+
"node-fetch": "2.6.5",
2828
"read-pkg-up": "5.0.0"
2929
},
3030
"devDependencies": {

Diff for: yarn.lock

+24-4
Original file line numberDiff line numberDiff line change
@@ -5596,10 +5596,12 @@ node-fetch-npm@^2.0.2:
55965596
json-parse-better-errors "^1.0.0"
55975597
safe-buffer "^5.1.1"
55985598

5599-
5600-
version "2.6.1"
5601-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5602-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5599+
5600+
version "2.6.5"
5601+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
5602+
integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
5603+
dependencies:
5604+
whatwg-url "^5.0.0"
56035605

56045606
node-fetch@^2.3.0:
56055607
version "2.6.0"
@@ -8101,6 +8103,11 @@ tr46@^1.0.1:
81018103
dependencies:
81028104
punycode "^2.1.0"
81038105

8106+
tr46@~0.0.3:
8107+
version "0.0.3"
8108+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8109+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
8110+
81048111
traverse@~0.6.6:
81058112
version "0.6.6"
81068113
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -8406,6 +8413,11 @@ wcwidth@^1.0.0:
84068413
dependencies:
84078414
defaults "^1.0.3"
84088415

8416+
webidl-conversions@^3.0.0:
8417+
version "3.0.1"
8418+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8419+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
8420+
84098421
webidl-conversions@^4.0.2:
84108422
version "4.0.2"
84118423
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -8423,6 +8435,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
84238435
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
84248436
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
84258437

8438+
whatwg-url@^5.0.0:
8439+
version "5.0.0"
8440+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8441+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
8442+
dependencies:
8443+
tr46 "~0.0.3"
8444+
webidl-conversions "^3.0.0"
8445+
84268446
whatwg-url@^6.4.1:
84278447
version "6.5.0"
84288448
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)