diff --git a/packages/assets-controller/CHANGELOG.md b/packages/assets-controller/CHANGELOG.md index 824c02755fe..408797d2177 100644 --- a/packages/assets-controller/CHANGELOG.md +++ b/packages/assets-controller/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `@metamask/transaction-controller` from `^70.0.1` to `^70.1.0` ([#10262](https://github.com/MetaMask/core/pull/10262)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ### Fixed diff --git a/packages/assets-controller/package.json b/packages/assets-controller/package.json index 9b676ab96e1..f4f40024ec0 100644 --- a/packages/assets-controller/package.json +++ b/packages/assets-controller/package.json @@ -78,7 +78,7 @@ "@metamask/transaction-controller": "^70.1.0", "@metamask/utils": "^12.0.0", "async-mutex": "^0.5.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "lodash-es": "^4.17.21", "p-limit": "^3.1.0" }, diff --git a/packages/bridge-controller/CHANGELOG.md b/packages/bridge-controller/CHANGELOG.md index 204a2b0a973..8fdef0054cb 100644 --- a/packages/bridge-controller/CHANGELOG.md +++ b/packages/bridge-controller/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `@metamask/profile-sync-controller` from `^32.1.1` to `^32.2.0` ([#10348](https://github.com/MetaMask/core/pull/10348)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [81.3.0] diff --git a/packages/bridge-controller/package.json b/packages/bridge-controller/package.json index 190b21457f8..d8f33dfae60 100644 --- a/packages/bridge-controller/package.json +++ b/packages/bridge-controller/package.json @@ -71,7 +71,7 @@ "@metamask/snaps-controllers": "^19.0.0", "@metamask/transaction-controller": "^70.1.0", "@metamask/utils": "^12.0.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "reselect": "^5.1.1", "uuid": "^11.1.1" }, diff --git a/packages/bridge-status-controller/CHANGELOG.md b/packages/bridge-status-controller/CHANGELOG.md index d876dc29f4c..34e617ada45 100644 --- a/packages/bridge-status-controller/CHANGELOG.md +++ b/packages/bridge-status-controller/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/bridge-controller` from `^81.2.0` to `^81.3.0` ([#10341](https://github.com/MetaMask/core/pull/10341)) - Bump `@metamask/profile-sync-controller` from `^32.1.1` to `^32.2.0` ([#10348](https://github.com/MetaMask/core/pull/10348)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [76.3.0] diff --git a/packages/bridge-status-controller/package.json b/packages/bridge-status-controller/package.json index 4d349c6f7d8..4e99ad43ee0 100644 --- a/packages/bridge-status-controller/package.json +++ b/packages/bridge-status-controller/package.json @@ -63,7 +63,7 @@ "@metamask/superstruct": "^3.4.1", "@metamask/transaction-controller": "^70.1.0", "@metamask/utils": "^12.0.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "uuid": "^11.1.1" }, "devDependencies": { diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index c0ceb28a426..10cff0eb348 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192)) - Bump `@types/bn.js` from `^5.1.5` to `^5.2.0` ([#10362](https://github.com/MetaMask/core/pull/10362)) - Bump `bn.js` from `^5.2.1` to `^5.2.5` ([#10362](https://github.com/MetaMask/core/pull/10362)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [13.0.0] diff --git a/packages/controller-utils/package.json b/packages/controller-utils/package.json index 79e03b494fc..fa67709477a 100644 --- a/packages/controller-utils/package.json +++ b/packages/controller-utils/package.json @@ -54,7 +54,7 @@ "@metamask/utils": "^12.0.0", "@signinwithethereum/siwe-parser": "^4.2.1", "@types/bn.js": "^5.2.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "bn.js": "^5.2.5", "cockatiel": "^3.1.2", "eth-ens-namehash": "^2.0.8", diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index 74ca9fc4e50..335e5942e87 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `@metamask/profile-sync-controller` from `^32.1.1` to `^32.2.0` ([#10348](https://github.com/MetaMask/core/pull/10348)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [29.0.0] diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json index 00926037794..1306385f43c 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -80,7 +80,7 @@ "@metamask/messenger": "^3.0.0", "@metamask/profile-sync-controller": "^32.2.0", "@metamask/utils": "^12.0.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "firebase": "^11.2.0", "lodash-es": "^4.17.21", "loglevel": "^1.8.1", diff --git a/packages/perps-controller/CHANGELOG.md b/packages/perps-controller/CHANGELOG.md index f9b9bef7cbf..839aca04802 100644 --- a/packages/perps-controller/CHANGELOG.md +++ b/packages/perps-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) + ## [17.4.0] ### Added diff --git a/packages/perps-controller/package.json b/packages/perps-controller/package.json index 301a35979ef..66776370289 100644 --- a/packages/perps-controller/package.json +++ b/packages/perps-controller/package.json @@ -73,7 +73,7 @@ "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^12.0.0", "@nktkas/hyperliquid": "^0.33.1", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "reselect": "^5.1.1", "uuid": "^11.1.1" }, diff --git a/packages/ramps-controller/CHANGELOG.md b/packages/ramps-controller/CHANGELOG.md index a1529479ec0..182ea5f2696 100644 --- a/packages/ramps-controller/CHANGELOG.md +++ b/packages/ramps-controller/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `@metamask/profile-sync-controller` from `^32.1.1` to `^32.2.0` ([#10348](https://github.com/MetaMask/core/pull/10348)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [24.0.0] diff --git a/packages/ramps-controller/package.json b/packages/ramps-controller/package.json index 782b79c9bee..56293577771 100644 --- a/packages/ramps-controller/package.json +++ b/packages/ramps-controller/package.json @@ -56,7 +56,7 @@ "@metamask/messenger": "^3.0.0", "@metamask/profile-sync-controller": "^32.2.0", "@metamask/remote-feature-flag-controller": "^7.0.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "fast-deep-equal": "^3.1.3" }, "devDependencies": { diff --git a/packages/smart-transactions-controller/CHANGELOG.md b/packages/smart-transactions-controller/CHANGELOG.md index 181af0c1075..b03a15e7ec7 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/profile-sync-controller` from `^32.0.0` to `^32.2.0` ([#10184](https://github.com/MetaMask/core/pull/10184), [#10220](https://github.com/MetaMask/core/pull/10220), [#10348](https://github.com/MetaMask/core/pull/10348)) - Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192)) - Bump `@metamask/transaction-controller` from `^70.0.0` to `^70.1.0` ([#10242](https://github.com/MetaMask/core/pull/10242), [#10262](https://github.com/MetaMask/core/pull/10262)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [27.0.1] diff --git a/packages/smart-transactions-controller/package.json b/packages/smart-transactions-controller/package.json index 2f69462711d..91f382212ec 100644 --- a/packages/smart-transactions-controller/package.json +++ b/packages/smart-transactions-controller/package.json @@ -66,7 +66,7 @@ "@metamask/superstruct": "^3.4.1", "@metamask/transaction-controller": "^70.1.0", "@metamask/utils": "^12.0.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "lodash-es": "^4.17.21", "reselect": "^5.1.1" }, diff --git a/packages/subscription-controller/CHANGELOG.md b/packages/subscription-controller/CHANGELOG.md index 186eed25b83..96a28c3f070 100644 --- a/packages/subscription-controller/CHANGELOG.md +++ b/packages/subscription-controller/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `@metamask/profile-sync-controller` from `^32.1.1` to `^32.2.0` ([#10348](https://github.com/MetaMask/core/pull/10348)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [9.1.0] diff --git a/packages/subscription-controller/package.json b/packages/subscription-controller/package.json index 42ede972877..72630b1899e 100644 --- a/packages/subscription-controller/package.json +++ b/packages/subscription-controller/package.json @@ -68,7 +68,7 @@ "@metamask/transaction-controller": "^70.1.0", "@metamask/utils": "^12.0.0", "@tanstack/query-core": "^5.62.16", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "fast-deep-equal": "^3.1.3" }, "devDependencies": { diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index 37843baf0e5..74fead35955 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `isGasFeeSponsored` and `isExternalSign` remain in the public types as deprecated compatibility properties but no longer control the transaction lifecycle; `isGasFeeSponsored` remains available as migration metadata. - Add `TransactionMeta.isGasFeeSponsoredAvailable` and refresh it during approval preparation when simulation is enabled so sponsorship hooks receive current availability without overriding simulation preferences. - Bump `bn.js` from `^5.2.1` to `^5.2.5` ([#10362](https://github.com/MetaMask/core/pull/10362)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [70.1.0] diff --git a/packages/transaction-controller/package.json b/packages/transaction-controller/package.json index f3da5c1311d..40a07cc6226 100644 --- a/packages/transaction-controller/package.json +++ b/packages/transaction-controller/package.json @@ -71,7 +71,7 @@ "@metamask/rpc-errors": "^7.0.2", "@metamask/utils": "^12.0.0", "async-mutex": "^0.5.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "bn.js": "^5.2.5", "eth-method-registry": "^4.0.0", "ethereum-cryptography": "^2.1.2", diff --git a/packages/transaction-pay-controller/CHANGELOG.md b/packages/transaction-pay-controller/CHANGELOG.md index 7c31c190875..a3a4f0d44ae 100644 --- a/packages/transaction-pay-controller/CHANGELOG.md +++ b/packages/transaction-pay-controller/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Atomic promotion errors retain the `Atomic promotion failed` prefix through standard quote error handling and strategy fallback. - Bump `bn.js` from `^5.2.1` to `^5.2.5` ([#10362](https://github.com/MetaMask/core/pull/10362)) - Bump `immer` from `^9.0.6` to `^9.0.21` ([#10331](https://github.com/MetaMask/core/pull/10331)) +- Bump `bignumber.js` from `^9.1.2` to `^11.1.5` ([#10380](https://github.com/MetaMask/core/pull/10380)) ## [29.0.2] diff --git a/packages/transaction-pay-controller/package.json b/packages/transaction-pay-controller/package.json index 1a5a3635f93..d3914885798 100644 --- a/packages/transaction-pay-controller/package.json +++ b/packages/transaction-pay-controller/package.json @@ -68,7 +68,7 @@ "@metamask/sentinel-api-service": "^2.0.0", "@metamask/transaction-controller": "^70.1.0", "@metamask/utils": "^12.0.0", - "bignumber.js": "^9.1.2", + "bignumber.js": "^11.1.5", "bn.js": "^5.2.5", "immer": "^9.0.21", "lodash-es": "^4.17.21" diff --git a/yarn.lock b/yarn.lock index 29194f6d549..4a4d04fb9ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5871,7 +5871,7 @@ __metadata: "@types/lodash-es": "npm:^4.17.12" "@typescript/native": "npm:typescript@^7.0.2" async-mutex: "npm:^0.5.0" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" deepmerge: "npm:^4.2.2" jest: "npm:^30.4.2" lodash-es: "npm:^4.17.21" @@ -6159,7 +6159,7 @@ __metadata: "@metamask/utils": "npm:^12.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" deepmerge: "npm:^4.2.2" jest: "npm:^30.4.2" jest-environment-jsdom: "npm:^30.4.1" @@ -6197,7 +6197,7 @@ __metadata: "@metamask/utils": "npm:^12.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" deepmerge: "npm:^4.2.2" jest: "npm:^30.4.2" jest-environment-jsdom: "npm:^30.4.1" @@ -6529,7 +6529,7 @@ __metadata: "@types/jest": "npm:^30.0.0" "@types/lodash-es": "npm:^4.17.12" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" bn.js: "npm:^5.2.5" cockatiel: "npm:^3.1.2" deepmerge: "npm:^4.2.2" @@ -8221,7 +8221,7 @@ __metadata: "@types/readable-stream": "npm:^2.3.0" "@types/semver": "npm:^7" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" contentful: "npm:^10.15.0" deepmerge: "npm:^4.2.2" firebase: "npm:^11.2.0" @@ -8421,7 +8421,7 @@ __metadata: "@nktkas/hyperliquid": "npm:^0.33.1" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" deepmerge: "npm:^4.2.2" jest: "npm:^30.4.2" reselect: "npm:^5.1.1" @@ -8671,7 +8671,7 @@ __metadata: "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" deepmerge: "npm:^4.2.2" fast-deep-equal: "npm:^3.1.3" jest: "npm:^30.4.2" @@ -9010,7 +9010,7 @@ __metadata: "@metamask/transaction-controller": "npm:^70.1.0" "@metamask/utils": "npm:^12.0.0" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" deepmerge: "npm:^4.2.2" jest: "npm:^30.4.2" lodash-es: "npm:^4.17.21" @@ -9297,7 +9297,7 @@ __metadata: "@tanstack/query-core": "npm:^5.62.16" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" deepmerge: "npm:^4.2.2" fast-deep-equal: "npm:^3.1.3" jest: "npm:^30.4.2" @@ -9378,7 +9378,7 @@ __metadata: "@types/node": "npm:^22.13.14" "@typescript/native": "npm:typescript@^7.0.2" async-mutex: "npm:^0.5.0" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" bn.js: "npm:^5.2.5" deepmerge: "npm:^4.2.2" eth-method-registry: "npm:^4.0.0" @@ -9426,7 +9426,7 @@ __metadata: "@metamask/utils": "npm:^12.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" - bignumber.js: "npm:^9.1.2" + bignumber.js: "npm:^11.1.5" bn.js: "npm:^5.2.5" deepmerge: "npm:^4.2.2" immer: "npm:^9.0.21" @@ -14525,6 +14525,13 @@ __metadata: languageName: node linkType: hard +"bignumber.js@npm:^11.1.5": + version: 11.1.5 + resolution: "bignumber.js@npm:11.1.5" + checksum: 10/79a5ff40e2459497f4e4023a305ac134cda2ff97f2f4c97847b55f552ea2dae1e9e2330df0f05c2f3fcf63f469bbff35dabe44ca444a23ecb3c900779672c30f + languageName: node + linkType: hard + "bignumber.js@npm:^9.1.2": version: 9.1.2 resolution: "bignumber.js@npm:9.1.2"