From 45f9f6e9ace3b8b85bc0fc3131de13f066dbdd34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Oct 2025 05:44:26 +0000 Subject: [PATCH] feat: upgrade react from 18.3.1 to 19.2.0 Snyk has created this PR to upgrade react from 18.3.1 to 19.2.0. See this package in npm: react 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..cc388471526 100644 --- a/clients/js/examples/browser/package.json +++ b/clients/js/examples/browser/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "chromadb": "link:../..", - "react": "^18.2.0", + "react": "^19.2.0", "react-dom": "^18.2.0" }, "scripts": {