From a8f4878ad15c349c3d7f586e905e2855461a9123 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Sep 2025 19:30:35 +0000 Subject: [PATCH] feat: upgrade cohere-ai from 5.1.0 to 7.18.1 Snyk has created this PR to upgrade cohere-ai from 5.1.0 to 7.18.1. See this package in npm: cohere-ai See this project in Snyk: https://app.snyk.io/org/nerds-github/project/1b9e8975-d6d0-4375-9da3-0aa27511634d?utm_source=github&utm_medium=referral&page=upgrade-pr --- clients/js/examples/node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/js/examples/node/package.json b/clients/js/examples/node/package.json index 150af0cc8fd..a4b4a8e9639 100644 --- a/clients/js/examples/node/package.json +++ b/clients/js/examples/node/package.json @@ -15,7 +15,7 @@ "@google/generative-ai": "^0.1.1", "chromadb": "file:../..", "chromadb-default-embed": "^2.13.2", - "cohere-ai": "^5.0.2", + "cohere-ai": "^7.18.1", "express": "^4.18.2", "openai": "^3.1.0" }