diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f174618e9..346530ac0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -350,7 +350,7 @@ overrides: ajv@>=8.0.0 <8.18.0: '>=8.18.0' minimatch@>=10.0.0 <10.2.3: '>=10.2.3' flatted: '>=3.4.2' - undici: '>=7.28.0 <8' + undici: <9 picomatch@<2.3.2: '>=2.3.2' picomatch@>=4.0.0 <4.0.4: '>=4.0.4' yaml@1: 1.10.3 @@ -4325,12 +4325,6 @@ packages: '@types/react-dom': optional: true - '@testing-library/user-event@14.6.3': - resolution: {integrity: sha512-6dBq67jT8lE+JTE8Exm02Kt6ze43hz1jdiSpSJwtTZiT1xQQ6b7nZYTTQ9njdArdU8XklOwaDp/AbT/eYSKF4g==} - engines: {node: '>=12', npm: '>=6'} - peerDependencies: - '@testing-library/dom': '>=7.21.4' - '@testing-library/user-event@14.6.4': resolution: {integrity: sha512-QCGwP6QrjypBLwyj5cuyfVamkaIEy/XGY+1VDehbtbQqOggYmTFpFOdWR5mPz14vX8vXLMVjDHlRNBcClyO9ew==} engines: {node: '>=12', npm: '>=6'} @@ -14658,10 +14652,6 @@ snapshots: '@types/react': 19.2.18 '@types/react-dom': 19.2.4(@types/react@19.2.18) - '@testing-library/user-event@14.6.3(@testing-library/dom@10.4.1)': - dependencies: - '@testing-library/dom': 10.4.1 - '@testing-library/user-event@14.6.4(@testing-library/dom@10.4.1)': dependencies: '@testing-library/dom': 10.4.1 @@ -15032,7 +15022,7 @@ snapshots: sirv: 3.0.2 tinyrainbow: 3.1.0 vitest: 4.1.10(@types/node@24.13.3)(@vitest/browser-playwright@4.1.10)(@vitest/coverage-v8@4.1.10)(jsdom@29.0.1)(vite@8.2.1(@types/node@24.13.3)(esbuild@0.28.1)(terser@5.44.0)(tsx@4.23.12)(yaml@2.8.3)) - ws: 8.21.0 + ws: 8.21.1 transitivePeerDependencies: - bufferutil - msw @@ -19768,7 +19758,7 @@ snapshots: '@storybook/icons': 2.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@testing-library/dom': 10.4.1 '@testing-library/jest-dom': 6.9.1 - '@testing-library/user-event': 14.6.3(@testing-library/dom@10.4.1) + '@testing-library/user-event': 14.6.4(@testing-library/dom@10.4.1) '@vitest/expect': 3.2.4 '@vitest/spy': 3.2.4 '@webcontainer/env': 1.1.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 522d9dcce..cb13a61e1 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -131,7 +131,7 @@ overrides: "ajv@>=8.0.0 <8.18.0": ">=8.18.0" "minimatch@>=10.0.0 <10.2.3": ">=10.2.3" flatted: ">=3.4.2" - undici: ">=7.28.0 <8" + undici: "<9" "picomatch@<2.3.2": ">=2.3.2" "picomatch@>=4.0.0 <4.0.4": ">=4.0.4" "yaml@1": "1.10.3"