From d0448173bc0d1274eefa0e17381a797a78425340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 10:20:05 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.4.1 to 14.2.1 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.4.1 to 14.2.1. - [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.2.1) --- 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 23b5b91..d8aae2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2444,12 +2444,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.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.1.tgz", + "integrity": "sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index 1206ec7..b90b6fd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@rjsf/core": "^4.1.1", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^13.4.1", + "@testing-library/user-event": "^14.2.1", "axios": "^0.27.2", "fhirformjs": "^0.9.3", "jsoneditor": "^9.7.4",