From debb08557fb5a66cdf8a83d4b9ca4ec389ec756f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 03:30:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aef4e7b..0c503c0 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ }, "dependencies": { "@cloud-cli/gw": "^1.6.1", - "openai": "^3.2.1" + "openai": "^4.0.0" } }