From aa44d08bc686acef79fb3fb57c6187d524112523 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 11:58:59 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/user-event to v14.2.1 --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 1bd65d1b0..722a22c2a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -61,7 +61,7 @@ "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.0", - "@testing-library/user-event": "14.2.0", + "@testing-library/user-event": "14.2.1", "@types/body-scroll-lock": "3.1.0", "@types/bricks.js": "1.8.2", "@types/enzyme": "3.10.12", @@ -10132,9 +10132,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.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.1.tgz", + "integrity": "sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA==", "dev": true, "engines": { "node": ">=12", @@ -41092,9 +41092,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.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.1.tgz", + "integrity": "sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA==", "dev": true, "requires": {} }, diff --git a/ui/package.json b/ui/package.json index b23cbf9ac..22356500f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -60,7 +60,7 @@ "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.0", - "@testing-library/user-event": "14.2.0", + "@testing-library/user-event": "14.2.1", "@types/body-scroll-lock": "3.1.0", "@types/bricks.js": "1.8.2", "@types/enzyme": "3.10.12",