From b971f0f7722378fc804cebb8786a06c3dd92ca4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 13:34:49 +0000 Subject: [PATCH] fix: bridges/evm/integration_examples/celo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- bridges/evm/integration_examples/celo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/evm/integration_examples/celo/package.json b/bridges/evm/integration_examples/celo/package.json index 31cac41c8a..2123c3c089 100644 --- a/bridges/evm/integration_examples/celo/package.json +++ b/bridges/evm/integration_examples/celo/package.json @@ -10,6 +10,6 @@ "license": "ISC", "dependencies": { "@celo/contractkit": "^0.3.0", - "web3": "^1.2.6" + "web3": "^4.0.1" } }