From 3d2f8a09bf5bbc0db0ea18bfe6cb6f9e24b79c14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 19:23:26 +0000 Subject: [PATCH] fix: modules/watcher/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-TAR-15032660 --- modules/watcher/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/watcher/package.json b/modules/watcher/package.json index 1a9e144064..c14c37b660 100644 --- a/modules/watcher/package.json +++ b/modules/watcher/package.json @@ -23,11 +23,11 @@ "@types/chai-as-promised": "7.1.3", "@types/chai-subset": "1.3.3", "@types/mocha": "8.0.1", - "ethereum-waffle": "3.0.2", + "ethereum-waffle": "4.0.0", "ethers": "5.0.7", "evt": "1.8.4", - "mocha": "8.1.1", - "ts-mocha": "7.0.0", + "mocha": "10.6.0", + "ts-mocha": "11.0.0", "typescript": "3.9.7" } }