From 8fb453c713b1cde19411abe38bc3440144136f7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 02:48:25 +0000 Subject: [PATCH] feat: upgrade openai from 4.104.0 to 5.7.0 Snyk has created this PR to upgrade openai from 4.104.0 to 5.7.0. See this package in npm: openai See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 808cb7c..a348557 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -31,7 +31,7 @@ "nodemailer": "^6.9.13", "nuxt": "^3.11.2", "nuxt-vue3-google-signin": "^0.0.11", - "openai": "^4.61.0", + "openai": "^5.7.0", "pdfkit": "^0.15.0", "primevue": "^3.52.0", "redis": "^4.6.13",