From 82821611b6083c82307e16c219bafb029bc6b82d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 20:54:00 +0000 Subject: [PATCH] fix: upgrade react-dom from 18.2.0 to 18.3.1 Snyk has created this PR to upgrade react-dom from 18.2.0 to 18.3.1. See this package in npm: react-dom See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/0182e293-491c-4f22-b6f5-5e1418958fd4?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/authsignal/passwordless-login/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/authsignal/passwordless-login/package.json b/examples/authsignal/passwordless-login/package.json index 5f3ce57b1d852..3b413f921bae6 100644 --- a/examples/authsignal/passwordless-login/package.json +++ b/examples/authsignal/passwordless-login/package.json @@ -11,7 +11,7 @@ "cookie": "^0.5.0", "next": "latest", "react": "18.2.0", - "react-dom": "18.2.0" + "react-dom": "18.3.1" }, "devDependencies": { "@types/cookie": "^0.5.1",