From 812aa4be064a9240bb06bd53551fe99df1409b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:37:39 +0000 Subject: [PATCH] deps(example): bump the dependencies group in /examples/nextjs-openai with 2 updates (#2577) Bumps the dependencies group in /examples/nextjs-openai with 2 updates: [ai](https://github.com/vercel/ai) and [openai](https://github.com/openai/openai-node). Updates `ai` from 4.0.14 to 4.0.16
Release notes

Sourced from ai's releases.

ai@4.0.16

Patch Changes

ai@4.0.15

Patch Changes

Commits

Updates `openai` from 4.76.1 to 4.76.2
Release notes

Sourced from openai's releases.

v4.76.2

4.76.2 (2024-12-12)

Full Changelog: v4.76.1...v4.76.2

Chores

Changelog

Sourced from openai's changelog.

4.76.2 (2024-12-12)

Full Changelog: v4.76.1...v4.76.2

Chores

Commits

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 | 16 ++++++++-------- examples/nextjs-openai/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/nextjs-openai/package-lock.json b/examples/nextjs-openai/package-lock.json index 9971e355f..ccc67f45d 100644 --- a/examples/nextjs-openai/package-lock.json +++ b/examples/nextjs-openai/package-lock.json @@ -10,9 +10,9 @@ "dependencies": { "@ai-sdk/openai": "^1.0.8", "@arcjet/next": "file:../../arcjet-next", - "ai": "^4.0.14", + "ai": "^4.0.16", "next": "15.1.0", - "openai": "^4.76.1", + "openai": "^4.76.2", "openai-chat-tokens": "^0.2.8", "react": "^19", "react-dom": "^19" @@ -1322,9 +1322,9 @@ } }, "node_modules/ai": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/ai/-/ai-4.0.14.tgz", - "integrity": "sha512-0Cefmf13LItpef4PotGnVX37vpx0CGxAcMypS429PweGOMAR913jxX3yPtRyS5S3pcKOK006phRZKLZreTBgmg==", + "version": "4.0.16", + "resolved": "https://registry.npmjs.org/ai/-/ai-4.0.16.tgz", + "integrity": "sha512-DdpyzTaJYwagQKkWNb1eYx/UcQoMNy+cZVRYYX3cb88r25EI46YjtjMuvDhd296FPgjJBFqbL4IvDHQBPaSwbw==", "dependencies": { "@ai-sdk/provider": "1.0.2", "@ai-sdk/provider-utils": "2.0.4", @@ -4429,9 +4429,9 @@ } }, "node_modules/openai": { - "version": "4.76.1", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.76.1.tgz", - "integrity": "sha512-ci63/WFEMd6QjjEVeH0pV7hnFS6CCqhgJydSti4Aak/8uo2SpgzKjteUDaY+OkwziVj11mi6j+0mRUIiGKUzWw==", + "version": "4.76.2", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.76.2.tgz", + "integrity": "sha512-T9ZyxAFwLNZz3onC+SFvSR0POF18egIsY8lLze9e2YBe1wzQNf8IHcIgFPWizGPpoCGv/9i3IdTAx3EnLmTL4A==", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", diff --git a/examples/nextjs-openai/package.json b/examples/nextjs-openai/package.json index 7c751c4bb..ad8b4812f 100644 --- a/examples/nextjs-openai/package.json +++ b/examples/nextjs-openai/package.json @@ -11,9 +11,9 @@ "dependencies": { "@ai-sdk/openai": "^1.0.8", "@arcjet/next": "file:../../arcjet-next", - "ai": "^4.0.14", + "ai": "^4.0.16", "next": "15.1.0", - "openai": "^4.76.1", + "openai": "^4.76.2", "openai-chat-tokens": "^0.2.8", "react": "^19", "react-dom": "^19"