From 1d052614ab203cc8d5c6dd99be65d929ec0141a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:11:08 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.4.1 to 14.5.2 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.4.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/v13.4.1...v14.5.2) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d8538d..97446f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2516,12 +2516,9 @@ } }, "@testing-library/user-event": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz", - "integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==", - "requires": { - "@babel/runtime": "^7.12.5" - } + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", + "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index 0b1ba16..8670fad 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^13.4.1", + "@testing-library/user-event": "^14.5.2", "axios": "^0.27.2", "fhirformjs": "^0.9.3", "jsoneditor": "^9.10.4",