Skip to content

Commit

Permalink
Bump axios and openai in /examples/chat-vanilla-js-hosted
Browse files Browse the repository at this point in the history
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [openai](https://github.com/openai/openai-node). These dependencies need to be updated together.


Removes `axios`

Updates `openai` from 3.2.1 to 4.17.4
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v3.2.1...v4.17.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: openai
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2023
1 parent 3bab55e commit aa406f9
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 29 deletions.
241 changes: 213 additions & 28 deletions examples/chat-vanilla-js-hosted/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/chat-vanilla-js-hosted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"dependencies": {
"chalk": "^5.2.0",
"dotenv": "^16.0.3",
"openai": "^3.2.1"
"openai": "^4.17.4"
}
}

0 comments on commit aa406f9

Please sign in to comment.