From 7a1aadd1d0b301088cc1be49bc6ad83ba8a1b2b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 09:26:15 +0000 Subject: [PATCH] feat: upgrade @types/react from 18.3.23 to 19.1.9 Snyk has created this PR to upgrade @types/react from 18.3.23 to 19.1.9. See this package in npm: @types/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..6c7b625ec2b 100644 --- a/clients/js/examples/browser/package.json +++ b/clients/js/examples/browser/package.json @@ -6,7 +6,7 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "@types/react": "^18.2.79", + "@types/react": "^19.1.9", "@vitejs/plugin-react": "^4.2.1", "buffer": "^5.5.0||^6.0.0", "chromadb-default-embed": "^2.13.2",