From 8eaadf4fb4d4d3886ec7dfe84b246e7bfede11f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:22:43 +0000 Subject: [PATCH] fix(ui): pin dependency algosdk to 2.9.0 --- pnpm-lock.yaml | 2 +- ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd83c3f5..c12cb8b1 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 68562aba..9380aa36 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",