diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e67be370..a9eddc86 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -178,7 +178,7 @@ importers: specifier: 2.6.2 version: 2.6.2(@types/react@18.3.5)(react@18.3.1) algosdk: - specifier: ^2.9.0 + specifier: 2.9.0 version: 2.9.0 axios: specifier: 1.7.4 diff --git a/ui/package.json b/ui/package.json index 8e95019f..5c0fa6b3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -65,7 +65,7 @@ "@tremor/react": "3.18.1", "@txnlab/use-wallet-react": "3.7.0", "@walletconnect/modal-sign-html": "2.6.2", - "algosdk": "^2.9.0", + "algosdk": "2.9.0", "axios": "1.7.4", "axios-cache-interceptor": "1.5.3", "big.js": "6.2.1",