From 17ce60788e826b24549e71e3b6fa8ae6e4a25ea9 Mon Sep 17 00:00:00 2001 From: aaroncox Date: Wed, 10 Dec 2025 17:16:34 -0800 Subject: [PATCH] Re-applying dependency update --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 07a157d..8adfd52 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepare": "make" }, "dependencies": { - "@wharfkit/antelope": "^1.0.7", + "@wharfkit/antelope": "^1.1.1", "tslib": "^2.0.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2cef644..12418cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -448,10 +448,10 @@ resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== -"@wharfkit/antelope@^1.0.7": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.7.tgz#5ca010db963e061b2e8c47c14e55f86817718c2e" - integrity sha512-C4DRC4U+qC2XQKUgwznKX6i8xdKo+ZqxkZURrPTtY3v53IvKwj+3amTQQSpuECechS5x6ItcT+/fOFBNlQ2Juw== +"@wharfkit/antelope@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.1.1.tgz#f54c4ed7ddd758f4a8aa643a81dc3e4575058d45" + integrity sha512-zOetZJG0T4/WRCIC8Ui2DGv+RxrSkdXOq/q8sUqUcuKei+aJo4/9Xk37VULPt2qe0NpTm93ajYV9cYdD9m5Fgg== dependencies: bn.js "^4.11.9" brorand "^1.1.0"