fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
This commit is contained in:
snyk-bot 2022-01-17 20:52:19 +00:00
parent 2462700975
commit 17414b878a
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -10,6 +10,6 @@
"dependencies": {
"chart.js": "^2.9.4",
"cucumber-pretty": "^6.0.0",
"node-fetch": "^2.6.1"
"node-fetch": "^3.1.1"
}
}