diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index babd5d7de7..6dc3d173c7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,8 +10,8 @@ catalogs: specifier: ^2.8.2 version: 2.10.1 immer: - specifier: ^10.1.1 - version: 10.2.0 + specifier: ^11.0.0 + version: 11.1.4 msw: specifier: ^2.5.1 version: 2.12.1 @@ -438,7 +438,7 @@ importers: version: 3.20.0 immer: specifier: 'catalog:' - version: 10.2.0 + version: 11.1.4 devDependencies: '@effect/vitest': specifier: catalog:effect @@ -5724,6 +5724,9 @@ packages: immer@10.2.0: resolution: {integrity: sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==} + immer@11.1.4: + resolution: {integrity: sha512-XREFCPo6ksxVzP4E0ekD5aMdf8WMwmdNaz6vuvxgI40UaEiu6q3p8X52aU6GdyvLY3XXX/8R7JOTXStz/nBbRw==} + import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} engines: {node: '>=6'} @@ -8223,6 +8226,7 @@ packages: uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true v8-compile-cache-lib@3.0.1: @@ -14536,6 +14540,8 @@ snapshots: immer@10.2.0: {} + immer@11.1.4: {} + import-fresh@3.3.1: dependencies: parent-module: 1.0.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1a6ffa0b25..3d4cb44a3d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -8,7 +8,7 @@ packages: - 'scratchpad' catalog: '@reduxjs/toolkit': '^2.8.2' - immer: '^10.1.1' + immer: '^11.0.0' msw: '^2.5.1' catalogs: effect: