From d581ca6905260e2501e1df62e77b7f92db572800 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 06:02:48 +0000 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 5.11.9 to 5.17.0 Snyk has created this PR to upgrade @testing-library/jest-dom from 5.11.9 to 5.17.0. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/ashokharish033-cRfj7mVQxmn7qC6BmZazHP/project/7dfd9666-65ae-4871-8cb0-00246bb4f186?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 49ecc8c..a633f6f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@craco/craco": "6.1.1", - "@testing-library/jest-dom": "5.11.9", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "11.2.5", "@testing-library/user-event": "12.6.2", "@wojtekmaj/enzyme-adapter-react-17": "0.6.3",