From 4ff1c4467c3ec6311e922cd7a202b3d8b60f7c85 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 9 Apr 2022 15:48:25 +0200 Subject: [PATCH] Clean package.json to avoid false alert of security (not used) --- package.json => test/acceptance/package.json | 6 ------ 1 file changed, 6 deletions(-) rename package.json => test/acceptance/package.json (71%) diff --git a/package.json b/test/acceptance/package.json similarity index 71% rename from package.json rename to test/acceptance/package.json index 338ced65637..9bf55927540 100644 --- a/package.json +++ b/test/acceptance/package.json @@ -7,10 +7,4 @@ "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", - "jquery": "^3.6.0", - "node-fetch": "^3.1.1" - } }