From d6f7227b64a2a286de0a700a13f545e1d26b909d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 12:06:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7fa68bd..c88f19b 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "license": "MIT", "devDependencies": { "chai": "^4.1.2", - "eslint": "^7.22.0", + "eslint": "^9.26.0", "istanbul": "^0.4.5", - "mocha": "^8.3.2" + "mocha": "^10.6.0" } }