From 972cfefe37adc1532a30890428858c872b820fd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:47:07 +0000 Subject: [PATCH] fix(ui): pin dependency algosdk to 2.9.0 --- pnpm-lock.yaml | 3 ++- ui/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22a5b4fd..f148a05e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -178,7 +178,7 @@ importers: specifier: 2.7.0 version: 2.7.0(@types/react@18.3.11)(react@18.3.1) algosdk: - specifier: ^2.9.0 + specifier: 2.9.0 version: 2.9.0 axios: specifier: 1.7.7 @@ -3095,6 +3095,7 @@ packages: eslint@8.57.1: resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.6.1: diff --git a/ui/package.json b/ui/package.json index 89dab889..777c0dcc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -65,7 +65,7 @@ "@tremor/react": "3.18.3", "@txnlab/use-wallet-react": "3.7.2", "@walletconnect/modal-sign-html": "2.7.0", - "algosdk": "^2.9.0", + "algosdk": "2.9.0", "axios": "1.7.7", "axios-cache-interceptor": "1.6.0", "big.js": "6.2.2",