From e62da815057e9fe7dec418a1597b7c3539adac32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Aug 2024 03:49:27 -0400 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 6.4.6 to 6.4.7 Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.6 to 6.4.7. 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 65de434e03..5e76b75248 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -6,7 +6,7 @@ "@apollo/client": "^3.10.8", "@babel/plugin-syntax-flow": "^7.24.7", "@babel/plugin-transform-react-jsx": "7.24.7", - "@testing-library/jest-dom": "^6.4.5", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/user-event": "^14.5.2", "@testing-library/dom": "^9.3.4", "@types/jest": "^29.5.12",