Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Bump axios, langchain and openai - #145

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/axios-and-langchain-and-openai-1.6.1
Open

Bump axios, langchain and openai#145
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/axios-and-langchain-and-openai-1.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 11, 2023

Copy link
Copy Markdown

Bumps axios to 1.6.1 and updates ancestor dependencies axios, langchain and openai. These dependencies need to be updated together.

Updates axios from 1.4.0 to 1.6.1

Release notes

Sourced from axios's releases.

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Release v1.6.0

Release notes:

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

Release v1.5.1

Release notes:

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

1.6.0 (2023-10-26)

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

1.5.1 (2023-09-26)

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Commits
  • f6d2cf9 chore(ci): fix publish action content permission; (#6061)
  • a22f4b9 chore(release): v1.6.1 (#6060)
  • cb8bb2b chore(ci): Publish to NPM with provenance (#5835)
  • 37cbf92 chore(ci): added labeling and notification for published PRs; (#6059)
  • dd465ab fix(formdata): fixed content-type header normalization for non-standard brows...
  • 3dc8369 fix(platform): fixed emulated browser detection in node.js environment; (#6055)
  • f7adacd chore(release): v1.6.0 (#6031)
  • 9917e67 chore(ci): fix release-it arg; (#6032)
  • 96ee232 fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)
  • 7d45ab2 chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabl...
  • Additional commits viewable in compare view

Updates langchain from 0.0.127 to 0.0.186

Release notes

Sourced from langchain's releases.

Release 0.0.186

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.185...0.0.186

Release 0.0.185

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.184...0.0.185

Release 0.0.184

What's Changed

Full Changelog: langchain-ai/langchainjs@0.0.183...0.0.184

Release 0.0.183

What's Changed

... (truncated)

Commits

Updates openai from 3.3.0 to 4.17.4

Release notes

Sourced from openai's releases.

v4.17.4

4.17.4 (2023-11-10)

Full Changelog: v4.17.3...v4.17.4

Chores

v4.17.3

4.17.3 (2023-11-09)

Full Changelog: v4.17.2...v4.17.3

v4.17.2

4.17.2 (2023-11-09)

Full Changelog: v4.17.1...v4.17.2

Chores

v4.17.1

4.17.1 (2023-11-09)

Full Changelog: v4.17.0...v4.17.1

Refactors

  • client: deprecate files.retrieveContent in favour of files.content (#474) (7c7bfc2)

v4.17.0

4.17.0 (2023-11-08)

Full Changelog: v4.16.2...v4.17.0

Features

Refactors

  • api: rename FunctionObject to FunctionDefinition (#470) (f3990c7)

v4.16.2

4.16.2 (2023-11-08)

Full Changelog: v4.16.1...v4.16.2

... (truncated)

Changelog

Sourced from openai's changelog.

4.17.4 (2023-11-10)

Full Changelog: v4.17.3...v4.17.4

Chores

4.17.3 (2023-11-09)

Full Changelog: v4.17.2...v4.17.3

4.17.2 (2023-11-09)

Full Changelog: v4.17.1...v4.17.2

Chores

4.17.1 (2023-11-09)

Full Changelog: v4.17.0...v4.17.1

Refactors

  • client: deprecate files.retrieveContent in favour of files.content (#474) (7c7bfc2)

4.17.0 (2023-11-08)

Full Changelog: v4.16.2...v4.17.0

Features

Refactors

  • api: rename FunctionObject to FunctionDefinition (#470) (f3990c7)

4.16.2 (2023-11-08)

Full Changelog: v4.16.1...v4.16.2

Bug Fixes

  • api: accidentally required params, add new models & other fixes (#463) (1cb403e)
  • api: update embedding response object type (#466) (53b7e25)
  • asssitant_deleted -> assistant_deleted (#452) (ef89bd7)

... (truncated)

Commits
  • 12de980 Merge pull request #483 from openai/release-please--branches--master--changes...
  • b8441a7 release: 4.17.4
  • 3013e8c chore(internal): update jest config (#482)
  • d2d0ce5 release: 4.17.3
  • d0e2c77 ci: fix deno version bump (#480)
  • 78ec255 Merge pull request #479 from openai/release-please--branches--master--changes...
  • 488d731 release: 4.17.2
  • 69913f3 chore(internal): bump deno version number (#478)
  • 03d1662 Merge pull request #475 from openai/release-please--branches--master--changes...
  • 0532117 release: 4.17.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dschnurr-openai, a new releaser for openai since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [axios](https://github.com/axios/axios) to 1.6.1 and updates ancestor dependencies [axios](https://github.com/axios/axios), [langchain](https://github.com/langchain-ai/langchainjs) and [openai](https://github.com/openai/openai-node). These dependencies need to be updated together.


Updates `axios` from 1.4.0 to 1.6.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.4.0...v1.6.1)

Updates `langchain` from 0.0.127 to 0.0.186
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](langchain-ai/langchainjs@0.0.127...0.0.186)

Updates `openai` from 3.3.0 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.3.0...v4.17.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 11, 2023
@vercel

vercel Bot commented Nov 11, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
copper-ai ❌ Failed (Inspect) Nov 11, 2023 3:44am

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants