From ef0d532add2e9b9f61bf32519197f4320f28fcd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Oct 2025 05:44:32 +0000 Subject: [PATCH] feat: upgrade react-dom from 18.3.1 to 19.2.0 Snyk has created this PR to upgrade react-dom from 18.3.1 to 19.2.0. See this package in npm: react-dom See this project in Snyk: https://app.snyk.io/org/nerds-github/project/3b6f228d-840f-4337-9b19-5bcc56c1c9a4?utm_source=github&utm_medium=referral&page=upgrade-pr --- clients/js/examples/browser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/js/examples/browser/package.json b/clients/js/examples/browser/package.json index 4ff2cd56bce..35cccd07d52 100644 --- a/clients/js/examples/browser/package.json +++ b/clients/js/examples/browser/package.json @@ -17,7 +17,7 @@ "dependencies": { "chromadb": "link:../..", "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^19.2.0" }, "scripts": { "dev": "vite"