From 047a2a321a448e3eec0a50b9fa5ecafd88434760 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 19:27:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:content-type-parser:20170905 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6861ea92..069ec745 100644 --- a/package.json +++ b/package.json @@ -78,11 +78,11 @@ "chai": "^3.5.0", "colors": "^1.1.2", "electron-prebuilt": "^1.2.8", - "eslint": "^3.2.0", + "eslint": "^5.5.0", "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^2.0.0", "eslint-plugin-standard": "^2.0.0", - "jsdom": "^9.4.1", + "jsdom": "^16.6.0", "mocha": "^2.5.3", "mocha-jsdom": "^1.1.0", "supertest": "^1.2.0"