diff --git a/packages/ai-review-flex/package.json b/packages/ai-review-flex/package.json index a2fd40b..a494d66 100644 --- a/packages/ai-review-flex/package.json +++ b/packages/ai-review-flex/package.json @@ -22,7 +22,7 @@ "@actions/core": "1.10.1", "@actions/github": "6.0.0", "@octokit/rest": "20.0.2", - "openai": "4.19.0", + "openai": "4.19.1", "tiktoken-node": "0.0.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c26dfbf..6567977 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ importers: specifier: 20.0.2 version: 20.0.2 openai: - specifier: 4.19.0 - version: 4.19.0 + specifier: 4.19.1 + version: 4.19.1 tiktoken-node: specifier: 0.0.6 version: 0.0.6 @@ -2002,8 +2002,8 @@ packages: wrappy: 1.0.2 dev: false - /openai@4.19.0: - resolution: {integrity: sha512-cJbl0noZyAaXVKBTMMq6X5BAvP1pm2rWYDBnZes99NL+Zh5/4NmlAwyuhTZEru5SqGGZIoiYKeMPXy4bm9DI0w==} + /openai@4.19.1: + resolution: {integrity: sha512-9TddzuZBn2xxhghGGTHLZ4EeNBGTLs3xVzh266NiSJvtUsCsZQ5yVV6H5NhnhyAkKK8uUiZOUUlUAk3HdV+4xg==} hasBin: true dependencies: '@types/node': 18.18.8