From 964d3984c701bb7ee07ecb6ac681d07c4f28f7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:14:35 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.4.1 to 14.4.1 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.4.1 to 14.4.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.4.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..ea8d1be 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.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.4.1.tgz", + "integrity": "sha512-Gr20dje1RaNxZ1ehHGPvFkLswfetBQKCfRD/lo6sUJQ52X2TV/QnqUpkjoShfEebrB2KiTPfQkcONwdQiofLhg==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index 1206ec7..3dc6006 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.4.1", "axios": "^0.27.2", "fhirformjs": "^0.9.3", "jsoneditor": "^9.7.4",