From f8f990fb1e48b349acb0f396e2227cbfe1f94daf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 14:35:45 -0400 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 6.4.2 to 6.4.5 Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.2 to 6.4.5. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/sandbox-2ba/project/9043c51f-3f0d-45c6-8455-b658274f2872?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web/package.json b/examples/web/package.json index d791d21979..ec58bcf5c0 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -6,7 +6,7 @@ "@apollo/client": "^3.10.4", "@babel/plugin-syntax-flow": "^7.24.1", "@babel/plugin-transform-react-jsx": "7.23.4", - "@testing-library/jest-dom": "^6.4.2", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/user-event": "^14.5.2", "@testing-library/dom": "^9.3.4", "@types/jest": "^29.5.12",