From 2b51183c601b3a892d9e478498d11bf5882c1f69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 15:09:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6861ea92..b7a4447e 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "chai": "^3.5.0", "colors": "^1.1.2", "electron-prebuilt": "^1.2.8", - "eslint": "^3.2.0", + "eslint": "^9.0.0", "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^2.0.0", "eslint-plugin-standard": "^2.0.0",