update node-fetch version to 2.6.13

2.6.6 is vulnerable to CVE-2022-0235
This commit is contained in:
Dmitry Muhomor 2023-08-23 16:15:53 +03:00 committed by Daniel Micay
parent 822c196d02
commit 83ac2dba38
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@
"cli-progress": "^3.9.1", "cli-progress": "^3.9.1",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"node-fetch": "2", "node-fetch": "^2.6.13",
"ora": "5.4.1", "ora": "5.4.1",
"tslib": "^1", "tslib": "^1",
"unzipit": "^1.3.5", "unzipit": "^1.3.5",

View file

@ -2288,10 +2288,10 @@ nock@^13.0.0:
lodash.set "^4.3.2" lodash.set "^4.3.2"
propagate "^2.0.0" propagate "^2.0.0"
node-fetch@2: node-fetch@^2.6.13:
version "2.6.6" version "2.6.13"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.13.tgz#a20acbbec73c2e09f9007de5cda17104122e0010"
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA== integrity sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==
dependencies: dependencies:
whatwg-url "^5.0.0" whatwg-url "^5.0.0"