From 607fec4210b630510cd773a8bc4ab60159d82d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 11:32:04 +0000 Subject: [PATCH] Bump @testing-library/user-event from 14.2.0 to 14.2.2 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.2.0 to 14.2.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/v14.2...v14.2.2) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5162f28..7da65e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^14.2.0", + "@testing-library/user-event": "^14.2.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dropdown": "^1.10.0", @@ -3360,9 +3360,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz", - "integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==", + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.2.tgz", + "integrity": "sha512-qVUBP9JFPpfxhrQL9U85pZ3Wro4poglBHY/SBr1SkQblpD19G1bW04kQGeqy1SUrKqxQKv2QCJ0p+dPX0rnXhQ==", "engines": { "node": ">=12", "npm": ">=6" @@ -18825,9 +18825,9 @@ } }, "@testing-library/user-event": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz", - "integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==", + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.2.tgz", + "integrity": "sha512-qVUBP9JFPpfxhrQL9U85pZ3Wro4poglBHY/SBr1SkQblpD19G1bW04kQGeqy1SUrKqxQKv2QCJ0p+dPX0rnXhQ==", "requires": {} }, "@tootallnate/once": { diff --git a/package.json b/package.json index 3ef3190..18b806e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^14.2.0", + "@testing-library/user-event": "^14.2.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dropdown": "^1.10.0",