Skip to content

Commit

Permalink
fix(deps): update dependency @ai-sdk/openai to ^0.0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 5380f10 commit f6bf6f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"@ai-sdk/anthropic": "^0.0.48",
"@ai-sdk/openai": "^0.0.54",
"@ai-sdk/openai": "^0.0.68",
"ai": "^3.3.21",
"chalk": "^5.3.0",
"cheerio": "^1.0.0",
Expand Down
29 changes: 23 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@ai-sdk/provider" "0.0.22"
"@ai-sdk/provider-utils" "1.0.17"

"@ai-sdk/openai@^0.0.54":
version "0.0.54"
resolved "https://registry.yarnpkg.com/@ai-sdk/openai/-/openai-0.0.54.tgz#53d10d13efa269b63245bed1a0e3176828cb156a"
integrity sha512-0jqUSY9Lq0ie4AxnAucmiMhVBbs8ivvOW73sq3pCNA+LFeb2edOcnI0qmfGfHTn/VOjUCf2TvzQzHQx1Du3sYA==
"@ai-sdk/openai@^0.0.68":
version "0.0.68"
resolved "https://registry.yarnpkg.com/@ai-sdk/openai/-/openai-0.0.68.tgz#7507534a217355273651ad2ea0fffd6e208587ea"
integrity sha512-WSzB7qpBTrnYvFbnBBmIsw1G8GM04JRMr+I7B5T7msgZfleG4cTvVrn9A1HeHHw9TmbKiaCKJrEZH4V0lb7jNQ==
dependencies:
"@ai-sdk/provider" "0.0.22"
"@ai-sdk/provider-utils" "1.0.17"
"@ai-sdk/provider" "0.0.24"
"@ai-sdk/provider-utils" "1.0.20"

"@ai-sdk/[email protected]":
version "1.0.17"
Expand All @@ -28,13 +28,30 @@
nanoid "3.3.6"
secure-json-parse "2.7.0"

"@ai-sdk/[email protected]":
version "1.0.20"
resolved "https://registry.yarnpkg.com/@ai-sdk/provider-utils/-/provider-utils-1.0.20.tgz#46175945dc32ad2d76cb5447738bcac3ad59dbcb"
integrity sha512-ngg/RGpnA00eNOWEtXHenpX1MsM2QshQh4QJFjUfwcqHpM5kTfG7je7Rc3HcEDP+OkRVv2GF+X4fC1Vfcnl8Ow==
dependencies:
"@ai-sdk/provider" "0.0.24"
eventsource-parser "1.1.2"
nanoid "3.3.6"
secure-json-parse "2.7.0"

"@ai-sdk/[email protected]":
version "0.0.22"
resolved "https://registry.yarnpkg.com/@ai-sdk/provider/-/provider-0.0.22.tgz#05795fc1b509bc290d05c8deadb80035db1d1dca"
integrity sha512-smZ1/2jL/JSKnbhC6ama/PxI2D/psj+YAe0c0qpd5ComQCNFltg72VFf0rpUSFMmFuj1pCCNoBOCrvyl8HTZHQ==
dependencies:
json-schema "0.4.0"

"@ai-sdk/[email protected]":
version "0.0.24"
resolved "https://registry.yarnpkg.com/@ai-sdk/provider/-/provider-0.0.24.tgz#e794f4255a833c47aeffcd8f6808a79b2a6b1f06"
integrity sha512-XMsNGJdGO+L0cxhhegtqZ8+T6nn4EoShS819OvCgI2kLbYTIvk0GWFGD0AXJmxkxs3DrpsJxKAFukFR7bvTkgQ==
dependencies:
json-schema "0.4.0"

"@ai-sdk/[email protected]":
version "0.0.53"
resolved "https://registry.yarnpkg.com/@ai-sdk/react/-/react-0.0.53.tgz#aefead6d5e9b8b8022ca3e258aabbf882d2fb0c9"
Expand Down

0 comments on commit f6bf6f9

Please sign in to comment.