From 8c4400a0054d2f416e7cb09732f72afbd077a2c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 16:59:19 +0000 Subject: [PATCH] fix: web3.js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- web3.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index 84240446e258d7..00ecf753a5125a 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -129,7 +129,7 @@ "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-terser": "^7.0.2", "semantic-release": "^19.0.3", - "sinon": "^13.0.2", + "sinon": "^19.0.0", "sinon-chai": "^3.7.0", "start-server-and-test": "^1.12.0", "ts-mocha": "^10.0.0",