From 9b9aa30ffe15fad84998386f832de0a1201be72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:24:57 +0000 Subject: [PATCH] Bump @testing-library/user-event from 14.5.1 to 14.5.2 in /services/idp Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.5.1 to 14.5.2. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.5.1...v14.5.2) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- services/idp/package.json | 2 +- services/idp/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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'