From c318da877e1820d476ff0eb9f513bd3531d8cb92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 09:33:15 +0000 Subject: [PATCH] feat: upgrade cohere-ai from 6.2.2 to 7.18.0 Snyk has created this PR to upgrade cohere-ai from 6.2.2 to 7.18.0. 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..f018ed371a9 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.18.0" } }