From 5f46edc9eba92e9cb1ad115582cae34eb575182c Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Fri, 6 May 2022 22:55:06 +0900 Subject: [PATCH] update pyth staking package to latest version (#662) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3bc51fe39c..2940bad06c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "next-themes": "^0.1.1", "next-transpile-modules": "^8.0.0", "node-fetch": "^2.6.1", - "pyth-staking-api": "^1.1.25", + "pyth-staking-api": "^1.1.28", "rc-slider": "^9.7.5", "react": "^18.1.0", "react-dom": "^18.0.0", diff --git a/yarn.lock b/yarn.lock index 8847f12b78..dee0b8e541 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10274,10 +10274,10 @@ purgecss@^4.0.3: postcss "^8.3.5" postcss-selector-parser "^6.0.6" -pyth-staking-api@^1.1.25: - version "1.1.25" - resolved "https://registry.yarnpkg.com/pyth-staking-api/-/pyth-staking-api-1.1.25.tgz#80b0cfae5e1347c390bbce342fde86f365f5ead8" - integrity sha512-NRXJdkY3ZkRtOUkh0Y+7ULnPhx9qa4OWPiyj3ZaCSlxX+MiJHFArKogWSo5yr1VKWeYHSMZbj41MtNIMtVIzBQ== +pyth-staking-api@^1.1.28: + version "1.1.28" + resolved "https://registry.yarnpkg.com/pyth-staking-api/-/pyth-staking-api-1.1.28.tgz#67c57a3eaf7747e5addd1953b07b0eb06005969d" + integrity sha512-fzkOujwY5yQ7Z3pn/XhjwgIS9b9Jw1JafdqifKl+myIfoMmmpMb0EUYxJrZcprO/gVMCkLLl/hz7llfTmzcAMA== dependencies: "@project-serum/anchor" "0.24.2" "@solana/spl-governance" "^0.0.34"