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

This commit is contained in:
Renovate Bot
2021-09-22 20:01:46 +00:00
committed by renovate[bot]
parent 226f9f3a97
commit b7b2033c3d
2 changed files with 4 additions and 4 deletions

View File

@ -224,9 +224,9 @@
"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.4", "version": "2.6.5",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.4.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz",
"integrity": "sha512-aD1fO+xtLiSCc9vuD+sYMxpIuQyhHscGSkBEo2o5LTV/3bTEAYvdUii29n8LlO5uLCmWdGP7uVUVXFo5SRdkLA==", "integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==",
"requires": { "requires": {
"whatwg-url": "^5.0.0" "whatwg-url": "^5.0.0"
} }

View File

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