From 9db085226186906d206fc3cda57e5bad0249c395 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Apr 2025 03:36:35 +0000 Subject: [PATCH] feat: upgrade @testing-library/jest-dom from 5.17.0 to 6.6.3 Snyk has created this PR to upgrade @testing-library/jest-dom from 5.17.0 to 6.6.3. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/nerds-github/project/0d9b98a0-833e-4b80-9345-d524d43291d3?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/edge-functions/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/edge-functions/app/package.json b/examples/edge-functions/app/package.json index df1f7c4643d73..b5d9f5ceca63b 100644 --- a/examples/edge-functions/app/package.json +++ b/examples/edge-functions/app/package.json @@ -5,7 +5,7 @@ "dependencies": { "@supabase/auth-ui-react": "^0.2.1", "@supabase/supabase-js": "^2.0.0", - "@testing-library/jest-dom": "^5.16.3", + "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "react": "^18.0.0",