fix(deps): update dependency node-fetch to v2.6.7
This commit is contained in:
committed by
renovate[bot]
parent
63e191e7d3
commit
7968e6d7ec
24
package-lock.json
generated
24
package-lock.json
generated
@ -40600,14 +40600,22 @@
|
|||||||
"integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g="
|
"integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g="
|
||||||
},
|
},
|
||||||
"node_modules/node-fetch": {
|
"node_modules/node-fetch": {
|
||||||
"version": "2.6.6",
|
"version": "2.6.7",
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz",
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
||||||
"integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==",
|
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"whatwg-url": "^5.0.0"
|
"whatwg-url": "^5.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "4.x || >=6.0.0"
|
"node": "4.x || >=6.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"encoding": "^0.1.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"encoding": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/node-fetch/node_modules/tr46": {
|
"node_modules/node-fetch/node_modules/tr46": {
|
||||||
@ -55209,7 +55217,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.6",
|
"node-fetch": "2.6.7",
|
||||||
"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"
|
||||||
@ -57999,7 +58007,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.6",
|
"node-fetch": "2.6.7",
|
||||||
"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"
|
||||||
@ -87562,9 +87570,9 @@
|
|||||||
"integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g="
|
"integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g="
|
||||||
},
|
},
|
||||||
"node-fetch": {
|
"node-fetch": {
|
||||||
"version": "2.6.6",
|
"version": "2.6.7",
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz",
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
||||||
"integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==",
|
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"whatwg-url": "^5.0.0"
|
"whatwg-url": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
@ -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.6",
|
"node-fetch": "2.6.7",
|
||||||
"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"
|
||||||
|
Reference in New Issue
Block a user