Skip to content

Commit 3847b9f

Browse files
chore(deps): update dependency @ai-sdk/openai to v2.0.77 (#975)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@ai-sdk/openai](https://ai-sdk.dev/docs) ([source](https://redirect.github.com/vercel/ai)) | dependencies | patch | [`2.0.76` -> `2.0.77`](https://renovatebot.com/diffs/npm/@ai-sdk%2fopenai/2.0.76/2.0.77) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/ai/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/ai) | --- ### Release Notes <details> <summary>vercel/ai (@&#8203;ai-sdk/openai)</summary> ### [`v2.0.77`](https://redirect.github.com/vercel/ai/releases/tag/%40ai-sdk/react%402.0.77) [Compare Source](https://redirect.github.com/vercel/ai/compare/@ai-sdk/openai@2.0.76...@ai-sdk/openai@2.0.77) ##### Patch Changes - Updated dependencies \[[`3568ebc`](https://redirect.github.com/vercel/ai/commit/3568ebc)] - ai\@&#8203;5.0.77 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updated @ai-sdk/openai to 2.0.77 to pick up the latest patch fixes and keep dependencies current. Only package.json and bun.lock were changed. <sup>Written for commit 82b308f. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17a4af7 commit 3847b9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"": {
66
"name": "docs",
77
"dependencies": {
8-
"@ai-sdk/openai": "2.0.76",
8+
"@ai-sdk/openai": "2.0.77",
99
"@ai-sdk/react": "2.0.106",
1010
"@next/third-parties": "16.0.6",
1111
"@radix-ui/react-accordion": "1.2.12",
@@ -67,7 +67,7 @@
6767

6868
"@ai-sdk/gateway": ["@ai-sdk/gateway@2.0.18", "", { "dependencies": { "@ai-sdk/provider": "2.0.0", "@ai-sdk/provider-utils": "3.0.18", "@vercel/oidc": "3.0.5" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } }, "sha512-sDQcW+6ck2m0pTIHW6BPHD7S125WD3qNkx/B8sEzJp/hurocmJ5Cni0ybExg6sQMGo+fr/GWOwpHF1cmCdg5rQ=="],
6969

70-
"@ai-sdk/openai": ["@ai-sdk/openai@2.0.76", "", { "dependencies": { "@ai-sdk/provider": "2.0.0", "@ai-sdk/provider-utils": "3.0.18" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } }, "sha512-ryUkhTDVxe3D1GSAGc94vPZsJlSY8ZuBDLkpf4L81Dm7Ik5AgLfhQrZa8+0hD4kp0dxdVaIoxhpa3QOt1CmncA=="],
70+
"@ai-sdk/openai": ["@ai-sdk/openai@2.0.77", "", { "dependencies": { "@ai-sdk/provider": "2.0.0", "@ai-sdk/provider-utils": "3.0.18" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } }, "sha512-lEJ9vyWSU5VLo+6Msr6r32RnABf4SRxPSV3Hz1Yb5yt43bWYxbBzwaDNYGhJaDL6rCgfUVvcIf5TKiiEuVd4EQ=="],
7171

7272
"@ai-sdk/provider": ["@ai-sdk/provider@2.0.0", "", { "dependencies": { "json-schema": "^0.4.0" } }, "sha512-6o7Y2SeO9vFKB8lArHXehNuusnpddKPk7xqL7T2/b+OvXMRIXUO1rR4wcv1hAFUAT9avGZshty3Wlua/XA7TvA=="],
7373

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"docker": "bash -c \"docker buildx build . --provenance true --sbom true --platform=linux/amd64,linux/arm64 -t ghcr.io/settlemint/btp-docs:${VERSION:-7.0.0-dev.$(date +%s)} --push --progress=plain\""
1616
},
1717
"dependencies": {
18-
"@ai-sdk/openai": "2.0.76",
18+
"@ai-sdk/openai": "2.0.77",
1919
"@ai-sdk/react": "2.0.106",
2020
"@next/third-parties": "16.0.6",
2121
"@radix-ui/react-accordion": "1.2.12",

0 commit comments

Comments
 (0)