From 9da1adc1cfc3f2c29468f096e49c46ac61d1e5c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 06:12:14 +0000 Subject: [PATCH] fix: code/auction_dapp/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEB3COREMETHOD-13110028 - https://snyk.io/vuln/SNYK-JS-WEB3CORESUBSCRIPTIONS-13110022 --- code/auction_dapp/frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/auction_dapp/frontend/package.json b/code/auction_dapp/frontend/package.json index 05d0ab431..77f3b285a 100644 --- a/code/auction_dapp/frontend/package.json +++ b/code/auction_dapp/frontend/package.json @@ -16,8 +16,8 @@ "vue-resource": "^1.5.0", "vue-router": "^3.0.1", "vuetify": "^0.17.6", - "web3": "^1.0.0-beta.31", - "web3-shh": "^1.0.0-beta.31" + "web3": "^4.0.1", + "web3-shh": "^1.0.0" }, "devDependencies": { "autoprefixer": "^7.1.2",