diff --git a/package-lock.json b/package-lock.json index 77090a3..862a6ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@agentica/core": "^0.34.2", "dotenv": "^16.4.7", - "openai": "^6.10.0", + "openai": "^6.13.0", "typia": "^10.1.0" }, "devDependencies": { @@ -760,9 +760,9 @@ } }, "node_modules/openai": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-6.10.0.tgz", - "integrity": "sha512-ITxOGo7rO3XRMiKA5l7tQ43iNNu+iXGFAcf2t+aWVzzqRaS0i7m1K2BhxNdaveB+5eENhO0VY1FkiZzhBk4v3A==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-6.13.0.tgz", + "integrity": "sha512-yHbMo+EpNGPG3sRrXvmo0LhUPFN4bAURJw3G17bE+ax1G4tcTFCa9ZjvCWh3cvni0aHY0uWlk2IxcsPH4NR9Ow==", "license": "Apache-2.0", "peer": true, "bin": { diff --git a/package.json b/package.json index 884cd67..1d27977 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@agentica/core": "^0.34.2", "dotenv": "^16.4.7", - "openai": "^6.10.0", + "openai": "^6.13.0", "typia": "^10.1.0" } }