From f309b0197a557c4155fde360a800c6d675bc6b88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 20:45:31 +0000 Subject: [PATCH] fix: upgrade react-dom from 18.1.0 to 18.3.1 Snyk has created this PR to upgrade react-dom from 18.1.0 to 18.3.1. See this package in npm: react-dom See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/212d04cf-32db-4601-9307-b58bce6cc2cc?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-particles/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-particles/package.json b/examples/with-particles/package.json index 6d4f4ef849853..a8f071c283961 100644 --- a/examples/with-particles/package.json +++ b/examples/with-particles/package.json @@ -9,7 +9,7 @@ "dependencies": { "next": "latest", "react": "18.1.0", - "react-dom": "18.1.0", + "react-dom": "18.3.1", "react-tsparticles": "^2.0.6", "tsparticles": "^2.0.6", "tsparticles-engine": "^2.0.6"