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 1.2.1 to 1.3.4 #2396

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

Conversation

lucaskjaero
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade axios from 1.2.1 to 1.3.4.

ℹ️ 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.


  • The recommended version is 10 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2023-02-22.
Release notes
Package name: axios
  • 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

    Release notes:

    Bug Fixes

    • types: fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (#5420) (0811963)

    Contributors to this release

  • 1.2.2 - 2022-12-29

    [1.2.2] - 2022-12-29

    Fixed

    • fix(ci): fix release script inputs #5392
    • fix(ci): prerelease scipts #5377
    • fix(ci): release scripts #5376
    • fix(ci): typescript tests #5375
    • fix: Brotli decompression #5353
    • fix: add missing HttpStatusCode #5345

    Chores

    • chore(ci): set conventional-changelog header config #5406
    • chore(ci): fix automatic contributors resolving #5403
    • chore(ci): improved logging for the contributors list generator #5398
    • chore(ci): fix release action #5397
    • chore(ci): fix version bump script by adding bump argument for target version #5393
    • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #5342
    • chore(ci): GitHub Actions Release script #5384
    • chore(ci): release scripts #5364

    Contributors to this release

  • 1.2.1 - 2022-12-05
from axios GitHub release notes
Commit messages
Package name: axios
  • 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)
  • 7fbfbbe chore(release): v1.3.0 (#5513)
  • 9263473 chore(ci): fixed contributors avatar rendering for CHANGELOG.md; (#5514)
  • 9957377 chore(ci): change release-it git config; (#5512)
  • 46a650c chore(ci): prepare package-lock.json for commit on build stage; (#5510)
  • 4bf5052 chore(ci): add git diff echo; (#5509)
  • 91d6009 chore(ci): add git status echo; (#5508)
  • 6ac574e feat(fomdata): added support for spec-compliant FormData & Blob types; (#5316)
  • 65e8d1e fix(http): add zlib headers if missing (#5497)

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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants