Skip to content

Commit

Permalink
Bump axios and openai (#2)
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.3.0 to 4.26.0
- [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.3.0...v4.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent ac23099 commit edfbfc4
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 34 deletions.
200 changes: 167 additions & 33 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"enot-node": "^1.0.1",
"got": "^11.8.5",
"mongoose": "^5.13.2",
"openai": "^3.2.1",
"openai": "^4.26.0",
"prom-client": "^12.0.0",
"sharp": "^0.30.5",
"tdl": "^7.1.0",
Expand Down

0 comments on commit edfbfc4

Please sign in to comment.