From 3380a4855eb3a45990017d530b23043c0d9aa6de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 May 2025 04:12:27 +0000 Subject: [PATCH] feat: upgrade cohere-ai from 6.2.2 to 7.17.1 Snyk has created this PR to upgrade cohere-ai from 6.2.2 to 7.17.1. See this package in npm: cohere-ai See this project in Snyk: https://app.snyk.io/org/nerds-github/project/46cf0805-3b00-465f-90f0-9bc6a96758e7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/use_with/cohere/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/use_with/cohere/package.json b/examples/use_with/cohere/package.json index 5762f8fba99..0d539726d1a 100644 --- a/examples/use_with/cohere/package.json +++ b/examples/use_with/cohere/package.json @@ -1,6 +1,6 @@ { "dependencies": { "chromadb": "^1.5.3", - "cohere-ai": "^6.2.2" + "cohere-ai": "^7.17.1" } }