Skip to content

Commit

Permalink
build(deps): bump openai from 4.43.0 to 4.44.0
Browse files Browse the repository at this point in the history
Bumps [openai](https://github.com/openai/openai-node) from 4.43.0 to 4.44.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.43.0...v4.44.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 10, 2024
1 parent 9ac1f32 commit 44605a7
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.43.0",
"openai": "^4.44.0",
"postman-code-generators": "^1.10.0",
"postman-collection": "^4.4.0",
"semver": "^7.6.2",
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.43.0:
version "4.43.0"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.43.0.tgz#df450acca72e44f49eec891d4a95868ec3cb8b70"
integrity sha512-4SMUB/XiqnO5IrEcdzEGGTcHoeXq7D/k82v36zoqSitrMUjenZXGH5JysIH7aF7Wr+gjvq0dT2mV6wLVKA7Seg==
openai@^4.44.0:
version "4.44.0"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.44.0.tgz#7234d98eb459ea913b93e46263a932b233838219"
integrity sha512-jVpDIJsBAR83rVbIHPuWRr9UkFc5DaH9ev2kt2IQAhKCs73DBRoFOa5SwtqfN7/CcBdIGBdygpmpc0gsFaV+Ow==
dependencies:
"@types/node" "^18.11.18"
"@types/node-fetch" "^2.6.4"
Expand Down

0 comments on commit 44605a7

Please sign in to comment.