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

pull/44083/head
Renovate Bot 2021-10-31 17:57:45 +00:00 committed by renovate[bot]
parent 5d844ccf4b
commit 48b31e1d6d
2 changed files with 4 additions and 4 deletions

View File

@ -227,9 +227,9 @@
"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.5", "version": "2.6.6",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz",
"integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==", "integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==",
"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.5", "node-fetch": "2.6.6",
"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"