From 1d02dd09cd6872f1431fa76454a0addafb5272d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Apr 2025 03:07:57 +0000 Subject: [PATCH] feat: upgrade cohere-ai from 5.1.0 to 7.16.0 Snyk has created this PR to upgrade cohere-ai from 5.1.0 to 7.16.0. 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..1a312d4c42e 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.16.0", "express": "^4.18.2", "openai": "^3.1.0" }