From ff24f9a1c484e268cc3638e4411929c505ff5b19 Mon Sep 17 00:00:00 2001 From: igmahl Date: Thu, 11 Sep 2025 16:12:49 +0300 Subject: [PATCH] Updated dependecies --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index da79214..c2694cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/node": "22.14.1", "@unicitylabs/bft-js-sdk": "1.0.1-rc.bbed9c7", - "@unicitylabs/commons": "2.4.0-rc.17574f6", + "@unicitylabs/commons": "2.4.0-rc.f631bc4", "cors": "2.8.5", "dotenv": "16.5.0", "express": "5.1.0", @@ -3540,9 +3540,9 @@ } }, "node_modules/@unicitylabs/commons": { - "version": "2.4.0-rc.17574f6", - "resolved": "https://registry.npmjs.org/@unicitylabs/commons/-/commons-2.4.0-rc.17574f6.tgz", - "integrity": "sha512-n+832wSV5e6wq5Yw3kNBhKJkJSLj9+ue56IjlwiVfNP1oLW/BLCdKWerOZ5YfcPmSvR+Yq06FLxAVbC2+6aiQg==", + "version": "2.4.0-rc.f631bc4", + "resolved": "https://registry.npmjs.org/@unicitylabs/commons/-/commons-2.4.0-rc.f631bc4.tgz", + "integrity": "sha512-h9E8JDGN0umAJ0E1cRjTMeI+6itfyhLsYLHDMiu7sv3uaqs5w809QsUZ4ocgmbje6hXho0W2e4dtwG/AFPbHxw==", "license": "ISC", "dependencies": { "@noble/curves": "1.9.1", diff --git a/package.json b/package.json index c80164f..add6e6e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@types/node": "22.14.1", "@unicitylabs/bft-js-sdk": "1.0.1-rc.bbed9c7", - "@unicitylabs/commons": "2.4.0-rc.17574f6", + "@unicitylabs/commons": "2.4.0-rc.f631bc4", "cors": "2.8.5", "dotenv": "16.5.0", "express": "5.1.0",