From e1128456df8f449424280d95d584d3c284129a6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 06:29:20 +0000 Subject: [PATCH] fix: upgrade @testing-library/react from 11.2.5 to 11.2.7 Snyk has created this PR to upgrade @testing-library/react from 11.2.5 to 11.2.7. See this package in npm: @testing-library/react See this project in Snyk: https://app.snyk.io/org/ashokharish033-cRfj7mVQxmn7qC6BmZazHP/project/fec23ca6-aa5d-4bfa-bd75-5cf70ec66747?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2cc020..097993e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@testing-library/jest-dom": "5.11.9", - "@testing-library/react": "11.2.5", + "@testing-library/react": "11.2.7", "@testing-library/user-event": "12.6.2", "chalk": "4.1.0", "js-cookie": "2.2.1",