From 6e6e0fc8a4ffc1aae5b65cbc2c713e1dc9c4953b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 17:46:34 +0000 Subject: [PATCH] feat: upgrade react-dom from 17.0.2 to 19.1.0 Snyk has created this PR to upgrade react-dom from 17.0.2 to 19.1.0. See this package in npm: react-dom See this project in Snyk: https://app.snyk.io/org/snapp949/project/7ccfe0ac-5366-4aab-97f8-b96325c829f8?utm_source=github&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 495dc18..7cc7b21 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "radium": "^0.26.2", "react": "^17.0.2", "react-animations": "^1.0.0", - "react-dom": "^17.0.2", + "react-dom": "^19.1.0", "stream-browserify": "^3.0.0", "tailwindcss": "^3.2.4", "unist-builder": "^2.0.3",