Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade axios from 0.27.2 to 1.3.6 #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade axios from 0.27.2 to 1.3.6.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 21 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2023-04-19.
Release notes
Package name: axios
  • 1.3.6 - 2023-04-19

    Release notes:

    Bug Fixes

    • types: added transport to RawAxiosRequestConfig (#5445) (6f360a2)
    • utils: make isFormData detection logic stricter to avoid unnecessary calling of the toString method on the target; (#5661) (aa372f7)

    Contributors to this release

  • 1.3.5 - 2023-04-05

    Release notes:

    Bug Fixes

    • headers: fixed isValidHeaderName to support full list of allowed characters; (#5584) (e7decef)
    • params: re-added the ability to set the function as paramsSerializer config; (#5633) (a56c866)

    Contributors to this release

  • 1.3.4 - 2023-02-22

    Release notes:

    Bug Fixes

    • blob: added a check to make sure the Blob class is available in the browser's global scope; (#5548) (3772c8f)
    • http: fixed regression bug when handling synchronous errors inside the adapter; (#5564) (a3b246c)

    Contributors to this release

  • 1.3.3 - 2023-02-13

    Release notes:

    Bug Fixes

    • formdata: added a check to make sure the FormData class is available in the browser's global scope; (#5545) (a6dfa72)
    • formdata: fixed setting NaN as Content-Length for form payload in some cases; (#5535) (c19f7bf)
    • headers: fixed the filtering logic of the clear method; (#5542) (ea87ebf)

    Contributors to this release

  • 1.3.2 - 2023-02-03

    Release notes:

    Bug Fixes

    Contributors to this release

  • 1.3.1 - 2023-02-01

    Release notes:

    Bug Fixes

    • formdata: add hotfix to use the asynchronous API to compute the content-length header value; (#5521) (96d336f)
    • serializer: fixed serialization of array-like objects; (#5518) (08104c0)

    Contributors to this release

  • 1.3.0 - 2023-01-31

    Release notes:

    Bug Fixes

    Features

    • fomdata: added support for spec-compliant FormData & Blob types; (#5316) (6ac574e)

    Contributors to this release

  • 1.2.6 - 2023-01-28

    Release notes:

    Bug Fixes

    • headers: added missed Authorization accessor; (#5502) (342c0ba)
    • types: fixed CommonRequestHeadersList & CommonResponseHeadersList types to be private in commonJS; (#5503) (5a3d0a3)

    Contributors to this release

  • 1.2.5 - 2023-01-26

    Release notes:

    Bug Fixes

    • types: fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (#5499) (580f1e8)

    Contributors to this release

  • 1.2.4 - 2023-01-24

    Release notes:

    Bug Fixes

    • types: renamed RawAxiosRequestConfig back to AxiosRequestConfig; (#5486) (2a71f49)
    • types: fix AxiosRequestConfig generic; (#5478) (9bce81b)

    Contributors to this release

  • 1.2.3 - 2023-01-17
  • 1.2.2 - 2022-12-29
  • 1.2.1 - 2022-12-05
  • 1.2.0 - 2022-11-22
  • 1.2.0-alpha.1 - 2022-11-10
  • 1.1.3 - 2022-10-15
  • 1.1.2 - 2022-10-07
  • 1.1.1 - 2022-10-07
  • 1.1.0 - 2022-10-06
  • 1.0.0 - 2022-10-04
  • 1.0.0-alpha.1 - 2022-05-31
  • 0.27.2 - 2022-04-27
from axios GitHub release notes
Commit messages
Package name: axios
  • 59eb991 chore(release): v1.3.6 (#5666)
  • 1b8cc3b chore(template): improve issue template; (#5665)
  • aa372f7 fix(utils): make isFormData detection logic stricter to avoid unnecessary calling of the `toString` method on the target; (#5661)
  • 0abc705 chore(ci): use package-lock in test & build github actions; (#5663)
  • 6f360a2 fix(types): added transport to RawAxiosRequestConfig (#5445)
  • 4af78a7 chore(release): v1.3.5 (#5634)
  • a56c866 fix(params): re-added the ability to set the function as `paramsSerializer` config; (#5633)
  • e7decef fix(headers): fixed isValidHeaderName to support full list of allowed characters; (#5584)
  • 2e70cec chore(release): v1.3.4 (#5565)
  • cbe2de6 chore(ci): remove team-reviewers config; (#5566)
  • 2b1fc73 chore(docs): added missing config.transport doc (#5444)
  • 3772c8f fix(blob): added a check to make sure the Blob class is available in the browser's global scope; (#5548)
  • a3b246c fix(http): fixed regression bug when handling synchronous errors inside the adapter; (#5564)
  • d9ebf8f chore(release): v1.3.3 (#5546)
  • a43bca0 chore(example): fix source map urls; (#5467)
  • a6dfa72 fix(formdata): added a check to make sure the FormData class is available in the browser's global scope; (#5545)
  • c19f7bf fix(formdata): fixed setting NaN as Content-Length for form payload in some cases; (#5535)
  • ea87ebf fix(headers): fixed the filtering logic of the clear method; (#5542)
  • 0b44929 chore(release): v1.3.2 (#5531)
  • 6b3c305 fix(http): use explicit import instead of TextEncoder global; (#5530)
  • 128d56f fix(http): treat http://localhost as base URL for relative paths to avoid `ERR_INVALID_URL` error; (#5528)
  • 54d3fac chore(release): v1.3.1 (#5522)
  • 96d336f fix(formdata): add hotfix to use the asynchronous API to compute the content-length header value; (#5521)
  • 08104c0 fix(serializer): fixed serialization of array-like objects; (#5518)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant