From 81f06cec084a792c7ac30d824ea912407cc68909 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 09:24:40 +0000 Subject: [PATCH] fix: angular13/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337 --- angular13/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular13/package.json b/angular13/package.json index 3e1a9e8..55e45db 100644 --- a/angular13/package.json +++ b/angular13/package.json @@ -29,7 +29,7 @@ "ngx-markdown": "^13.1.0", "rxjs": "~7.5.6", "tslib": "^2.3.0", - "web3": "^1.7.5", + "web3": "^4.13.0", "web3-eth-contract": "^1.7.4", "web3-utils": "^1.7.4", "zone.js": "~0.11.6"