From c9300e0b856181ab1f5ce4f257364a11b97d19b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 02:27:43 +0000 Subject: [PATCH] feat: upgrade openai from 3.3.0 to 4.67.1 Snyk has created this PR to upgrade openai from 3.3.0 to 4.67.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..bdaefd775c5 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.67.1" } }