From c839e39b575a3e532f00a1cc33005eba4f029442 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Fri, 13 Sep 2024 02:00:44 -0700 Subject: [PATCH] Update fast-near dependency --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 141e648..d8e0893 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "^18.0.6", "debug": "^4.3.2", "fast-ipfs": "^0.2.0", - "fast-near": "^0.5.0", + "fast-near": "^0.5.1", "file-type": "^18.5.0", "is-html": "^2.0.0", "koa": "^2.14.1", diff --git a/yarn.lock b/yarn.lock index b596154..6395258 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3731,10 +3731,10 @@ fast-ipfs@^0.2.0: dependencies: multibase "^4.0.6" -fast-near@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/fast-near/-/fast-near-0.5.0.tgz#e7b89bd862d96355a36f070097a48c28bad732cf" - integrity sha512-4BdOEt3xiPrZRKHOwZn+Xufm8QoixuHvXBvOOS1IHublkVZJp0vPuUH5gPlVTYRB4rCB36HFyzsKeBE3CCXqVQ== +fast-near@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/fast-near/-/fast-near-0.5.1.tgz#95c24ce06dc396fc9be0f1c88adb0ef5787759c7" + integrity sha512-N0K9V+gfr6zzBvUzT5MMp+8yR5utUxjE2cCt3L0bfnC1CSL+7qwUEMijvj9kdi8q2duZISzzikwBps8XBSsYag== dependencies: "@aws-sdk/credential-providers" "^3.535.0" "@koa/cors" "^3.1.0"