From aac39d3c13425421f1a331bbbdc7e3dd9eb8722f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:25:03 +0000 Subject: [PATCH] Bump @stacks/connect from 8.2.4 to 8.2.6 in /web Bumps [@stacks/connect](https://github.com/stx-labs/connect) from 8.2.4 to 8.2.6. - [Release notes](https://github.com/stx-labs/connect/releases) - [Changelog](https://github.com/stx-labs/connect/blob/main/CHANGELOG.md) - [Commits](https://github.com/stx-labs/connect/compare/v8.2.4...v8.2.6) --- updated-dependencies: - dependency-name: "@stacks/connect" dependency-version: 8.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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..155242e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8,7 +8,7 @@ "name": "flashstack-web", "version": "0.1.0", "dependencies": { - "@stacks/connect": "^8.1.0", + "@stacks/connect": "^8.2.6", "@stacks/network": "^7.0.1", "@stacks/transactions": "^7.0.1", "next": "^14.2.35", @@ -864,9 +864,9 @@ "license": "MIT" }, "node_modules/@stacks/connect": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/@stacks/connect/-/connect-8.2.4.tgz", - "integrity": "sha512-tN7n+mZN3aO1eTE0C2Xt3May4I4FjSLkDi17fILzSwCclTfyNEYXlADPn/nZDpJ/x+5vnWwtjwX628d6MnEgkQ==", + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/@stacks/connect/-/connect-8.2.6.tgz", + "integrity": "sha512-MXkMVIDPPQLlL83UKb3rNdm7Gh/LQGdPhSsq+sL36KCM6qM1by8+igxX/R/5G+rgn6KdCG+iIRTh4TkAqntrTg==", "license": "MIT", "workspaces": [ "packages/**" diff --git a/web/package.json b/web/package.json index a587a68..b06cf5a 100644 --- a/web/package.json +++ b/web/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@stacks/connect": "^8.1.0", + "@stacks/connect": "^8.2.6", "@stacks/network": "^7.0.1", "@stacks/transactions": "^7.0.1", "next": "^14.2.35",