From 4ba60ebb1cc656668aed191b12cab050b3fb7455 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 02:27:47 +0000 Subject: [PATCH] feat: upgrade cohere-ai from 5.1.0 to 7.14.0 Snyk has created this PR to upgrade cohere-ai from 5.1.0 to 7.14.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..630ea21b2e8 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.14.0", "express": "^4.18.2", "openai": "^3.1.0" }