From cdfaa3e4c6b79374cd100a374c4fe6d1642b4599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 16:51:12 +0000 Subject: [PATCH] fix(deps): update dependency @testing-library/react to v16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb2f3e19..63073da0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^12.1.2", + "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.0.0", "axios": "^1.0.0", "bootstrap": "^5.1.3",