From 6bd0ba4c18ce9710f6c355aec41ce3ca48c73769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:43:59 +0200 Subject: [PATCH] chore(deps): bump @ai-sdk/openai from 0.0.44 to 0.0.48 (#100) Bumps [@ai-sdk/openai](https://github.com/vercel/ai) from 0.0.44 to 0.0.48. - [Release notes](https://github.com/vercel/ai/releases) - [Commits](https://github.com/vercel/ai/compare/@ai-sdk/openai@0.0.44...@ai-sdk/openai@0.0.48) --- updated-dependencies: - dependency-name: "@ai-sdk/openai" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 40 +++++++++++++++++++++++++++++++++------- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 06b27f1..041e5b8 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ }, "dependencies": { "@ai-sdk/anthropic": "0.0.39", - "@ai-sdk/openai": "0.0.44", + "@ai-sdk/openai": "0.0.48", "@anthropic-ai/sdk": "0.25.2", "@inquirer/prompts": "5.3.8", "@octokit/rest": "21.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ad2d048..a92e1ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 0.0.39 version: 0.0.39(zod@3.23.8) '@ai-sdk/openai': - specifier: 0.0.44 - version: 0.0.44(zod@3.23.8) + specifier: 0.0.48 + version: 0.0.48(zod@3.23.8) '@anthropic-ai/sdk': specifier: 0.25.2 version: 0.25.2 @@ -166,12 +166,21 @@ packages: peerDependencies: zod: ^3.0.0 - '@ai-sdk/openai@0.0.44': - resolution: {integrity: sha512-fIUypicSnuWIOdoRG+dgzAnZDWQrhzqyUvQaLC8hQB6UDAUXkn8sIPdsqKEV35vs3mNXDz/KZ4EEeLxSVGrzMg==} + '@ai-sdk/openai@0.0.48': + resolution: {integrity: sha512-buw9cT/55VGjvtcNvQGDljHQMan8C3/D1UvkcpY8XPfnimffrjAQa66fXldahhFQM20didNJawh0vlTM1MvRDw==} engines: {node: '>=18'} peerDependencies: zod: ^3.0.0 + '@ai-sdk/provider-utils@1.0.13': + resolution: {integrity: sha512-NDQUUBDQoWk9aGn2pOA5wiM5CdO57KeYTEph7PpKGEU8IyqI0d+CiYKISOia6Omy17d+Dw/ZM6KP98F89BGJ5A==} + engines: {node: '>=18'} + peerDependencies: + zod: ^3.0.0 + peerDependenciesMeta: + zod: + optional: true + '@ai-sdk/provider-utils@1.0.7': resolution: {integrity: sha512-xIDpinTnuInH16wBgKAVdN6pmrpjlJF+5f+f/8ahYMQlYzpe4Vj1qw8OL+rUGdCePcRSrFmjk8G/wdX5+J8dIw==} engines: {node: '>=18'} @@ -198,6 +207,10 @@ packages: resolution: {integrity: sha512-f9j+P5yYRkqKFHxvWae5FI0j6nqROPCoPnMkpc2hc2vC7vKjqzrxBJucD8rpSaUjqiBnY/QuRJ0QeV717Uz5tg==} engines: {node: '>=18'} + '@ai-sdk/provider@0.0.20': + resolution: {integrity: sha512-nCQZRUTi/+y+kf1ep9rujpbQEtsIwySzlQAudiFeVhzzDi9rYvWp5tOSVu8/ArT+i1xSc2tw40akxb1TX73ofQ==} + engines: {node: '>=18'} + '@ai-sdk/react@0.0.41': resolution: {integrity: sha512-T4M/73Ye/5dU8Ub4qnqPPhAX+KGMj4bhbRNESEuWv/NQPK2OLhAU+1mmLl2LkRwgP6qfFcILWaYssULuJ7ihcQ==} engines: {node: '>=18'} @@ -3163,10 +3176,19 @@ snapshots: '@ai-sdk/provider-utils': 1.0.9(zod@3.23.8) zod: 3.23.8 - '@ai-sdk/openai@0.0.44(zod@3.23.8)': + '@ai-sdk/openai@0.0.48(zod@3.23.8)': dependencies: - '@ai-sdk/provider': 0.0.17 - '@ai-sdk/provider-utils': 1.0.9(zod@3.23.8) + '@ai-sdk/provider': 0.0.20 + '@ai-sdk/provider-utils': 1.0.13(zod@3.23.8) + zod: 3.23.8 + + '@ai-sdk/provider-utils@1.0.13(zod@3.23.8)': + dependencies: + '@ai-sdk/provider': 0.0.20 + eventsource-parser: 1.1.2 + nanoid: 3.3.6 + secure-json-parse: 2.7.0 + optionalDependencies: zod: 3.23.8 '@ai-sdk/provider-utils@1.0.7(zod@3.23.8)': @@ -3195,6 +3217,10 @@ snapshots: dependencies: json-schema: 0.4.0 + '@ai-sdk/provider@0.0.20': + dependencies: + json-schema: 0.4.0 + '@ai-sdk/react@0.0.41(react@18.3.1)(zod@3.23.8)': dependencies: '@ai-sdk/provider-utils': 1.0.9(zod@3.23.8)