From 4621725c89a3558261268b4efab8c3181632d3d0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:02:02 +0000 Subject: [PATCH] feat: upgrade react-dom from 18.3.1 to 19.0.0 Snyk has created this PR to upgrade react-dom from 18.3.1 to 19.0.0. See this package in npm: react-dom See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/a9b4e7e5-0b6d-4aab-9689-d29200f754a5?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db2585d..c638dac 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cypress": "^13.4.0", "next": "^14.1.1", "react": "^18.3.1", - "react-dom": "^18.3.1" + "react-dom": "^19.0.0" }, "devDependencies": { "netlify-plugin-cypress": "2.2.1"