From 83580ce44ba200abbd597c8115b33d038702e99c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:26:57 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/user-event to v14.2.3 --- 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 a2b390d8c..d94bfe247 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.1", - "@testing-library/user-event": "14.2.1", + "@testing-library/user-event": "14.2.3", "@types/body-scroll-lock": "3.1.0", "@types/bricks.js": "1.8.2", "@types/enzyme": "3.10.12", @@ -10010,9 +10010,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.2.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.3.tgz", + "integrity": "sha512-07Ly+NsFDTvjNdvl5bLBA5oHeGIIHCKc7CniGuKnHrjvqcTPVqPEo4z6a8iYydZ0WvDA6ZA0fnhYrqCLbsm0+A==", "dev": true, "engines": { "node": ">=12", @@ -41334,9 +41334,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.2.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.3.tgz", + "integrity": "sha512-07Ly+NsFDTvjNdvl5bLBA5oHeGIIHCKc7CniGuKnHrjvqcTPVqPEo4z6a8iYydZ0WvDA6ZA0fnhYrqCLbsm0+A==", "dev": true, "requires": {} }, diff --git a/ui/package.json b/ui/package.json index bcc5bbab0..607f9a7cf 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.1", - "@testing-library/user-event": "14.2.1", + "@testing-library/user-event": "14.2.3", "@types/body-scroll-lock": "3.1.0", "@types/bricks.js": "1.8.2", "@types/enzyme": "3.10.12",