Snyk has created this PR to upgrade axios from 0.20.0 to 0.22.0.

ℹ️ 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 is6 versions ahead of your current version.
- The recommended version was releaseda month ago, on 2021-10-01.
Release notes
Package name:axios
- 0.22.0 -2021-10-01
0.22.0 (October 01, 2021)
Fixes and Functionality:
- Caseless header comparing in HTTP adapter (#2880)
- Avoid package.json import fixing issues and warnings related to this (#4041), (#4065)
- Fixed cancelToken leakage and added AbortController support (#3305)
- Updating CI to run on release branches
- Bump follow redirects version
- Fixed default transitional config for custom Axios instance; (#4052)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
- 0.21.4 -2021-09-06
0.21.4 (September 6, 2021)
Fixes and Functionality:
- Fixing JSON transform when data is stringified. Providing backward compatibility and complying to the JSON RFC standard (#4020)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
- 0.21.3 -2021-09-04
0.21.3 (September 4, 2021)
Fixes and Functionality:
- Fixing response interceptor not being called when request interceptor is attached (#4013)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
- 0.21.2 -2021-09-04
0.21.2 (September 4, 2021)
Fixes and Functionality:
- Updating axios requests to be delayed by pre-emptive promise creation (#2702)
- Adding "synchronous" and "runWhen" options to interceptors api (#2702)
- Updating of transformResponse (#3377)
- Adding ability to omit User-Agent header (#3703)
- Adding multiple JSON improvements (#3688,#3763)
- Fixing quadratic runtime and extra memory usage when setting a maxContentLength (#3738)
- Adding parseInt to config.timeout (#3781)
- Adding custom return type support to interceptor (#3783)
- Adding security fix for ReDoS vulnerability (#3980)
Internal and Tests:
- Updating build dev dependancies (#3401)
- Fixing builds running on Travis CI (#3538)
- Updating follow rediect version (#3694,#3771)
- Updating karma sauce launcher to fix failing sauce tests (#3712,#3717)
- Updating content-type header for application/json to not contain charset field, according do RFC 8259 (#2154)
- Fixing tests by bumping karma-sauce-launcher version (#3813)
- Changing testing process from Travis CI to GitHub Actions (#3938)
Documentation:
- Updating documentation around the use of
AUTH_TOKEN with multiple domain endpoints (#3539) - Remove duplication of item in changelog (#3523)
- Fixing gramatical errors (#2642)
- Fixing spelling error (#3567)
- Moving gitpod metion (#2637)
- Adding new axios documentation website link (#3681,#3707)
- Updating documentation around dispatching requests (#3772)
- Adding documentation for the type guard isAxiosError (#3767)
- Adding explanation of cancel token (#3803)
- Updating CI status badge (#3953)
- Fixing errors with JSON documentation (#3936)
- Fixing README typo under Request Config (#3825)
- Adding axios-multi-api to the ecosystem file (#3817)
- Adding SECURITY.md to properly disclose security vulnerabilities (#3981)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
- 0.21.1 -2020-12-22
0.21.1 (December 21, 2020)
Fixes and Functionality:
- Hotfix: Prevent SSRF (#3410)
- Protocol not parsed when setting proxy config from env vars (#3070)
- Updating axios in types to be lower case (#2797)
- Adding a type guard for
AxiosError (#2949)
Internal and Tests:
- Remove the skipping of the
socket http test (#3364) - Use different socket for Win32 test (#3375)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
- 0.21.0 -2020-10-23
0.21.0 (October 23, 2020)
Fixes and Functionality:
- Fixing requestHeaders.Authorization (#3287)
- Fixing node types (#3237)
- Fixing axios.delete ignores config.data (#3282)
- Revert "Fixing overwrite Blob/File type as Content-Type in browser. (#1773)" (#3289)
- Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled (#3200)
Internal and Tests:
- Lock travis to not use node v15 (#3361)
Documentation:
- Fixing simple typo, existant -> existent (#3252)
- Fixing typos (#3309)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
- 0.20.0 -2020-08-21
Release of 0.20.0-pre as a full release with no other changes.
fromaxios GitHub release notesCommit messages
Package name:axios
- 72f14ce Updated date
- 3e01600 Prepping v0.22.0 for release
- 6100f69 Fixed default transitional config for custom Axios instance; (#4052)
- ac10a25 Updating CI to run on release branches
- 9bcff10 Fixed cancelToken leakage; Added AbortController support; (#3305)
- fffa02c Feat/export package version constant (#4065)
- 66d188d fix/Avoid package.json import; (#4041)
- f3ca637 Caseless header comparing in HTTP adapter. (#2880)
- 4091b07 Release/0.21.4 (#4025)
- 90205f8 Change headers type to string record (#3021)
- 92b29d2 Make the default type of response data never (#3002)
- 4eeb3b1 Improved type-safety for AxiosRequestConfig (#2995)
- cd7ff04 Adding HTTP status code to error.toJSON (#2956)
- b5a1a67 Adding nodejs http.request option: insecureHTTPParser (#2930)
- 4f25380 Exposing the Axios constructor in index.d.ts (#2872)
- c26762f Adding types entry in package.json (#2831)
- 69d3cc4 Allow create() to be used recursively (#2795)
- e367be5 [Releasing] 0.21.3
- 83ae383 Correctly add response interceptors to interceptor chain (#4013)
- c0c8761 [Updating] changelog to include links to issues and contributors
- 619bb46 [Releasing] v0.21.2
- 82c9455 Create SECURITY.md (#3981)
- 5b45711 Security fix for ReDoS (#3980)
- 5bc9ea2 Update ECOSYSTEM.md (#3817)
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
Snyk has created this PR to upgrade axios from 0.20.0 to 0.22.0.
ℹ️ 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.
Release notes
Package name:axios
- 0.22.0 -2021-10-01
- Caseless header comparing in HTTP adapter (#2880)
- Avoid package.json import fixing issues and warnings related to this (#4041), (#4065)
- Fixed cancelToken leakage and added AbortController support (#3305)
- Updating CI to run on release branches
- Bump follow redirects version
- Fixed default transitional config for custom Axios instance; (#4052)
- Jay
- Matt R. Wilson
- Xianming Zhong
- Dmitriy Mozgovoy
- 0.21.4 -2021-09-06
- Fixing JSON transform when data is stringified. Providing backward compatibility and complying to the JSON RFC standard (#4020)
- Guillaume Fortaine
- Yusuke Kawasaki
- Dmitriy Mozgovoy
- 0.21.3 -2021-09-04
- Fixing response interceptor not being called when request interceptor is attached (#4013)
- Julian Hollmann
- 0.21.2 -2021-09-04
- Updating axios requests to be delayed by pre-emptive promise creation (#2702)
- Adding "synchronous" and "runWhen" options to interceptors api (#2702)
- Updating of transformResponse (#3377)
- Adding ability to omit User-Agent header (#3703)
- Adding multiple JSON improvements (#3688,#3763)
- Fixing quadratic runtime and extra memory usage when setting a maxContentLength (#3738)
- Adding parseInt to config.timeout (#3781)
- Adding custom return type support to interceptor (#3783)
- Adding security fix for ReDoS vulnerability (#3980)
- Updating build dev dependancies (#3401)
- Fixing builds running on Travis CI (#3538)
- Updating follow rediect version (#3694,#3771)
- Updating karma sauce launcher to fix failing sauce tests (#3712,#3717)
- Updating content-type header for application/json to not contain charset field, according do RFC 8259 (#2154)
- Fixing tests by bumping karma-sauce-launcher version (#3813)
- Changing testing process from Travis CI to GitHub Actions (#3938)
- Updating documentation around the use of
- Remove duplication of item in changelog (#3523)
- Fixing gramatical errors (#2642)
- Fixing spelling error (#3567)
- Moving gitpod metion (#2637)
- Adding new axios documentation website link (#3681,#3707)
- Updating documentation around dispatching requests (#3772)
- Adding documentation for the type guard isAxiosError (#3767)
- Adding explanation of cancel token (#3803)
- Updating CI status badge (#3953)
- Fixing errors with JSON documentation (#3936)
- Fixing README typo under Request Config (#3825)
- Adding axios-multi-api to the ecosystem file (#3817)
- Adding SECURITY.md to properly disclose security vulnerabilities (#3981)
- Sasha Korotkov
- Daniel Lopretto
- Mike Bishop
- Dmitriy Mozgovoy
- Mark
- Philipe Gouveia Paixão
- hippo
- ready-research
- Xianming Zhong
- Christopher Chrapka
- Brian Anglin
- Kohta Ito
- Ali Clark
- caikan
- Elina Gorshkova
- Ryota Ikezawa
- Nisar Hassan Naqvi
- Jake
- TagawaHirotaka
- Johannes Jarbratt
- Mo Sattler
- Sam Carlton
- Matt Czapliński
- Ziding Zhang
- 0.21.1 -2020-12-22
- Hotfix: Prevent SSRF (#3410)
- Protocol not parsed when setting proxy config from env vars (#3070)
- Updating axios in types to be lower case (#2797)
- Adding a type guard for
- Remove the skipping of the
- Use different socket for Win32 test (#3375)
- Daniel Loprettotimemachine3030@users.noreply.github.com
- Jason KwokJasonHK@users.noreply.github.com
- Jayjasonsaayman@gmail.com
- Jonathan Fosterjonathan@jonathanfoster.io
- Remco Haszingremcohaszing@gmail.com
- Xianming Zhongchinesedfan@qq.com
- 0.21.0 -2020-10-23
- Fixing requestHeaders.Authorization (#3287)
- Fixing node types (#3237)
- Fixing axios.delete ignores config.data (#3282)
- Revert "Fixing overwrite Blob/File type as Content-Type in browser. (#1773)" (#3289)
- Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled (#3200)
- Lock travis to not use node v15 (#3361)
- Fixing simple typo, existant -> existent (#3252)
- Fixing typos (#3309)
- Allan Cruz57270969+Allanbcruz@users.noreply.github.com
- George ChengGerhut@GMail.com
- Jayjasonsaayman@gmail.com
- Kevin KirscheKev.Kirsche+GitHub@gmail.com
- Remco Haszingremcohaszing@gmail.com
- Taemin Shincprayer13@gmail.com
- Tim Gatestim.gates@iress.com
- Xianming Zhongchinesedfan@qq.com
- 0.20.0 -2020-08-21
fromaxios GitHub release notes0.22.0 (October 01, 2021)
Fixes and Functionality:
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
0.21.4 (September 6, 2021)
Fixes and Functionality:
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
0.21.3 (September 4, 2021)
Fixes and Functionality:
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
0.21.2 (September 4, 2021)
Fixes and Functionality:
Internal and Tests:
Documentation:
AUTH_TOKENwith multiple domain endpoints (#3539)Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
0.21.1 (December 21, 2020)
Fixes and Functionality:
AxiosError(#2949)Internal and Tests:
sockethttp test (#3364)Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
0.21.0 (October 23, 2020)
Fixes and Functionality:
Internal and Tests:
Documentation:
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
Release of 0.20.0-pre as a full release with no other changes.
Commit messages
Package name:axios
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