From ebc74ebc0ce7b00690067aacce55b1c949d013e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 20:40:12 +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/sammyfilly/project/a8ed4695-8e29-49f1-a2a1-2478cbca96b1?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-turbopack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-turbopack/package.json b/examples/with-turbopack/package.json index 102460b031847..e56dc63f8b36f 100644 --- a/examples/with-turbopack/package.json +++ b/examples/with-turbopack/package.json @@ -24,7 +24,7 @@ "ms": "3.0.0-canary.1", "next": "latest", "react": "18.2.0", - "react-dom": "18.2.0", + "react-dom": "18.3.1", "server-only": "0.0.1", "styled-components": "6.0.0-beta.2", "use-count-up": "3.0.1"