From 6bd6fd5e64f7e7aedddd558fc07b79844f7d4c45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:17:41 +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 36bcb25e..c309952d 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 @@ -3096,6 +3096,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 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",