From 229d7c392d4c013ea1a25afbf6d1f7589e412b62 Mon Sep 17 00:00:00 2001 From: ifelsedeveloper Date: Mon, 6 Apr 2026 00:48:25 +0100 Subject: [PATCH] Bump version to 6.9.8 and update handlebars dependency to 4.7.9 --- package.json | 5 +++-- yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a331bae2..a31b9e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@1inch/solidity-utils", - "version": "6.9.7", + "version": "6.9.8", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "exports": { @@ -111,6 +111,7 @@ "commitLimit": 0 }, "resolutions": { - "elliptic": "^6.5.7" + "elliptic": "^6.5.7", + "handlebars": "^4.7.9" } } diff --git a/yarn.lock b/yarn.lock index e145a78d..34848ca4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4227,10 +4227,10 @@ graphemer@^1.4.0: resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== -handlebars@^4.0.1, handlebars@^4.7.7: - version "4.7.8" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9" - integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== +handlebars@^4.0.1, handlebars@^4.7.7, handlebars@^4.7.9: + version "4.7.9" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f" + integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ== dependencies: minimist "^1.2.5" neo-async "^2.6.2"