From 1797d8c612f8bfeff9a2dffff3ca801462a1520e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 27 Nov 2024 23:25:57 +0000
Subject: [PATCH] deps(example): bump the dependencies group in
/examples/nextjs-openai with 2 updates (#2350)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group in /examples/nextjs-openai with 2 updates: [@ai-sdk/openai](https://github.com/vercel/ai) and [ai](https://github.com/vercel/ai).
Updates `@ai-sdk/openai` from 1.0.4 to 1.0.5
Release notes
Sourced from @ai-sdk/openai
's releases.
@ai-sdk/openai
@1
.0.5
Patch Changes
- fc18132: feat (ai/core): experimental output for generateText
Commits
e63b18b
Version Packages (#3890)
fc18132
feat (ai/core): experimental structured output for generateText (#3867)
6373c60
fix (provider/google): send json schema into provider (#3892)
2478640
Bump @nestjs/schematics
from 10.1.4 to 10.2.3 (#3879)
9e451d6
Bump @nestjs/platform-express
from 10.4.8 to 10.4.9 (#3881)
09d413c
Bump @opentelemetry/sdk-logs
from 0.54.2 to 0.55.0 (#3878)
b2b35dd
Bump @testing-library/jest-dom
from 6.4.5 to 6.6.3 (#3880)
2779f6d
fix (ai/core): do not send maxRetries into providers (#3889)
f9845d2
chore (docs): update cookbook content with metadata and match redirects (#3882)
177c5f9
Version Packages (#3888)
- Additional commits viewable in compare view
Updates `ai` from 4.0.4 to 4.0.6
Release notes
Sourced from ai's releases.
ai@4.0.6
Patch Changes
- fc18132: feat (ai/core): experimental output for generateText
- 2779f6d: fix (ai/core): do not send maxRetries into providers
ai@4.0.5
Patch Changes
- Updated dependencies [630ac31]
Commits
e63b18b
Version Packages (#3890)
fc18132
feat (ai/core): experimental structured output for generateText (#3867)
6373c60
fix (provider/google): send json schema into provider (#3892)
2478640
Bump @nestjs/schematics
from 10.1.4 to 10.2.3 (#3879)
9e451d6
Bump @nestjs/platform-express
from 10.4.8 to 10.4.9 (#3881)
09d413c
Bump @opentelemetry/sdk-logs
from 0.54.2 to 0.55.0 (#3878)
b2b35dd
Bump @testing-library/jest-dom
from 6.4.5 to 6.6.3 (#3880)
2779f6d
fix (ai/core): do not send maxRetries into providers (#3889)
f9845d2
chore (docs): update cookbook content with metadata and match redirects (#3882)
177c5f9
Version Packages (#3888)
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
---
examples/nextjs-openai/package-lock.json | 46 ++++++++++++------------
examples/nextjs-openai/package.json | 4 +--
2 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/examples/nextjs-openai/package-lock.json b/examples/nextjs-openai/package-lock.json
index 989281e78..9f5d0279b 100644
--- a/examples/nextjs-openai/package-lock.json
+++ b/examples/nextjs-openai/package-lock.json
@@ -8,9 +8,9 @@
"name": "nextjs-openai",
"version": "0.1.0",
"dependencies": {
- "@ai-sdk/openai": "^1.0.4",
+ "@ai-sdk/openai": "^1.0.5",
"@arcjet/next": "file:../../arcjet-next",
- "ai": "^4.0.3",
+ "ai": "^4.0.6",
"next": "15.0.3",
"openai": "^4.73.1",
"openai-chat-tokens": "^0.2.8",
@@ -31,21 +31,21 @@
},
"../../arcjet-next": {
"name": "@arcjet/next",
- "version": "1.0.0-alpha.31",
+ "version": "1.0.0-alpha.32",
"license": "Apache-2.0",
"dependencies": {
- "@arcjet/env": "1.0.0-alpha.31",
- "@arcjet/headers": "1.0.0-alpha.31",
- "@arcjet/ip": "1.0.0-alpha.31",
- "@arcjet/logger": "1.0.0-alpha.31",
- "@arcjet/protocol": "1.0.0-alpha.31",
- "@arcjet/transport": "1.0.0-alpha.31",
- "arcjet": "1.0.0-alpha.31"
+ "@arcjet/env": "1.0.0-alpha.32",
+ "@arcjet/headers": "1.0.0-alpha.32",
+ "@arcjet/ip": "1.0.0-alpha.32",
+ "@arcjet/logger": "1.0.0-alpha.32",
+ "@arcjet/protocol": "1.0.0-alpha.32",
+ "@arcjet/transport": "1.0.0-alpha.32",
+ "arcjet": "1.0.0-alpha.32"
},
"devDependencies": {
- "@arcjet/eslint-config": "1.0.0-alpha.31",
- "@arcjet/rollup-config": "1.0.0-alpha.31",
- "@arcjet/tsconfig": "1.0.0-alpha.31",
+ "@arcjet/eslint-config": "1.0.0-alpha.32",
+ "@arcjet/rollup-config": "1.0.0-alpha.32",
+ "@arcjet/tsconfig": "1.0.0-alpha.32",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.27.4",
"@types/node": "18.18.0",
@@ -70,9 +70,9 @@
}
},
"node_modules/@ai-sdk/openai": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@ai-sdk/openai/-/openai-1.0.4.tgz",
- "integrity": "sha512-3QpgKmkCeJvUdeu3sVRL/ZKWzg8biO0tN2owQW/lFV95o8qskE3bN95R9H136Mmu0124/C28aY6ScxO93nUrtg==",
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@ai-sdk/openai/-/openai-1.0.5.tgz",
+ "integrity": "sha512-JDCPBJQx9o3LgboBPaA55v+9EZ7Vm/ozy0+J5DIr2jJF8WETjeCnigdxixyzEy/Od4wX871jOTSuGffwNIi0kA==",
"license": "Apache-2.0",
"dependencies": {
"@ai-sdk/provider": "1.0.1",
@@ -121,9 +121,9 @@
}
},
"node_modules/@ai-sdk/react": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/@ai-sdk/react/-/react-1.0.2.tgz",
- "integrity": "sha512-VQfQ6PMiUz4hDquAfjih0DIw4gsQvRFk91SFg2xWirDO4swMZByJzqGGcILPQKbww5ndCo48iZj9S1mLKZo5Dg==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@ai-sdk/react/-/react-1.0.3.tgz",
+ "integrity": "sha512-Mak7qIRlbgtP4I7EFoNKRIQTlABJHhgwrN8SV2WKKdmsfWK2RwcubQWz1hp88cQ0bpF6KxxjSY1UUnS/S9oR5g==",
"license": "Apache-2.0",
"dependencies": {
"@ai-sdk/provider-utils": "2.0.2",
@@ -1326,14 +1326,14 @@
}
},
"node_modules/ai": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/ai/-/ai-4.0.4.tgz",
- "integrity": "sha512-G3LJu2yIgvwNRXSgMmeWQmc5wK00nQNXqnfqn+PyUymGjNbdWP7xt+/VCOnvCpXNOonZ9z4czjdRqVaDhoFAoA==",
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ai/-/ai-4.0.6.tgz",
+ "integrity": "sha512-TD7fH0LymjIYWmdQViB5SoBb1iuuDPOZ7RMU3W9r4SeUf68RzWyixz118QHQTENNqPiGA6vs5NDVAmZOnhzqYA==",
"license": "Apache-2.0",
"dependencies": {
"@ai-sdk/provider": "1.0.1",
"@ai-sdk/provider-utils": "2.0.2",
- "@ai-sdk/react": "1.0.2",
+ "@ai-sdk/react": "1.0.3",
"@ai-sdk/ui-utils": "1.0.2",
"@opentelemetry/api": "1.9.0",
"jsondiffpatch": "0.6.0",
diff --git a/examples/nextjs-openai/package.json b/examples/nextjs-openai/package.json
index 8d9ba58b9..5eaaf5f93 100644
--- a/examples/nextjs-openai/package.json
+++ b/examples/nextjs-openai/package.json
@@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
- "@ai-sdk/openai": "^1.0.4",
+ "@ai-sdk/openai": "^1.0.5",
"@arcjet/next": "file:../../arcjet-next",
- "ai": "^4.0.3",
+ "ai": "^4.0.6",
"next": "15.0.3",
"openai": "^4.73.1",
"openai-chat-tokens": "^0.2.8",