diff --git a/packages/suite/package.json b/packages/suite/package.json index 590df58b4d..0fcc87312b 100644 --- a/packages/suite/package.json +++ b/packages/suite/package.json @@ -17,7 +17,7 @@ "@formatjs/intl": "3.1.6", "@hookform/resolvers": "^5.2.2", "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@sentry/core": "10.38.0", "@solana/kit": "^2.3.0", "@suite-common/analytics": "workspace:*", diff --git a/suite-common/analytics-redux/package.json b/suite-common/analytics-redux/package.json index 3dc6325b88..9097269e63 100644 --- a/suite-common/analytics-redux/package.json +++ b/suite-common/analytics-redux/package.json @@ -11,7 +11,7 @@ "test:unit": "yarn g:jest -c ../../jest.config.base.js" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "react": "19.1.0" } diff --git a/suite-common/bluetooth/package.json b/suite-common/bluetooth/package.json index b2429381c9..a0b685f305 100644 --- a/suite-common/bluetooth/package.json +++ b/suite-common/bluetooth/package.json @@ -11,7 +11,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/test-utils": "workspace:*", diff --git a/suite-common/connect-init/package.json b/suite-common/connect-init/package.json index bcc0de5f22..49aa4525d2 100644 --- a/suite-common/connect-init/package.json +++ b/suite-common/connect-init/package.json @@ -12,7 +12,7 @@ "test-unit:watch": "yarn g:jest -c ../../jest.config.base.js -o --watch" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/firmware": "workspace:*", "@suite-common/message-system": "workspace:*", "@suite-common/redux-utils": "workspace:*", diff --git a/suite-common/connect-popup/package.json b/suite-common/connect-popup/package.json index 6091b361cf..864bda8fe6 100644 --- a/suite-common/connect-popup/package.json +++ b/suite-common/connect-popup/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build tsconfig.json" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/toast-notifications": "workspace:*", diff --git a/suite-common/delegated-identity-key/package.json b/suite-common/delegated-identity-key/package.json index 2a0260a677..e09b45c7d7 100644 --- a/suite-common/delegated-identity-key/package.json +++ b/suite-common/delegated-identity-key/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@noble/curves": "^2.0.1", - "@reduxjs/toolkit": "2.10.1", + "@reduxjs/toolkit": "2.11.2", "@suite-common/delegated-identity-key-types": "workspace:*", "@suite-common/platform-encryption": "workspace:*", "@suite-common/suite-types": "workspace:*", diff --git a/suite-common/firmware-authenticity/package.json b/suite-common/firmware-authenticity/package.json index 1a70002210..3e578bc0f3 100644 --- a/suite-common/firmware-authenticity/package.json +++ b/suite-common/firmware-authenticity/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/firmware": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-utils": "workspace:*", diff --git a/suite-common/firmware/package.json b/suite-common/firmware/package.json index 499f033415..f00b15cab4 100644 --- a/suite-common/firmware/package.json +++ b/suite-common/firmware/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/thp": "workspace:*", diff --git a/suite-common/geolocation/package.json b/suite-common/geolocation/package.json index 2e0e56d6c9..dfee57bb4e 100644 --- a/suite-common/geolocation/package.json +++ b/suite-common/geolocation/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@trezor/urls": "workspace:*" } diff --git a/suite-common/graph/package.json b/suite-common/graph/package.json index 386209301b..944c2c04f6 100644 --- a/suite-common/graph/package.json +++ b/suite-common/graph/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/fiat-services": "workspace:*", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-core": "workspace:*", diff --git a/suite-common/logger/package.json b/suite-common/logger/package.json index beba61985f..e50cb0979e 100644 --- a/suite-common/logger/package.json +++ b/suite-common/logger/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics-redux": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", diff --git a/suite-common/message-system/package.json b/suite-common/message-system/package.json index 5e10bc6913..194a36f56b 100644 --- a/suite-common/message-system/package.json +++ b/suite-common/message-system/package.json @@ -15,7 +15,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/geolocation": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", diff --git a/suite-common/redux-utils/package.json b/suite-common/redux-utils/package.json index 4bee8e6142..301dda644e 100644 --- a/suite-common/redux-utils/package.json +++ b/suite-common/redux-utils/package.json @@ -11,7 +11,7 @@ "test:unit": "yarn g:jest -c ../../jest.config.base.js" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/delegated-identity-key-types": "workspace:*", "@suite-common/metadata-types": "workspace:*", diff --git a/suite-common/suite-rbf-labels-migrations/package.json b/suite-common/suite-rbf-labels-migrations/package.json index 74dc57fa7a..45f8e5d069 100644 --- a/suite-common/suite-rbf-labels-migrations/package.json +++ b/suite-common/suite-rbf-labels-migrations/package.json @@ -11,7 +11,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.10.1", + "@reduxjs/toolkit": "2.11.2", "@suite-common/dependency-injection": "workspace:*", "@suite-common/suite-rbf-labels-migrations-types": "workspace:*", "@suite-common/suite-sync": "workspace:*", diff --git a/suite-common/suite-sync-quota-manager/package.json b/suite-common/suite-sync-quota-manager/package.json index 90757bc586..40bf01ed86 100644 --- a/suite-common/suite-sync-quota-manager/package.json +++ b/suite-common/suite-sync-quota-manager/package.json @@ -12,7 +12,7 @@ "test:unit": "yarn g:jest" }, "dependencies": { - "@reduxjs/toolkit": "2.10.1", + "@reduxjs/toolkit": "2.11.2", "@suite-common/delegated-identity-key": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-sync-types": "workspace:*", diff --git a/suite-common/suite-sync-types/package.json b/suite-common/suite-sync-types/package.json index 2e2fa8b2f0..1d9e1eb36a 100644 --- a/suite-common/suite-sync-types/package.json +++ b/suite-common/suite-sync-types/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/delegated-identity-key-types": "workspace:*", "@suite-common/suite-sync-storage": "workspace:*", "@suite-common/suite-types": "workspace:*", diff --git a/suite-common/suite-sync/package.json b/suite-common/suite-sync/package.json index 8e43efed85..ed1a51475c 100644 --- a/suite-common/suite-sync/package.json +++ b/suite-common/suite-sync/package.json @@ -11,7 +11,7 @@ "test:unit": "yarn g:jest -c ./jest.config.js" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/delegated-identity-key": "workspace:*", "@suite-common/delegated-identity-key-types": "workspace:*", "@suite-common/dependency-injection": "workspace:*", diff --git a/suite-common/suite-types/package.json b/suite-common/suite-types/package.json index 80281e133a..25021b9340 100644 --- a/suite-common/suite-types/package.json +++ b/suite-common/suite-types/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/metadata-types": "workspace:*", "@suite-common/platform-encryption": "workspace:*", "@suite-common/suite-config": "workspace:*", diff --git a/suite-common/test-utils/package.json b/suite-common/test-utils/package.json index bd3d342ccb..02e6fc7f1a 100644 --- a/suite-common/test-utils/package.json +++ b/suite-common/test-utils/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/platform-encryption": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-sync-types": "workspace:*", diff --git a/suite-common/thp/package.json b/suite-common/thp/package.json index c784e4ebe1..06de3e2ccd 100644 --- a/suite-common/thp/package.json +++ b/suite-common/thp/package.json @@ -11,7 +11,8 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@mobily/ts-belt": "^3.13.1", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/test-utils": "workspace:*", diff --git a/suite-common/toast-notifications/package.json b/suite-common/toast-notifications/package.json index 70dc29dc17..78e3c7cf8e 100644 --- a/suite-common/toast-notifications/package.json +++ b/suite-common/toast-notifications/package.json @@ -11,7 +11,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-constants": "workspace:*", "@suite-common/suite-types": "workspace:*", diff --git a/suite-common/token-definitions/package.json b/suite-common/token-definitions/package.json index 7cd779eeb2..003ed33ec8 100644 --- a/suite-common/token-definitions/package.json +++ b/suite-common/token-definitions/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-types": "workspace:*", diff --git a/suite-common/trading/package.json b/suite-common/trading/package.json index 379779fab5..fc74ddad4b 100644 --- a/suite-common/trading/package.json +++ b/suite-common/trading/package.json @@ -12,7 +12,7 @@ "test:unit:watch": "yarn g:jest --watch" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/geolocation": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", diff --git a/suite-common/wallet-core/package.json b/suite-common/wallet-core/package.json index 1d67a5b986..84cb653a31 100644 --- a/suite-common/wallet-core/package.json +++ b/suite-common/wallet-core/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/bluetooth": "workspace:*", "@suite-common/fiat-services": "workspace:*", diff --git a/suite-common/walletconnect/package.json b/suite-common/walletconnect/package.json index bd61cbecaf..1f2deb31bc 100644 --- a/suite-common/walletconnect/package.json +++ b/suite-common/walletconnect/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@reown/walletkit": "^1.2.8", "@suite-common/analytics": "workspace:*", "@suite-common/connect-popup": "workspace:*", diff --git a/suite-native/accounts/package.json b/suite-native/accounts/package.json index 467012002c..11700f2ff1 100644 --- a/suite-native/accounts/package.json +++ b/suite-native/accounts/package.json @@ -13,7 +13,7 @@ "dependencies": { "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/formatters": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-sync": "workspace:*", diff --git a/suite-native/app-init/package.json b/suite-native/app-init/package.json index 77481425cb..cc84786f5b 100644 --- a/suite-native/app-init/package.json +++ b/suite-native/app-init/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/connect-init": "workspace:*", "@suite-common/message-system": "workspace:*", "@suite-common/redux-utils": "workspace:*", diff --git a/suite-native/app/package.json b/suite-native/app/package.json index 523da5bce4..531120ec17 100644 --- a/suite-native/app/package.json +++ b/suite-native/app/package.json @@ -35,7 +35,7 @@ "@react-navigation/bottom-tabs": "7.9.0", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@sentry/react-native": "7.11.0", "@shopify/flash-list": "2.2.0", "@shopify/react-native-skia": "2.2.12", diff --git a/suite-native/atoms/package.json b/suite-native/atoms/package.json index bb977077e7..4d645696f5 100644 --- a/suite-native/atoms/package.json +++ b/suite-native/atoms/package.json @@ -13,7 +13,7 @@ "dependencies": { "@gorhom/bottom-sheet": "5.2.6", "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/flash-list": "2.2.0", "@shopify/react-native-skia": "2.2.12", "@storybook/react-native": "^10.0.7", diff --git a/suite-native/banner-flags/package.json b/suite-native/banner-flags/package.json index f5b681af98..caad393e3d 100644 --- a/suite-native/banner-flags/package.json +++ b/suite-native/banner-flags/package.json @@ -10,6 +10,6 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0" + "@reduxjs/toolkit": "2.11.2" } } diff --git a/suite-native/bluetooth/package.json b/suite-native/bluetooth/package.json index cfbabca47a..c139f23de6 100644 --- a/suite-native/bluetooth/package.json +++ b/suite-native/bluetooth/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/bluetooth": "workspace:*", "@suite-common/redux-utils": "workspace:*", diff --git a/suite-native/coin-enabling/package.json b/suite-native/coin-enabling/package.json index 86c80ea58c..ab1fa0344b 100644 --- a/suite-native/coin-enabling/package.json +++ b/suite-native/coin-enabling/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/validators": "workspace:*", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-core": "workspace:*", diff --git a/suite-native/device-authorization/package.json b/suite-native/device-authorization/package.json index 03b90cb0e3..82f6c8e55f 100644 --- a/suite-native/device-authorization/package.json +++ b/suite-native/device-authorization/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/suite-types": "workspace:*", "@suite-common/validators": "workspace:*", "@suite-common/wallet-core": "workspace:*", diff --git a/suite-native/device-manager/package.json b/suite-native/device-manager/package.json index b58d1563f7..d740992b18 100644 --- a/suite-native/device-manager/package.json +++ b/suite-native/device-manager/package.json @@ -12,7 +12,7 @@ "dependencies": { "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-sync": "workspace:*", "@suite-common/suite-types": "workspace:*", diff --git a/suite-native/device-onboarding/package.json b/suite-native/device-onboarding/package.json index e86ed26671..6833499b2b 100644 --- a/suite-native/device-onboarding/package.json +++ b/suite-native/device-onboarding/package.json @@ -11,6 +11,6 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0" + "@reduxjs/toolkit": "2.11.2" } } diff --git a/suite-native/device/package.json b/suite-native/device/package.json index d27312bff2..01a1bac2b0 100644 --- a/suite-native/device/package.json +++ b/suite-native/device/package.json @@ -13,7 +13,7 @@ "dependencies": { "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/bluetooth": "workspace:*", "@suite-common/device-authenticity": "workspace:*", diff --git a/suite-native/discovery/package.json b/suite-native/discovery/package.json index 5371099b46..5a1ce04bad 100644 --- a/suite-native/discovery/package.json +++ b/suite-native/discovery/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/suite-utils": "workspace:*", diff --git a/suite-native/feature-flags/package.json b/suite-native/feature-flags/package.json index 2bd79e6c56..cdbaa44b54 100644 --- a/suite-native/feature-flags/package.json +++ b/suite-native/feature-flags/package.json @@ -11,7 +11,7 @@ "test:unit": "yarn g:jest" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-native/config": "workspace:*", "@trezor/env-utils": "workspace:*", "react-native": "0.81.5", diff --git a/suite-native/firmware/package.json b/suite-native/firmware/package.json index d3ee96a038..efa25baf60 100644 --- a/suite-native/firmware/package.json +++ b/suite-native/firmware/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/react-native-skia": "2.2.12", "@suite-common/firmware": "workspace:*", "@suite-common/icons": "workspace:*", diff --git a/suite-native/formatters/package.json b/suite-native/formatters/package.json index 0a41b4f64c..631b55e1f6 100644 --- a/suite-native/formatters/package.json +++ b/suite-native/formatters/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/formatters": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/wallet-config": "workspace:*", diff --git a/suite-native/graph/package.json b/suite-native/graph/package.json index a28d90d38f..a5707b16d7 100644 --- a/suite-native/graph/package.json +++ b/suite-native/graph/package.json @@ -13,7 +13,7 @@ "dependencies": { "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@sentry/react-native": "7.11.0", "@shopify/react-native-skia": "2.2.12", "@suite-common/formatters": "workspace:*", diff --git a/suite-native/helpers/package.json b/suite-native/helpers/package.json index e2f149a98e..152ef5b3f0 100644 --- a/suite-native/helpers/package.json +++ b/suite-native/helpers/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-core": "workspace:*", "@trezor/connect": "workspace:*", diff --git a/suite-native/icons/package.json b/suite-native/icons/package.json index e177725004..438a4acaef 100644 --- a/suite-native/icons/package.json +++ b/suite-native/icons/package.json @@ -12,7 +12,7 @@ "test:unit": "yarn g:jest" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/react-native-skia": "2.2.12", "@suite-common/icons": "workspace:*", "@suite-common/wallet-config": "workspace:*", diff --git a/suite-native/in-app-rating/package.json b/suite-native/in-app-rating/package.json index ecc8547460..9fb61da3fb 100644 --- a/suite-native/in-app-rating/package.json +++ b/suite-native/in-app-rating/package.json @@ -11,7 +11,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/message-system": "workspace:*", "expo-store-review": "~9.0.8", "react-redux": "9.2.0" diff --git a/suite-native/intl/package.json b/suite-native/intl/package.json index b258fa3bde..3cbe469d74 100644 --- a/suite-native/intl/package.json +++ b/suite-native/intl/package.json @@ -20,7 +20,7 @@ "translations:download": "crowdin download --all -l en -l cs -l de -l pt-BR -l ja" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/suite-types": "workspace:*", "@suite-common/suite-utils": "workspace:*", "@trezor/utils": "workspace:*", diff --git a/suite-native/labeling/package.json b/suite-native/labeling/package.json index 2c5d2d7aab..c631ce5ff3 100644 --- a/suite-native/labeling/package.json +++ b/suite-native/labeling/package.json @@ -12,7 +12,7 @@ "dependencies": { "@gorhom/bottom-sheet": "5.2.6", "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/suite-sync": "workspace:*", "@suite-common/validators": "workspace:*", "@suite-common/wallet-config": "workspace:*", diff --git a/suite-native/message-system/package.json b/suite-native/message-system/package.json index b2cc0a60db..c0b716393a 100644 --- a/suite-native/message-system/package.json +++ b/suite-native/message-system/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/geolocation": "workspace:*", "@suite-common/message-system": "workspace:*", "@suite-common/redux-utils": "workspace:*", diff --git a/suite-native/module-accounts-import/package.json b/suite-native/module-accounts-import/package.json index 0787ed3e4e..43f62d4306 100644 --- a/suite-native/module-accounts-import/package.json +++ b/suite-native/module-accounts-import/package.json @@ -14,7 +14,7 @@ "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/flash-list": "2.2.0", "@shopify/react-native-skia": "2.2.12", "@suite-common/redux-utils": "workspace:*", diff --git a/suite-native/module-accounts-management/package.json b/suite-native/module-accounts-management/package.json index 7bb7d02bfa..0b7ad30dc4 100644 --- a/suite-native/module-accounts-management/package.json +++ b/suite-native/module-accounts-management/package.json @@ -12,7 +12,7 @@ "dependencies": { "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/fiat-services": "workspace:*", "@suite-common/graph": "workspace:*", "@suite-common/suite-sync": "workspace:*", diff --git a/suite-native/module-add-accounts/package.json b/suite-native/module-add-accounts/package.json index 9cc567534d..17ccfe2f98 100644 --- a/suite-native/module-add-accounts/package.json +++ b/suite-native/module-add-accounts/package.json @@ -14,7 +14,7 @@ "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-core": "workspace:*", "@suite-common/wallet-types": "workspace:*", diff --git a/suite-native/module-authenticity-checks/package.json b/suite-native/module-authenticity-checks/package.json index c57069caa3..46eb9c0e5b 100644 --- a/suite-native/module-authenticity-checks/package.json +++ b/suite-native/module-authenticity-checks/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/suite-utils": "workspace:*", "@suite-common/wallet-core": "workspace:*", "@suite-native/atoms": "workspace:*", diff --git a/suite-native/module-authorize-device/package.json b/suite-native/module-authorize-device/package.json index 44a91fb055..47c90ed691 100644 --- a/suite-native/module-authorize-device/package.json +++ b/suite-native/module-authorize-device/package.json @@ -12,7 +12,7 @@ "dependencies": { "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/bluetooth": "workspace:*", "@suite-common/redux-utils": "workspace:*", diff --git a/suite-native/module-check-backup/package.json b/suite-native/module-check-backup/package.json index 9974624456..c7f9088c18 100644 --- a/suite-native/module-check-backup/package.json +++ b/suite-native/module-check-backup/package.json @@ -13,7 +13,7 @@ "dependencies": { "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/wallet-core": "workspace:*", "@suite-native/alerts": "workspace:*", diff --git a/suite-native/module-connect-popup/package.json b/suite-native/module-connect-popup/package.json index 0179d24ed6..8e17fa8484 100644 --- a/suite-native/module-connect-popup/package.json +++ b/suite-native/module-connect-popup/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/connect-popup": "workspace:^", "@suite-common/formatters": "workspace:*", "@suite-common/tx-simulation": "workspace:^", diff --git a/suite-native/module-dev-utils/package.json b/suite-native/module-dev-utils/package.json index 6cd26c7e58..3072b79fa7 100644 --- a/suite-native/module-dev-utils/package.json +++ b/suite-native/module-dev-utils/package.json @@ -13,7 +13,7 @@ "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics-redux": "workspace:*", "@suite-common/firmware": "workspace:*", "@suite-common/message-system": "workspace:*", diff --git a/suite-native/module-device-onboarding/package.json b/suite-native/module-device-onboarding/package.json index d30d9b4f42..a4cf3d12b8 100644 --- a/suite-native/module-device-onboarding/package.json +++ b/suite-native/module-device-onboarding/package.json @@ -15,7 +15,7 @@ "@gorhom/bottom-sheet": "5.2.6", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/react-native-skia": "2.2.12", "@suite-common/message-system": "workspace:*", "@suite-common/suite-constants": "workspace:*", diff --git a/suite-native/module-device-settings/package.json b/suite-native/module-device-settings/package.json index e583f7a48a..e6974ea5b0 100644 --- a/suite-native/module-device-settings/package.json +++ b/suite-native/module-device-settings/package.json @@ -13,7 +13,7 @@ "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/suite-constants": "workspace:*", "@suite-common/thp": "workspace:*", diff --git a/suite-native/module-earn/package.json b/suite-native/module-earn/package.json index 672a32e01c..08775cd093 100644 --- a/suite-native/module-earn/package.json +++ b/suite-native/module-earn/package.json @@ -12,7 +12,7 @@ "dependencies": { "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/flash-list": "2.2.0", "@suite-common/formatters": "workspace:*", "@suite-common/wallet-config": "workspace:*", diff --git a/suite-native/module-home/package.json b/suite-native/module-home/package.json index 2520911d7a..3cda405625 100644 --- a/suite-native/module-home/package.json +++ b/suite-native/module-home/package.json @@ -13,7 +13,7 @@ "dependencies": { "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/graph": "workspace:*", "@suite-common/message-system": "workspace:*", "@suite-common/redux-utils": "workspace:*", diff --git a/suite-native/module-onboarding/package.json b/suite-native/module-onboarding/package.json index 59c5862acc..cb95584dee 100644 --- a/suite-native/module-onboarding/package.json +++ b/suite-native/module-onboarding/package.json @@ -13,7 +13,7 @@ "dependencies": { "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-native/analytics": "workspace:*", "@suite-native/app-init": "workspace:*", diff --git a/suite-native/module-passphrase/package.json b/suite-native/module-passphrase/package.json index 22e958a29d..485f432600 100644 --- a/suite-native/module-passphrase/package.json +++ b/suite-native/module-passphrase/package.json @@ -13,7 +13,7 @@ "dependencies": { "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/wallet-core": "workspace:*", "@suite-native/analytics": "workspace:*", "@suite-native/atoms": "workspace:*", diff --git a/suite-native/module-send/package.json b/suite-native/module-send/package.json index 6d0f0b2fb8..22250dfa9f 100644 --- a/suite-native/module-send/package.json +++ b/suite-native/module-send/package.json @@ -15,7 +15,7 @@ "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/flash-list": "2.2.0", "@suite-common/formatters": "workspace:*", "@suite-common/token-definitions": "workspace:*", diff --git a/suite-native/module-settings/package.json b/suite-native/module-settings/package.json index 6ea45970a4..96ba48f0a7 100644 --- a/suite-native/module-settings/package.json +++ b/suite-native/module-settings/package.json @@ -14,7 +14,7 @@ "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/analytics-redux": "workspace:*", "@suite-common/logger": "workspace:*", diff --git a/suite-native/module-stellar-token-management/package.json b/suite-native/module-stellar-token-management/package.json index 326eed8763..e1976d1722 100644 --- a/suite-native/module-stellar-token-management/package.json +++ b/suite-native/module-stellar-token-management/package.json @@ -14,7 +14,7 @@ "@gorhom/bottom-sheet": "5.2.6", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/token-definitions": "workspace:*", "@suite-common/wallet-config": "workspace:*", diff --git a/suite-native/module-trading/package.json b/suite-native/module-trading/package.json index 188a24dc21..3c3081d954 100644 --- a/suite-native/module-trading/package.json +++ b/suite-native/module-trading/package.json @@ -18,7 +18,7 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/flash-list": "2.2.0", "@suite-common/formatters": "workspace:*", "@suite-common/geolocation": "workspace:*", diff --git a/suite-native/passphrase/package.json b/suite-native/passphrase/package.json index abc4060e73..94655671e4 100644 --- a/suite-native/passphrase/package.json +++ b/suite-native/passphrase/package.json @@ -13,7 +13,7 @@ "dependencies": { "@gorhom/bottom-sheet": "5.2.6", "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/validators": "workspace:*", "@suite-common/wallet-core": "workspace:*", "@suite-native/alerts": "workspace:*", diff --git a/suite-native/receive/package.json b/suite-native/receive/package.json index 9c9434b44d..1fb1b170b8 100644 --- a/suite-native/receive/package.json +++ b/suite-native/receive/package.json @@ -13,7 +13,7 @@ "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", "@react-navigation/native-stack": "7.9.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/react-native-skia": "2.2.12", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-core": "workspace:*", diff --git a/suite-native/send/package.json b/suite-native/send/package.json index 8b8b0ddf5b..c9a69d7715 100644 --- a/suite-native/send/package.json +++ b/suite-native/send/package.json @@ -11,7 +11,8 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@mobily/ts-belt": "^3.13.1", + "@reduxjs/toolkit": "2.11.2", "@suite-common/mev": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/wallet-core": "workspace:*", diff --git a/suite-native/settings/package.json b/suite-native/settings/package.json index b849d46b55..29d24455f1 100644 --- a/suite-native/settings/package.json +++ b/suite-native/settings/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-native/config": "workspace:*", "@trezor/connect": "workspace:*", diff --git a/suite-native/state/package.json b/suite-native/state/package.json index e5e5dd3768..69a546aa68 100644 --- a/suite-native/state/package.json +++ b/suite-native/state/package.json @@ -10,7 +10,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics-redux": "workspace:*", "@suite-common/connect-popup": "workspace:*", "@suite-common/delegated-identity-key": "workspace:*", diff --git a/suite-native/storage/package.json b/suite-native/storage/package.json index f569e24364..16c4687e36 100644 --- a/suite-native/storage/package.json +++ b/suite-native/storage/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@sentry/react-native": "7.11.0", "@suite-common/firmware-authenticity": "workspace:*", "@suite-common/suite-types": "workspace:*", diff --git a/suite-native/suite-sync/package.json b/suite-native/suite-sync/package.json index 183a2001e2..6bd71b05a4 100644 --- a/suite-native/suite-sync/package.json +++ b/suite-native/suite-sync/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@evolu/react-native": "^14.2.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/delegated-identity-key-types": "workspace:*", "@suite-common/platform-encryption": "workspace:*", "@suite-common/suite-sync": "workspace:*", diff --git a/suite-native/test-utils/package.json b/suite-native/test-utils/package.json index 819a2120d8..fa6fe2fb03 100644 --- a/suite-native/test-utils/package.json +++ b/suite-native/test-utils/package.json @@ -12,7 +12,7 @@ "dependencies": { "@gorhom/bottom-sheet": "5.2.6", "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/formatters": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/test-utils": "workspace:*", diff --git a/suite-native/thp/package.json b/suite-native/thp/package.json index fcf02106c3..e569cd9124 100644 --- a/suite-native/thp/package.json +++ b/suite-native/thp/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/analytics": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/thp": "workspace:*", diff --git a/suite-native/trading-analytics/package.json b/suite-native/trading-analytics/package.json index 4d8e41ade6..f1ffc8ebae 100644 --- a/suite-native/trading-analytics/package.json +++ b/suite-native/trading-analytics/package.json @@ -14,7 +14,7 @@ "test:unit:watch": "yarn g:jest --watch" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/trading": "workspace:*", "@suite-native/analytics": "workspace:*", "@suite-native/services": "workspace:*", diff --git a/suite-native/trading-atoms/package.json b/suite-native/trading-atoms/package.json index c397252de7..6a12987899 100644 --- a/suite-native/trading-atoms/package.json +++ b/suite-native/trading-atoms/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/suite-utils": "workspace:*", "@suite-common/trading": "workspace:*", "@suite-common/wallet-config": "workspace:*", diff --git a/suite-native/trading-browser-auth/package.json b/suite-native/trading-browser-auth/package.json index f40f945370..30588630f5 100644 --- a/suite-native/trading-browser-auth/package.json +++ b/suite-native/trading-browser-auth/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/suite-constants": "workspace:*", "@suite-common/suite-utils": "workspace:*", "@suite-common/trading": "workspace:*", diff --git a/suite-native/trading-debug/package.json b/suite-native/trading-debug/package.json index 43779191fa..d304f5104d 100644 --- a/suite-native/trading-debug/package.json +++ b/suite-native/trading-debug/package.json @@ -12,7 +12,7 @@ "type-check": "yarn g:tsc --build" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-native/atoms": "workspace:*", "@suite-native/clipboard": "workspace:*", "@suite-native/feature-flags": "workspace:*", diff --git a/suite-native/trading-residence/package.json b/suite-native/trading-residence/package.json index 147a63859f..c6f24eb6a9 100644 --- a/suite-native/trading-residence/package.json +++ b/suite-native/trading-residence/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/trading": "workspace:*", "@suite-common/validators": "workspace:*", "@suite-native/analytics": "workspace:*", diff --git a/suite-native/trading-state/package.json b/suite-native/trading-state/package.json index 65a2cd7171..31311f2474 100644 --- a/suite-native/trading-state/package.json +++ b/suite-native/trading-state/package.json @@ -12,7 +12,7 @@ "test:unit": "yarn g:jest --coverage" }, "dependencies": { - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/message-system": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-sync": "workspace:*", diff --git a/suite-native/transaction-management/package.json b/suite-native/transaction-management/package.json index 34f6c6fc5e..04793ce660 100644 --- a/suite-native/transaction-management/package.json +++ b/suite-native/transaction-management/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@mobily/ts-belt": "^3.13.1", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-sync": "workspace:*", "@suite-common/suite-utils": "workspace:*", diff --git a/suite-native/transactions/package.json b/suite-native/transactions/package.json index be360ab98f..0bf53a5f9a 100644 --- a/suite-native/transactions/package.json +++ b/suite-native/transactions/package.json @@ -13,7 +13,7 @@ "dependencies": { "@mobily/ts-belt": "^3.13.1", "@react-navigation/native": "7.1.26", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@shopify/flash-list": "2.2.0", "@suite-common/formatters": "workspace:*", "@suite-common/redux-utils": "workspace:*", diff --git a/suite/suite-sync/package.json b/suite/suite-sync/package.json index ee8edd0cfd..2711ed95da 100644 --- a/suite/suite-sync/package.json +++ b/suite/suite-sync/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@evolu/web": "^2.3.0", - "@reduxjs/toolkit": "2.11.0", + "@reduxjs/toolkit": "2.11.2", "@suite-common/delegated-identity-key-types": "workspace:*", "@suite-common/platform-encryption": "workspace:*", "@suite-common/suite-sync": "workspace:*", diff --git a/yarn.lock b/yarn.lock index eda9a60288..1efc1934f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8699,29 +8699,7 @@ __metadata: languageName: node linkType: hard -"@reduxjs/toolkit@npm:2.10.1": - version: 2.10.1 - resolution: "@reduxjs/toolkit@npm:2.10.1" - dependencies: - "@standard-schema/spec": "npm:^1.0.0" - "@standard-schema/utils": "npm:^0.3.0" - immer: "npm:^10.2.0" - redux: "npm:^5.0.1" - redux-thunk: "npm:^3.1.0" - reselect: "npm:^5.1.0" - peerDependencies: - react: ^16.9.0 || ^17.0.0 || ^18 || ^19 - react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0 - peerDependenciesMeta: - react: - optional: true - react-redux: - optional: true - checksum: 10/0d444d749d2261103bc1ad8a3eb43700aef5fd0417c21e758005d5c2e67f567248cc18708a336a8d407245642b863cb14a8db90aaa5bc18fd13ca53fe7fb0ab7 - languageName: node - linkType: hard - -"@reduxjs/toolkit@npm:2.11.0, @reduxjs/toolkit@npm:^2.6.0": +"@reduxjs/toolkit@npm:2.11.0": version: 2.11.0 resolution: "@reduxjs/toolkit@npm:2.11.0" dependencies: @@ -8743,6 +8721,28 @@ __metadata: languageName: node linkType: hard +"@reduxjs/toolkit@npm:2.11.2, @reduxjs/toolkit@npm:^2.6.0": + version: 2.11.2 + resolution: "@reduxjs/toolkit@npm:2.11.2" + dependencies: + "@standard-schema/spec": "npm:^1.0.0" + "@standard-schema/utils": "npm:^0.3.0" + immer: "npm:^11.0.0" + redux: "npm:^5.0.1" + redux-thunk: "npm:^3.1.0" + reselect: "npm:^5.1.0" + peerDependencies: + react: ^16.9.0 || ^17.0.0 || ^18 || ^19 + react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0 + peerDependenciesMeta: + react: + optional: true + react-redux: + optional: true + checksum: 10/2e1098c7fcd10b770344d0b39c58a3b9cb3aec7da0979c02f1ac1ef8f56619ac787c623e480bef0cf6f2c05f1c13fd4d44045c794e2c2d3460f9bf0d2875995c + languageName: node + linkType: hard + "@reown/walletkit@npm:^1.2.8": version: 1.2.8 resolution: "@reown/walletkit@npm:1.2.8" @@ -10898,7 +10898,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/analytics-redux@workspace:suite-common/analytics-redux" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" react: "npm:19.1.0" languageName: unknown @@ -10927,7 +10927,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/bluetooth@workspace:suite-common/bluetooth" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-types": "workspace:*" "@suite-common/test-utils": "workspace:*" @@ -10940,7 +10940,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/connect-init@workspace:suite-common/connect-init" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/firmware": "workspace:*" "@suite-common/message-system": "workspace:*" "@suite-common/redux-utils": "workspace:*" @@ -10959,7 +10959,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/connect-popup@workspace:suite-common/connect-popup" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/toast-notifications": "workspace:*" @@ -10995,7 +10995,7 @@ __metadata: resolution: "@suite-common/delegated-identity-key@workspace:suite-common/delegated-identity-key" dependencies: "@noble/curves": "npm:^2.0.1" - "@reduxjs/toolkit": "npm:2.10.1" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/delegated-identity-key-types": "workspace:*" "@suite-common/platform-encryption": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -11069,7 +11069,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/firmware-authenticity@workspace:suite-common/firmware-authenticity" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/firmware": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -11088,7 +11088,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/firmware@workspace:suite-common/firmware" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-types": "workspace:*" "@suite-common/thp": "workspace:*" @@ -11126,7 +11126,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/geolocation@workspace:suite-common/geolocation" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@trezor/urls": "workspace:*" languageName: unknown @@ -11137,7 +11137,7 @@ __metadata: resolution: "@suite-common/graph@workspace:suite-common/graph" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/fiat-services": "workspace:*" "@suite-common/wallet-config": "workspace:*" "@suite-common/wallet-core": "workspace:*" @@ -11170,7 +11170,7 @@ __metadata: resolution: "@suite-common/logger@workspace:suite-common/logger" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics-redux": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -11191,7 +11191,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/message-system@workspace:suite-common/message-system" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/geolocation": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -11268,7 +11268,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/redux-utils@workspace:suite-common/redux-utils" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/delegated-identity-key-types": "workspace:*" "@suite-common/metadata-types": "workspace:*" @@ -11366,7 +11366,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/suite-rbf-labels-migrations@workspace:suite-common/suite-rbf-labels-migrations" dependencies: - "@reduxjs/toolkit": "npm:2.10.1" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/dependency-injection": "workspace:*" "@suite-common/suite-rbf-labels-migrations-types": "workspace:*" "@suite-common/suite-sync": "workspace:*" @@ -11400,7 +11400,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/suite-sync-quota-manager@workspace:suite-common/suite-sync-quota-manager" dependencies: - "@reduxjs/toolkit": "npm:2.10.1" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/delegated-identity-key": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-sync-types": "workspace:*" @@ -11434,7 +11434,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/suite-sync-types@workspace:suite-common/suite-sync-types" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/delegated-identity-key-types": "workspace:*" "@suite-common/suite-sync-storage": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -11449,7 +11449,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/suite-sync@workspace:suite-common/suite-sync" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/delegated-identity-key": "workspace:*" "@suite-common/delegated-identity-key-types": "workspace:*" "@suite-common/dependency-injection": "workspace:*" @@ -11476,7 +11476,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/suite-types@workspace:suite-common/suite-types" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/metadata-types": "workspace:*" "@suite-common/platform-encryption": "workspace:*" "@suite-common/suite-config": "workspace:*" @@ -11516,7 +11516,7 @@ __metadata: resolution: "@suite-common/test-utils@workspace:suite-common/test-utils" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/platform-encryption": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-sync-types": "workspace:*" @@ -11539,7 +11539,8 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/thp@workspace:suite-common/thp" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@mobily/ts-belt": "npm:^3.13.1" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-types": "workspace:*" "@suite-common/test-utils": "workspace:*" @@ -11555,7 +11556,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/toast-notifications@workspace:suite-common/toast-notifications" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-constants": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -11573,7 +11574,7 @@ __metadata: resolution: "@suite-common/token-definitions@workspace:suite-common/token-definitions" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/wallet-config": "workspace:*" "@suite-common/wallet-types": "workspace:*" @@ -11596,7 +11597,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/trading@workspace:suite-common/trading" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/geolocation": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -11670,7 +11671,7 @@ __metadata: resolution: "@suite-common/wallet-core@workspace:suite-common/wallet-core" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/bluetooth": "workspace:*" "@suite-common/fiat-services": "workspace:*" @@ -11759,7 +11760,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/walletconnect@workspace:suite-common/walletconnect" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@reown/walletkit": "npm:^1.2.8" "@suite-common/analytics": "workspace:*" "@suite-common/connect-popup": "workspace:*" @@ -11788,7 +11789,7 @@ __metadata: dependencies: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/formatters": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-sync": "workspace:*" @@ -11879,7 +11880,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/app-init@workspace:suite-native/app-init" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/connect-init": "workspace:*" "@suite-common/message-system": "workspace:*" "@suite-common/redux-utils": "workspace:*" @@ -11912,7 +11913,7 @@ __metadata: "@react-navigation/bottom-tabs": "npm:7.9.0" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@rozenite/metro": "npm:^1.2.0" "@rozenite/mmkv-plugin": "npm:^1.2.0" "@rozenite/network-activity-plugin": "npm:^1.2.0" @@ -12111,7 +12112,7 @@ __metadata: dependencies: "@gorhom/bottom-sheet": "npm:5.2.6" "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/flash-list": "npm:2.2.0" "@shopify/react-native-skia": "npm:2.2.12" "@storybook/react-native": "npm:^10.0.7" @@ -12149,7 +12150,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/banner-flags@workspace:suite-native/banner-flags" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" languageName: unknown linkType: soft @@ -12191,7 +12192,7 @@ __metadata: resolution: "@suite-native/bluetooth@workspace:suite-native/bluetooth" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/bluetooth": "workspace:*" "@suite-common/redux-utils": "workspace:*" @@ -12230,7 +12231,7 @@ __metadata: resolution: "@suite-native/coin-enabling@workspace:suite-native/coin-enabling" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/validators": "workspace:*" "@suite-common/wallet-config": "workspace:*" "@suite-common/wallet-core": "workspace:*" @@ -12288,7 +12289,7 @@ __metadata: resolution: "@suite-native/device-authorization@workspace:suite-native/device-authorization" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/suite-types": "workspace:*" "@suite-common/validators": "workspace:*" "@suite-common/wallet-core": "workspace:*" @@ -12335,7 +12336,7 @@ __metadata: dependencies: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-sync": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -12377,7 +12378,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/device-onboarding@workspace:suite-native/device-onboarding" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" languageName: unknown linkType: soft @@ -12387,7 +12388,7 @@ __metadata: dependencies: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/bluetooth": "workspace:*" "@suite-common/device-authenticity": "workspace:*" @@ -12452,7 +12453,7 @@ __metadata: resolution: "@suite-native/discovery@workspace:suite-native/discovery" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-types": "workspace:*" "@suite-common/suite-utils": "workspace:*" @@ -12501,7 +12502,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/feature-flags@workspace:suite-native/feature-flags" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-native/config": "workspace:*" "@trezor/env-utils": "workspace:*" react-native: "npm:0.81.5" @@ -12514,7 +12515,7 @@ __metadata: resolution: "@suite-native/firmware@workspace:suite-native/firmware" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/react-native-skia": "npm:2.2.12" "@suite-common/firmware": "workspace:*" "@suite-common/icons": "workspace:*" @@ -12564,7 +12565,7 @@ __metadata: resolution: "@suite-native/formatters@workspace:suite-native/formatters" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/formatters": "workspace:*" "@suite-common/suite-types": "workspace:*" "@suite-common/wallet-config": "workspace:*" @@ -12611,7 +12612,7 @@ __metadata: dependencies: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@sentry/react-native": "npm:7.11.0" "@shopify/react-native-skia": "npm:2.2.12" "@suite-common/formatters": "workspace:*" @@ -12652,7 +12653,7 @@ __metadata: resolution: "@suite-native/helpers@workspace:suite-native/helpers" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/wallet-config": "workspace:*" "@suite-common/wallet-core": "workspace:*" "@suite-native/test-utils": "workspace:*" @@ -12672,7 +12673,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/icons@workspace:suite-native/icons" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/react-native-skia": "npm:2.2.12" "@suite-common/icons": "workspace:*" "@suite-common/wallet-config": "workspace:*" @@ -12696,7 +12697,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/in-app-rating@workspace:suite-native/in-app-rating" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/message-system": "workspace:*" expo-store-review: "npm:~9.0.8" react-redux: "npm:9.2.0" @@ -12708,7 +12709,7 @@ __metadata: resolution: "@suite-native/intl@workspace:suite-native/intl" dependencies: "@crowdin/cli": "npm:4.8.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/suite-types": "workspace:*" "@suite-common/suite-utils": "workspace:*" "@trezor/utils": "workspace:*" @@ -12727,7 +12728,7 @@ __metadata: dependencies: "@gorhom/bottom-sheet": "npm:5.2.6" "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/suite-sync": "workspace:*" "@suite-common/validators": "workspace:*" "@suite-common/wallet-config": "workspace:*" @@ -12770,7 +12771,7 @@ __metadata: resolution: "@suite-native/message-system@workspace:suite-native/message-system" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/geolocation": "workspace:*" "@suite-common/message-system": "workspace:*" "@suite-common/redux-utils": "workspace:*" @@ -12798,7 +12799,7 @@ __metadata: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/flash-list": "npm:2.2.0" "@shopify/react-native-skia": "npm:2.2.12" "@suite-common/redux-utils": "workspace:*" @@ -12845,7 +12846,7 @@ __metadata: dependencies: "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/fiat-services": "workspace:*" "@suite-common/graph": "workspace:*" "@suite-common/suite-sync": "workspace:*" @@ -12897,7 +12898,7 @@ __metadata: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/wallet-config": "workspace:*" "@suite-common/wallet-core": "workspace:*" "@suite-common/wallet-types": "workspace:*" @@ -12925,7 +12926,7 @@ __metadata: resolution: "@suite-native/module-authenticity-checks@workspace:suite-native/module-authenticity-checks" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/suite-utils": "workspace:*" "@suite-common/wallet-core": "workspace:*" "@suite-native/atoms": "workspace:*" @@ -12947,7 +12948,7 @@ __metadata: dependencies: "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/bluetooth": "workspace:*" "@suite-common/redux-utils": "workspace:*" @@ -12991,7 +12992,7 @@ __metadata: dependencies: "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/wallet-core": "workspace:*" "@suite-native/alerts": "workspace:*" @@ -13021,7 +13022,7 @@ __metadata: resolution: "@suite-native/module-connect-popup@workspace:suite-native/module-connect-popup" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/connect-popup": "workspace:^" "@suite-common/formatters": "workspace:*" "@suite-common/tx-simulation": "workspace:^" @@ -13086,7 +13087,7 @@ __metadata: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics-redux": "workspace:*" "@suite-common/firmware": "workspace:*" "@suite-common/message-system": "workspace:*" @@ -13132,7 +13133,7 @@ __metadata: "@gorhom/bottom-sheet": "npm:5.2.6" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/react-native-skia": "npm:2.2.12" "@suite-common/message-system": "workspace:*" "@suite-common/suite-constants": "workspace:*" @@ -13186,7 +13187,7 @@ __metadata: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/suite-constants": "workspace:*" "@suite-common/thp": "workspace:*" @@ -13221,7 +13222,7 @@ __metadata: dependencies: "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/flash-list": "npm:2.2.0" "@suite-common/formatters": "workspace:*" "@suite-common/wallet-config": "workspace:*" @@ -13256,7 +13257,7 @@ __metadata: dependencies: "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/graph": "workspace:*" "@suite-common/message-system": "workspace:*" "@suite-common/redux-utils": "workspace:*" @@ -13303,7 +13304,7 @@ __metadata: dependencies: "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-native/analytics": "workspace:*" "@suite-native/app-init": "workspace:*" @@ -13338,7 +13339,7 @@ __metadata: dependencies: "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/wallet-core": "workspace:*" "@suite-native/analytics": "workspace:*" "@suite-native/atoms": "workspace:*" @@ -13366,7 +13367,7 @@ __metadata: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/flash-list": "npm:2.2.0" "@suite-common/formatters": "workspace:*" "@suite-common/token-definitions": "workspace:*" @@ -13422,7 +13423,7 @@ __metadata: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/analytics-redux": "workspace:*" "@suite-common/logger": "workspace:*" @@ -13483,7 +13484,7 @@ __metadata: "@gorhom/bottom-sheet": "npm:5.2.6" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/token-definitions": "workspace:*" "@suite-common/wallet-config": "workspace:*" @@ -13520,7 +13521,7 @@ __metadata: "@react-native-community/netinfo": "npm:^11.4.1" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/flash-list": "npm:2.2.0" "@suite-common/formatters": "workspace:*" "@suite-common/geolocation": "workspace:*" @@ -13676,7 +13677,7 @@ __metadata: dependencies: "@gorhom/bottom-sheet": "npm:5.2.6" "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/validators": "workspace:*" "@suite-common/wallet-core": "workspace:*" "@suite-native/alerts": "workspace:*" @@ -13743,7 +13744,7 @@ __metadata: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" "@react-navigation/native-stack": "npm:7.9.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/react-native-skia": "npm:2.2.12" "@suite-common/wallet-config": "workspace:*" "@suite-common/wallet-core": "workspace:*" @@ -13798,7 +13799,8 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/send@workspace:suite-native/send" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@mobily/ts-belt": "npm:^3.13.1" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/mev": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/wallet-core": "workspace:*" @@ -13841,7 +13843,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/settings@workspace:suite-native/settings" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-native/config": "workspace:*" "@trezor/connect": "workspace:*" @@ -13871,7 +13873,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/state@workspace:suite-native/state" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@rozenite/redux-devtools-plugin": "npm:^1.2.0" "@suite-common/analytics-redux": "workspace:*" "@suite-common/connect-popup": "workspace:*" @@ -13936,7 +13938,7 @@ __metadata: resolution: "@suite-native/storage@workspace:suite-native/storage" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@sentry/react-native": "npm:7.11.0" "@suite-common/firmware-authenticity": "workspace:*" "@suite-common/suite-types": "workspace:*" @@ -13994,7 +13996,7 @@ __metadata: resolution: "@suite-native/suite-sync@workspace:suite-native/suite-sync" dependencies: "@evolu/react-native": "npm:^14.2.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/delegated-identity-key-types": "workspace:*" "@suite-common/platform-encryption": "workspace:*" "@suite-common/suite-sync": "workspace:*" @@ -14029,7 +14031,7 @@ __metadata: dependencies: "@gorhom/bottom-sheet": "npm:5.2.6" "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/formatters": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/test-utils": "workspace:*" @@ -14070,7 +14072,7 @@ __metadata: resolution: "@suite-native/thp@workspace:suite-native/thp" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/analytics": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/thp": "workspace:*" @@ -14123,7 +14125,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/trading-analytics@workspace:suite-native/trading-analytics" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/trading": "workspace:*" "@suite-native/analytics": "workspace:*" "@suite-native/services": "workspace:*" @@ -14141,7 +14143,7 @@ __metadata: resolution: "@suite-native/trading-atoms@workspace:suite-native/trading-atoms" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/suite-utils": "workspace:*" "@suite-common/trading": "workspace:*" "@suite-common/wallet-config": "workspace:*" @@ -14170,7 +14172,7 @@ __metadata: resolution: "@suite-native/trading-browser-auth@workspace:suite-native/trading-browser-auth" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/suite-constants": "workspace:*" "@suite-common/suite-utils": "workspace:*" "@suite-common/trading": "workspace:*" @@ -14211,7 +14213,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/trading-debug@workspace:suite-native/trading-debug" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-native/atoms": "workspace:*" "@suite-native/clipboard": "workspace:*" "@suite-native/feature-flags": "workspace:*" @@ -14245,7 +14247,7 @@ __metadata: resolution: "@suite-native/trading-residence@workspace:suite-native/trading-residence" dependencies: "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/trading": "workspace:*" "@suite-common/validators": "workspace:*" "@suite-native/analytics": "workspace:*" @@ -14273,7 +14275,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-native/trading-state@workspace:suite-native/trading-state" dependencies: - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/message-system": "workspace:*" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-sync": "workspace:*" @@ -14324,7 +14326,7 @@ __metadata: resolution: "@suite-native/transaction-management@workspace:suite-native/transaction-management" dependencies: "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/redux-utils": "workspace:*" "@suite-common/suite-sync": "workspace:*" "@suite-common/suite-utils": "workspace:*" @@ -14367,7 +14369,7 @@ __metadata: dependencies: "@mobily/ts-belt": "npm:^3.13.1" "@react-navigation/native": "npm:7.1.26" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@shopify/flash-list": "npm:2.2.0" "@suite-common/formatters": "workspace:*" "@suite-common/redux-utils": "workspace:*" @@ -14480,7 +14482,7 @@ __metadata: resolution: "@suite/suite-sync@workspace:suite/suite-sync" dependencies: "@evolu/web": "npm:^2.3.0" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@suite-common/delegated-identity-key-types": "workspace:*" "@suite-common/platform-encryption": "workspace:*" "@suite-common/suite-sync": "workspace:*" @@ -15740,7 +15742,7 @@ __metadata: "@formatjs/intl": "npm:3.1.6" "@hookform/resolvers": "npm:^5.2.2" "@mobily/ts-belt": "npm:^3.13.1" - "@reduxjs/toolkit": "npm:2.11.0" + "@reduxjs/toolkit": "npm:2.11.2" "@sentry/core": "npm:10.38.0" "@solana/kit": "npm:^2.3.0" "@suite-common/analytics": "workspace:*" @@ -29652,13 +29654,6 @@ __metadata: languageName: node linkType: hard -"immer@npm:^10.2.0": - version: 10.2.0 - resolution: "immer@npm:10.2.0" - checksum: 10/d73e218c8f8ffbb39f9290dfafa478b94af73403dcf26b5672eef35233bb30f09ffe231f8a78a6c9cb442968510edd89e851776ec90a5ddfa82cee6db6b35137 - languageName: node - linkType: hard - "immutable@npm:^4.3.7": version: 4.3.7 resolution: "immutable@npm:4.3.7"