From 57300ef0033b77f3ffbbdd62a30b07438e7b22f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 02:57:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337 - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 439a301..9a37a5e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "author": "Glenn Vandeuren ", "license": "MIT", "dependencies": { - "web3": "^4.0.1" + "web3": "^4.13.0" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0",