From 4242acf93c345f797dd10a6fda54319b5a139df8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 11:53:04 +0000 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 5.1.0 to 5.17.0 Snyk has created this PR to upgrade @testing-library/jest-dom from 5.1.0 to 5.17.0. See this package in npm: https://www.npmjs.com/package/@testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/wambugucoder/project/4ad982c5-88ce-4f1c-98fc-b63137218714?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 27ca78fc..d8007739 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^5.0.0", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^10.0.0", "@testing-library/user-event": "^7.2.1", "axios": "0.21.1",