From 03fdacef4e01ad18342d6c1e58e20b8cbd900632 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 12:00:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7fa68bd..b1d5bce 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "license": "MIT", "devDependencies": { "chai": "^4.1.2", - "eslint": "^7.22.0", + "eslint": "^9.0.0", "istanbul": "^0.4.5", - "mocha": "^8.3.2" + "mocha": "^10.6.0" } }