From 5a1cab219ca2ad45f7ea4bd036685deaa61c2aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:40:03 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/user-event from 14.5.1 to 14.5.2 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/react/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index 326ee38376..0ca44aee11 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -49,7 +49,7 @@ "@testing-library/dom": "9.3.3", "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.2", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", "@types/lodash": "4.14.202", "@types/react": "18.2.45", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e11721d30f..c31b0f7ff3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -168,8 +168,8 @@ importers: specifier: 14.1.2 version: 14.1.2(react-dom@18.2.0)(react@18.2.0) '@testing-library/user-event': - specifier: 14.5.1 - version: 14.5.1(@testing-library/dom@9.3.3) + specifier: 14.5.2 + version: 14.5.2(@testing-library/dom@9.3.3) '@types/jest': specifier: 29.5.11 version: 29.5.11 @@ -5219,7 +5219,7 @@ packages: resolution: {integrity: sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw==} dependencies: '@testing-library/dom': 9.3.3 - '@testing-library/user-event': 14.5.1(@testing-library/dom@9.3.3) + '@testing-library/user-event': 14.5.2(@testing-library/dom@9.3.3) ts-dedent: 2.2.0 dev: true @@ -5483,8 +5483,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /@testing-library/user-event@14.5.1(@testing-library/dom@9.3.3): - resolution: {integrity: sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==} + /@testing-library/user-event@14.5.2(@testing-library/dom@9.3.3): + resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4'