From 02157fe8476c47cfff024d72c4347651922f4036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 03:23:44 +0000 Subject: [PATCH] Bump the minor-and-patch group in /web with 3 updates Bumps the minor-and-patch group in /web with 3 updates: [@stacks/network](https://github.com/stx-labs/stacks.js), [@stacks/transactions](https://github.com/stx-labs/stacks.js) and [postcss](https://github.com/postcss/postcss). Updates `@stacks/network` from 7.5.0 to 7.6.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/compare/@stacks/network@7.5.0...@stacks/common@7.6.0) Updates `@stacks/transactions` from 7.5.0 to 7.6.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/compare/@stacks/transactions@7.5.0...@stacks/common@7.6.0) Updates `postcss` from 8.5.24 to 8.5.25 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.24...8.5.25) --- updated-dependencies: - dependency-name: "@stacks/network" dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@stacks/transactions" dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: postcss dependency-version: 8.5.25 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 36 ++++++++++++++++++------------------ web/package.json | 6 +++--- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 9931742..1a8328f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -9,8 +9,8 @@ "version": "0.1.0", "dependencies": { "@stacks/connect": "^8.2.6", - "@stacks/network": "^7.0.1", - "@stacks/transactions": "^7.0.1", + "@stacks/network": "^7.6.0", + "@stacks/transactions": "^7.6.0", "next": "^14.2.35", "react": "^18.3.1", "react-dom": "^18.3.1" @@ -19,7 +19,7 @@ "@types/node": "^20.14.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "postcss": "^8.5.24", + "postcss": "^8.5.25", "tailwindcss": "^3.4.4", "typescript": "^5.4.5" } @@ -858,9 +858,9 @@ } }, "node_modules/@stacks/common": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@stacks/common/-/common-7.5.0.tgz", - "integrity": "sha512-UkKM3J7VufGEEuHLYRAFZQFbiQeACMpMMzGbBL6qo/6YLXvPPXA8MBffeCsXE65/a0bJSbh+0Q7rfdio9IvZ1w==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@stacks/common/-/common-7.6.0.tgz", + "integrity": "sha512-VUW8WDmZP4wXUNWVvpFerV+7LQ0PqIn8YOs8AjSUMA7ZOXIRLxJHoKxjfiHzJqazy7KlyryPW4kSNBCr7tLqhQ==", "license": "MIT" }, "node_modules/@stacks/connect": { @@ -895,12 +895,12 @@ } }, "node_modules/@stacks/network": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@stacks/network/-/network-7.5.0.tgz", - "integrity": "sha512-FKfw864+ipj0RBa0kXBCKp+6Bm/8IS1pk+jg5NJhi//NzG8fZsC4MsER1F8qvzVoFrLfZjqxo+3sJDYfvHbVOQ==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@stacks/network/-/network-7.6.0.tgz", + "integrity": "sha512-Blm85nsEbvJoFIFaDp0QE9WMC0Hf+o3Yb0oIDwWu3PPgpVSdndb/bJQUeT6eJTs0ibS26A2E/5d5L0fb4Ff/lA==", "license": "MIT", "dependencies": { - "@stacks/common": "^7.5.0", + "@stacks/common": "^7.6.0", "cross-fetch": "^3.1.5" } }, @@ -955,15 +955,15 @@ } }, "node_modules/@stacks/transactions": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@stacks/transactions/-/transactions-7.5.0.tgz", - "integrity": "sha512-PhKe8ZIaVWvTbsTDE/26z9Dm6oYYZ2Cfhpg7xabE97bCE59KwuujBkvLVCJKEdlUn/P187120Go79UbGf9BywA==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@stacks/transactions/-/transactions-7.6.0.tgz", + "integrity": "sha512-s7F7eJtQVnZoB79j8pY9SLKhlvvdYZZD1NSDRWrFjzSJTDmxptL8c50S563WFja6KOhFOgg1jd+p0XWTxFAVyA==", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", - "@stacks/common": "^7.5.0", - "@stacks/network": "^7.5.0", + "@stacks/common": "^7.6.0", + "@stacks/network": "^7.6.0", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" } @@ -4255,9 +4255,9 @@ } }, "node_modules/postcss": { - "version": "8.5.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz", - "integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==", + "version": "8.5.25", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz", + "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==", "dev": true, "funding": [ { diff --git a/web/package.json b/web/package.json index 99a4bca..958ef19 100644 --- a/web/package.json +++ b/web/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@stacks/connect": "^8.2.6", - "@stacks/network": "^7.0.1", - "@stacks/transactions": "^7.0.1", + "@stacks/network": "^7.6.0", + "@stacks/transactions": "^7.6.0", "next": "^14.2.35", "react": "^18.3.1", "react-dom": "^18.3.1" @@ -20,7 +20,7 @@ "@types/node": "^20.14.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "postcss": "^8.5.24", + "postcss": "^8.5.25", "tailwindcss": "^3.4.4", "typescript": "^5.4.5" }