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] 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"