From 2564e99758c96be8e1a6afe109622a5097af7133 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 23:50:39 +0000 Subject: [PATCH] feat: upgrade @testing-library/react from 12.1.5 to 16.0.1 Snyk has created this PR to upgrade @testing-library/react from 12.1.5 to 16.0.1. See this package in npm: @testing-library/react 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..014826c0fb338 100644 --- a/examples/edge-functions/app/package.json +++ b/examples/edge-functions/app/package.json @@ -6,7 +6,7 @@ "@supabase/auth-ui-react": "^0.2.1", "@supabase/supabase-js": "^2.0.0", "@testing-library/jest-dom": "^5.16.3", - "@testing-library/react": "^12.1.4", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^13.5.0", "react": "^18.0.0", "react-dom": "^18.0.0",