From f1a8c5d5b876a14c902cde24916de5e2daae72da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Dec 2024 03:08:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 57c5acf..a451702 100644 --- a/package.json +++ b/package.json @@ -93,12 +93,12 @@ }, "dependencies": { "@ai-sdk/anthropic": "0.0.43", - "@ai-sdk/openai": "0.0.48", + "@ai-sdk/openai": "1.0.8", "@anthropic-ai/sdk": "0.25.2", "@inquirer/prompts": "5.3.8", "@octokit/rest": "21.0.2", "@types/uuid": "10.0.0", - "ai": "3.3.9", + "ai": "4.0.14", "chalk": "5.3.0", "commander": "12.1.0", "dotenv": "16.4.5",