Skip to content

Commit

Permalink
fix(deps): update openai requirement from ^4.14.1 to ^4.17.4
Browse files Browse the repository at this point in the history
Updates the requirements on [openai](https://github.com/openai/openai-node) to permit the latest version.
- [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.14.1...v4.17.4)

---
updated-dependencies:
- 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 fb2b50c commit 036e7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^3.7.0",
"chalk": "^5.3.0",
"openai": "^4.14.1"
"openai": "^4.17.4"
},
"description": "oclif example Hello World CLI (ESM)",
"devDependencies": {
Expand Down

0 comments on commit 036e7db

Please sign in to comment.