From 9759d8f36764280ef60f05ac189de0fd36718c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 20:29:56 +0000 Subject: [PATCH] Bump @testing-library/user-event from 14.2.1 to 14.4.2 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.2.1 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/v14.2.1...v14.4.2) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-minor ... 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 771dd68..2b3636d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@popperjs/core": "^2.11.5", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", - "@testing-library/user-event": "^14.2.1", + "@testing-library/user-event": "^14.4.2", "ansi-html": "^0.0.9", "ansi-regex": "^6.0.1", "color-string": "^1.9.1", @@ -4329,9 +4329,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.1.tgz", - "integrity": "sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA==", + "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==", "engines": { "node": ">=12", "npm": ">=6" @@ -25694,9 +25694,9 @@ } }, "@testing-library/user-event": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.1.tgz", - "integrity": "sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA==", + "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==", "requires": {} }, "@tootallnate/once": { diff --git a/package.json b/package.json index de5f958..b7efc9c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@popperjs/core": "^2.11.5", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", - "@testing-library/user-event": "^14.2.1", + "@testing-library/user-event": "^14.4.2", "ansi-html": "^0.0.9", "ansi-regex": "^6.0.1", "color-string": "^1.9.1",