From 3785016343500b0470b21ec64bf2d1d73fec40fe Mon Sep 17 00:00:00 2001 From: "metamask-ci[bot]" <271559518+metamask-ci[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2026 06:16:22 +0000 Subject: [PATCH 1/2] fix(deps): update dependency @ethersproject/transactions to ^5.8.0 --- packages/smart-transactions-controller/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/smart-transactions-controller/package.json b/packages/smart-transactions-controller/package.json index 9ff7c379086..3155dfef59a 100644 --- a/packages/smart-transactions-controller/package.json +++ b/packages/smart-transactions-controller/package.json @@ -53,7 +53,7 @@ "@babel/runtime": "^7.23.9", "@ethersproject/bytes": "^5.8.0", "@ethersproject/keccak256": "^5.8.0", - "@ethersproject/transactions": "^5.7.0", + "@ethersproject/transactions": "^5.8.0", "@metamask/base-controller": "^10.0.0", "@metamask/controller-utils": "^13.0.0", "@metamask/eth-json-rpc-provider": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 2711e7d9557..580e0e49037 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8840,7 +8840,7 @@ __metadata: "@babel/runtime": "npm:^7.23.9" "@ethersproject/bytes": "npm:^5.8.0" "@ethersproject/keccak256": "npm:^5.8.0" - "@ethersproject/transactions": "npm:^5.7.0" + "@ethersproject/transactions": "npm:^5.8.0" "@metamask/auto-changelog": "npm:^6.2.1" "@metamask/base-controller": "npm:^10.0.0" "@metamask/controller-utils": "npm:^13.0.0" From f74757a2ec3f702079165c8f5430ccd852c3fd2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2026 06:20:43 +0000 Subject: [PATCH 2/2] [dependabot skip] chore: add changelog entries for bumped dependencies --- packages/smart-transactions-controller/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/smart-transactions-controller/CHANGELOG.md b/packages/smart-transactions-controller/CHANGELOG.md index fba9ae44672..f990edad3ed 100644 --- a/packages/smart-transactions-controller/CHANGELOG.md +++ b/packages/smart-transactions-controller/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/transaction-controller` from `^72.0.0` to `^72.0.1` ([#10462](https://github.com/MetaMask/core/pull/10462)) - Bump `@ethersproject/bytes` from `^5.7.0` to `^5.8.0` ([#10480](https://github.com/MetaMask/core/pull/10480)) - Bump `lodash-es` from `^4.17.21` to `^4.18.1` ([#10447](https://github.com/MetaMask/core/pull/10447)) +- Bump `@ethersproject/transactions` from `^5.7.0` to `^5.8.0` ([#10483](https://github.com/MetaMask/core/pull/10483)) ## [27.0.3]