dolibarr/package.json
snyk-bot 17414b878a
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
2022-01-17 20:52:19 +00:00

16 lines
447 B
JSON

{
"devDependencies": {
"cucumber": "^6.0.5",
"nightwatch": "^1.5.1",
"nightwatch-api": "^3.0.1"
},
"scripts": {
"test:e2e": "node_modules/cucumber/bin/cucumber-js --require test/acceptance/index.js --require test/acceptance/setup.js --require test/acceptance/stepDefinitions -f node_modules/cucumber-pretty"
},
"dependencies": {
"chart.js": "^2.9.4",
"cucumber-pretty": "^6.0.0",
"node-fetch": "^3.1.1"
}
}