From 43795295ea0592889d114474e6ac018d408abac5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 20:45:25 +0000 Subject: [PATCH] fix: upgrade react from 18.1.0 to 18.3.1 Snyk has created this PR to upgrade react from 18.1.0 to 18.3.1. See this package in npm: react 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..9a1f5c3da5121 100644 --- a/examples/with-particles/package.json +++ b/examples/with-particles/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "next": "latest", - "react": "18.1.0", + "react": "18.3.1", "react-dom": "18.1.0", "react-tsparticles": "^2.0.6", "tsparticles": "^2.0.6",