From 795cea3ef7a0d2e8ab9bbe9add5350ad9429b94f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:26:06 +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 6135e473..d5ca9f01 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 @@ -2999,6 +2999,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 49aba4d5..be7b96e4 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",