Skip to content

Commit

Permalink
build(deps): bump openai from 4.38.5 to 4.40.0
Browse files Browse the repository at this point in the history
Bumps [openai](https://github.com/openai/openai-node) from 4.38.5 to 4.40.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@v4.38.5...v4.40.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed May 1, 2024
1 parent ab0caf4 commit 6fa5aad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"fast-xml-parser": "^4.3.6",
"isomorphic-git": "^1.25.7",
"mustache": "^4.2.0",
"openai": "^4.38.5",
"openai": "^4.40.0",
"postman-code-generators": "^1.9.0",
"postman-collection": "^4.4.0",
"semver": "^7.6.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3472,10 +3472,10 @@ onetime@^6.0.0:
dependencies:
mimic-fn "^4.0.0"

openai@^4.38.5:
version "4.38.5"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.38.5.tgz#87de78eed9f7e63331fb6b1307d8c9dd986b39d0"
integrity sha512-Ym5GJL98ZhLJJ7enBx53jjG3vwN/fsB+Ozh46nnRZZS9W1NiYqbwkJ+sXd3dkCIiWIgcyyOPL2Zr8SQAzbpj3g==
openai@^4.40.0:
version "4.40.0"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.40.0.tgz#6cf11702ca009ead10b61061d9e0a1635c6ac307"
integrity sha512-ofh9qMxRPDSZTWYvifScusMfnyIwEQL3w+fv3ucQGn3cIn0W6Zw4vXSUod8DwYfcX/hkAx9/ZvWrdkFYnVXlmQ==
dependencies:
"@types/node" "^18.11.18"
"@types/node-fetch" "^2.6.4"
Expand Down

0 comments on commit 6fa5aad

Please sign in to comment.