diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c82224673bda..7c6c6c7c7f006 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1666,8 +1666,8 @@ importers: specifier: ^16.2.0 version: 16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.3(@types/react@19.0.7))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@testing-library/user-event': - specifier: ^14.6.0 - version: 14.6.0(@testing-library/dom@10.4.0) + specifier: ^14.6.1 + version: 14.6.1(@testing-library/dom@10.4.0) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@20.17.14)(terser@5.37.0)) @@ -4032,8 +4032,8 @@ packages: '@types/react-dom': optional: true - '@testing-library/user-event@14.6.0': - resolution: {integrity: sha512-+jsfK7kVJbqnCYtLTln8Ja/NmVrZRwBJHmHR9IxIVccMWSOZ6Oy0FkDJNeyVu4QSpMNmRfy10Xb76ObRDlWWBQ==} + '@testing-library/user-event@14.6.1': + resolution: {integrity: sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' @@ -12178,7 +12178,7 @@ snapshots: '@emotion/react': 11.14.0(@types/react@19.0.7)(react@19.0.0) '@testing-library/dom': 10.4.0 '@testing-library/react': 16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.3(@types/react@19.0.7))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@testing-library/user-event': 14.6.0(@testing-library/dom@10.4.0) + '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) chai: 4.5.0 chai-dom: 1.12.1(chai@4.5.0) dom-accessibility-api: 0.7.0 @@ -13199,7 +13199,7 @@ snapshots: '@types/react': 19.0.7 '@types/react-dom': 19.0.3(@types/react@19.0.7) - '@testing-library/user-event@14.6.0(@testing-library/dom@10.4.0)': + '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.0)': dependencies: '@testing-library/dom': 10.4.0 @@ -13591,7 +13591,7 @@ snapshots: '@vitest/browser@3.0.2(@types/node@20.17.14)(playwright@1.49.1)(typescript@5.7.3)(vite@5.4.11(@types/node@20.17.14)(terser@5.37.0))(vitest@3.0.2)': dependencies: '@testing-library/dom': 10.4.0 - '@testing-library/user-event': 14.6.0(@testing-library/dom@10.4.0) + '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) '@vitest/mocker': 3.0.2(msw@2.7.0(@types/node@20.17.14)(typescript@5.7.3))(vite@5.4.11(@types/node@20.17.14)(terser@5.37.0)) '@vitest/utils': 3.0.2 magic-string: 0.30.17 diff --git a/test/performance-charts/package.json b/test/performance-charts/package.json index 1ff796416a81b..ad66042f2df06 100644 --- a/test/performance-charts/package.json +++ b/test/performance-charts/package.json @@ -13,7 +13,7 @@ "@mui/x-charts-pro": "workspace:*", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", - "@testing-library/user-event": "^14.6.0", + "@testing-library/user-event": "^14.6.1", "@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react-swc": "^3.7.2", "@vitest/browser": "3.0.2",