Skip to content

Commit

Permalink
deps(example): bump the dependencies group
Browse files Browse the repository at this point in the history
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.16 to 4.0.18
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/[email protected]@4.0.18)

Updates `openai` from 4.76.2 to 4.76.3
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.76.2...v4.76.3)

---
updated-dependencies:
- dependency-name: ai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 02e4435 commit 18ad1e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions examples/nextjs-openai/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nextjs-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@ai-sdk/openai": "^1.0.8",
"@arcjet/next": "file:../../arcjet-next",
"ai": "^4.0.16",
"ai": "^4.0.18",
"next": "15.1.0",
"openai": "^4.76.2",
"openai": "^4.76.3",
"openai-chat-tokens": "^0.2.8",
"react": "^19",
"react-dom": "^19"
Expand Down

0 comments on commit 18ad1e0

Please sign in to comment.