From 26a5c829b392f24baae6c20100839eab93cb9faa Mon Sep 17 00:00:00 2001 From: anomiex Date: Wed, 3 Jan 2024 17:07:47 +0000 Subject: [PATCH] Update JS unit testing packages (#34816) Co-authored-by: Renovate Bot Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7400075903 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2c85da5..c22bf4ab 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@storybook/react": "7.6.5", "@testing-library/dom": "9.3.3", "@testing-library/react": "14.1.2", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "react": "18.2.0",