From 38e45dcfb7337f17c1fa08db2add280a535f7c79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 May 2025 03:46:41 +0000 Subject: [PATCH] feat: upgrade openai from 3.3.0 to 4.95.1 Snyk has created this PR to upgrade openai from 3.3.0 to 4.95.1. See this package in npm: openai 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..f2b4275613a 100644 --- a/clients/js/examples/node/package.json +++ b/clients/js/examples/node/package.json @@ -17,6 +17,6 @@ "chromadb-default-embed": "^2.13.2", "cohere-ai": "^5.0.2", "express": "^4.18.2", - "openai": "^3.1.0" + "openai": "^4.95.1" } }