From 9e7ef7cb3912b739221552204d2334730cbdc696 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 22:30:59 +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 7fa68bd..0182a24 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "license": "MIT", "devDependencies": { "chai": "^4.1.2", - "eslint": "^7.22.0", + "eslint": "^9.0.0", "istanbul": "^0.4.5", "mocha": "^8.3.2" }