From 5a00d6e8a4878f3a5bb3c52a46c7e9c72b8f4606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 03:24:57 +0000 Subject: [PATCH] Bump @stacks/transactions from 7.3.1 to 7.4.0 in /web Bumps [@stacks/transactions](https://github.com/stx-labs/stacks.js) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/stx-labs/stacks.js/releases) - [Changelog](https://github.com/stx-labs/stacks.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/stx-labs/stacks.js/commits) --- updated-dependencies: - dependency-name: "@stacks/transactions" dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index b6da265..43e4670 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@stacks/connect": "^8.1.0", "@stacks/network": "^7.0.1", - "@stacks/transactions": "^7.0.1", + "@stacks/transactions": "^7.4.0", "next": "^14.2.35", "react": "^18.3.1", "react-dom": "^18.3.1" @@ -955,9 +955,9 @@ } }, "node_modules/@stacks/transactions": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@stacks/transactions/-/transactions-7.3.1.tgz", - "integrity": "sha512-ufnC1BPrOKz5b5gxxdseP3vBrFq1+qx1L6t+J/QnjXULyWdkhtS+LBEqRw2bL5qNteMvU2GhqPgFtYQPzolGbw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@stacks/transactions/-/transactions-7.4.0.tgz", + "integrity": "sha512-scsQO3rSNNKcPHp56Wy5OeZiIpQNmmZOORz8bkQKWjzvzycAodtSWmAoHiMFAKSleR1NyeRIz642fReqlZU9tw==", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", diff --git a/web/package.json b/web/package.json index a587a68..a3a2cfa 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ "dependencies": { "@stacks/connect": "^8.1.0", "@stacks/network": "^7.0.1", - "@stacks/transactions": "^7.0.1", + "@stacks/transactions": "^7.4.0", "next": "^14.2.35", "react": "^18.3.1", "react-dom": "^18.3.1"