From a81913cf8de5ed3b15e513bf3b140124d7f8c3f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 15:38:26 +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/sammytezzy/project/a5d9cb74-a608-445c-90dc-97f2c5f8b064?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-apivideo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apivideo/package.json b/examples/with-apivideo/package.json index dd59cb2e1a0f8..4a321fca4ce1c 100644 --- a/examples/with-apivideo/package.json +++ b/examples/with-apivideo/package.json @@ -11,7 +11,7 @@ "@api.video/video-uploader": "^1.1.3", "next": "latest", "react": "18.2.0", - "react-dom": "18.2.0" + "react-dom": "18.3.1" }, "devDependencies": { "@types/node": "17.0.23",