From 29afc949c5b626199c51f3facb60ee26b495c44e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:13:03 +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",