fix(deps): update dependency node-fetch to v2.6.2

This commit is contained in:
Renovate Bot
2021-09-06 14:55:32 +00:00
committed by renovate[bot]
parent d7e6e39a84
commit c0922f814f
2 changed files with 4 additions and 4 deletions

View File

@ -224,9 +224,9 @@
"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.2.tgz",
"integrity": "sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA=="
},
"node-opencc": {
"version": "2.0.1",

View File

@ -27,7 +27,7 @@
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
"gray-matter": "4.0.3",
"node-fetch": "2.6.1",
"node-fetch": "2.6.2",
"node-opencc": "2.0.1",
"path": "0.12.7",
"readdirp": "3.6.0"