diff --git a/services/idp/package.json b/services/idp/package.json index 22600a7972e..765e4733483 100644 --- a/services/idp/package.json +++ b/services/idp/package.json @@ -76,7 +76,7 @@ "@material-ui/icons": "^4.11.3", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^11.2.7", - "@testing-library/user-event": "^14.5.1", + "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.5", "@types/node": "^20.5.9", "@types/react": "^17.0.65", diff --git a/services/idp/pnpm-lock.yaml b/services/idp/pnpm-lock.yaml index 4a95b4482c7..a2ac0a306fe 100644 --- a/services/idp/pnpm-lock.yaml +++ b/services/idp/pnpm-lock.yaml @@ -21,8 +21,8 @@ dependencies: specifier: ^11.2.7 version: 11.2.7(react-dom@17.0.2)(react@17.0.2) '@testing-library/user-event': - specifier: ^14.5.1 - version: 14.5.1(@testing-library/dom@9.3.1) + specifier: ^14.5.2 + version: 14.5.2(@testing-library/dom@9.3.1) '@types/jest': specifier: ^29.5.5 version: 29.5.5 @@ -2887,8 +2887,8 @@ packages: react-dom: 17.0.2(react@17.0.2) dev: false - /@testing-library/user-event@14.5.1(@testing-library/dom@9.3.1): - resolution: {integrity: sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==} + /@testing-library/user-event@14.5.2(@testing-library/dom@9.3.1): + resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4'