From 659a32df266bd64d5751d1203317eafea491f030 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 07:48:16 +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-QS-14724253 --- 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..137d8687e 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.6.0" }, "devDependencies": { "autoprefixer": "^7.1.2",