From b9e3efae6d046b1b800adabbcce778681ba7d2c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:15:17 +0000 Subject: [PATCH] fix(deps): update testing-library monorepo --- web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index 00bbf5d8..b0f6e20c 100644 --- a/web/package.json +++ b/web/package.json @@ -4,8 +4,8 @@ "dependencies": { "@mui/material": "5.15.15", "@material-ui/icons": "4.11.3", - "@testing-library/jest-dom": "6.4.5", - "@testing-library/react": "15.0.7", + "@testing-library/jest-dom": "6.6.2", + "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "axios": "1.6.8", "clsx": "2.1.0",