From e44be32eff105ad41c4c9c6a638975c31183e4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:47:07 +0200 Subject: [PATCH] Bump @testing-library/user-event from 14.5.1 to 14.5.2 (#475) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7e21885..d65d2ff 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.5.1", + "@testing-library/user-event": "^14.5.2", "axios": "^1.6.7", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^9.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 25038d1..c0828df 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ dependencies: specifier: ^8.0.1 version: 8.0.1(react-dom@17.0.2)(react-test-renderer@17.0.2)(react@17.0.2) '@testing-library/user-event': - specifier: ^14.5.1 - version: 14.5.1(@testing-library/dom@8.0.0) + specifier: ^14.5.2 + version: 14.5.2(@testing-library/dom@8.0.0) axios: specifier: ^1.6.7 version: 1.6.7 @@ -2176,8 +2176,8 @@ packages: react-dom: 17.0.2(react@17.0.2) dev: false - /@testing-library/user-event@14.5.1(@testing-library/dom@8.0.0): - resolution: {integrity: sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==} + /@testing-library/user-event@14.5.2(@testing-library/dom@8.0.0): + resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4'