From c60c6cb9e694c4c5658851178c823c3ecf7aa8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 05:04:28 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.1.6 to 14.4.2 in /jwt-react Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.6 to 14.4.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.1.6...v14.4.2) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- jwt-react/package-lock.json | 19 +++---------------- jwt-react/package.json | 2 +- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/jwt-react/package-lock.json b/jwt-react/package-lock.json index 508f8b8..dc3619e 100644 --- a/jwt-react/package-lock.json +++ b/jwt-react/package-lock.json @@ -1748,22 +1748,9 @@ } }, "@testing-library/user-event": { - "version": "13.1.6", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.6.tgz", - "integrity": "sha512-mykGPKQn0QO5faqJ47I6Wp3yererB3nNH9OEELVLyDZ4b6QTnix1OFbR0/th1bEYHaWiiymm2hJ5czOyWP2WUg==", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - } - } + "version": "14.4.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.4.2.tgz", + "integrity": "sha512-1gVTWtueNimveOjcm2ApFCnCTeky7WqY3EX31/GRKLWyCd+HfH+Gd2l1J8go9FpDNe+0Mx8X4zbQHTg0WWNJwg==" }, "@types/aria-query": { "version": "4.2.1", diff --git a/jwt-react/package.json b/jwt-react/package.json index 40bb868..094b5ab 100644 --- a/jwt-react/package.json +++ b/jwt-react/package.json @@ -6,7 +6,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", - "@testing-library/user-event": "^13.1.6", + "@testing-library/user-event": "^14.4.2", "bootstrap": "^4.6.0", "react": "^17.0.2", "react-bootstrap": "^1.5.2",