From 09250c5febb30b11d8b94318e5264bf35ecab26f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 03:48:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6861ea92..1824a5c4 100644 --- a/package.json +++ b/package.json @@ -78,13 +78,13 @@ "chai": "^3.5.0", "colors": "^1.1.2", "electron-prebuilt": "^1.2.8", - "eslint": "^3.2.0", + "eslint": "^4.7.0", "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^2.0.0", "eslint-plugin-standard": "^2.0.0", "jsdom": "^9.4.1", - "mocha": "^2.5.3", + "mocha": "^4.0.0", "mocha-jsdom": "^1.1.0", - "supertest": "^1.2.0" + "supertest": "^3.0.0" } }