From 96ca3ab1ba9933acaa1d85777289532a651cf9ae Mon Sep 17 00:00:00 2001 From: Amira Nasri Date: Wed, 3 Sep 2025 20:03:43 +0100 Subject: [PATCH] update ws to 9.5.1 --- frontend/package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 393f6e6..0551fec 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,20 +12,20 @@ "lint": "next lint" }, "dependencies": { - "@near-wallet-selector/bitte-wallet": "^9.0.2", - "@near-wallet-selector/core": "^9.0.2", - "@near-wallet-selector/ethereum-wallets": "^9.0.2", - "@near-wallet-selector/here-wallet": "^9.0.2", - "@near-wallet-selector/hot-wallet": "^9.0.2", - "@near-wallet-selector/ledger": "^9.0.2", - "@near-wallet-selector/meteor-wallet": "^9.0.2", - "@near-wallet-selector/meteor-wallet-app": "^9.0.2", - "@near-wallet-selector/modal-ui": "^9.0.2", - "@near-wallet-selector/my-near-wallet": "^9.0.2", - "@near-wallet-selector/near-mobile-wallet": "^9.0.2", - "@near-wallet-selector/react-hook": "^9.0.2", - "@near-wallet-selector/sender": "^9.0.2", - "@near-wallet-selector/welldone-wallet": "^9.0.2", + "@near-wallet-selector/bitte-wallet": "9.5.1", + "@near-wallet-selector/core": "9.5.1", + "@near-wallet-selector/ethereum-wallets": "9.5.1", + "@near-wallet-selector/here-wallet": "9.5.1", + "@near-wallet-selector/hot-wallet": "9.5.1", + "@near-wallet-selector/ledger": "9.5.1", + "@near-wallet-selector/meteor-wallet": "9.5.1", + "@near-wallet-selector/meteor-wallet-app": "9.5.1", + "@near-wallet-selector/modal-ui": "9.5.1", + "@near-wallet-selector/my-near-wallet": "9.5.1", + "@near-wallet-selector/near-mobile-wallet": "9.5.1", + "@near-wallet-selector/react-hook": "9.5.1", + "@near-wallet-selector/sender": "9.5.1", + "@near-wallet-selector/welldone-wallet": "9.5.1", "@reown/appkit": "^1.7.7", "@reown/appkit-adapter-wagmi": "^1.7.7", "@wagmi/core": "^2.17.2",