From 88858cb537b2b1ab3a5a9c97cf41759dfe76e343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 02:05:21 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.1.6 to 14.2.5 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.1.6 to 14.2.5. - [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/v12.1.6...v14.2.5) --- 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 7cc502c..ccf0b04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2575,12 +2575,9 @@ } }, "@testing-library/user-event": { - "version": "12.1.6", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.6.tgz", - "integrity": "sha512-BdSe6cmzDEapTBH3s1NKbzu+GyX5bJKraKwVpM2vZF1+EEWxZr0EiA0z9bA5Nux8P+6nKMOZKsXQrj5q/kicfQ==", - "requires": { - "@babel/runtime": "^7.10.2" - } + "version": "14.2.5", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.5.tgz", + "integrity": "sha512-xcSw47H8JidxQPAqPlHp4l51EYJx+2TlHgYBW9i+noNlgUMMrhgtefnrWcpZ1k9ep6SMhJVyx3N7F4tIKTuJ9w==" }, "@types/aria-query": { "version": "4.2.0", diff --git a/package.json b/package.json index d7b8c74..642a1b1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@fortawesome/react-fontawesome": "^0.1.11", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", - "@testing-library/user-event": "^12.1.6", + "@testing-library/user-event": "^14.2.5", "@wojtekmaj/react-daterange-picker": "^3.0.1", "axios": "^0.20.0", "bootstrap": "^4.5.2",