#474 Bump axios from 0.19.0 to 0.21.1 in /frontend
Bumps <https://github.com/axios/axios|axios> from 0.19.0 to 0.21.1.
Release notes
_Sourced from <https://github.com/axios/axios/releases|axios's releases>._
> *v0.21.1*
> *0.21.1 (December 21, 2020)*
>
> Fixes and Functionality:
>
> • Hotfix: Prevent SSRF (<https://github-redirect.dependabot.com/axios/axios/issues/3410|#3410>)
> • Protocol not parsed when setting proxy config from env vars (<https://github-redirect.dependabot.com/axios/axios/issues/3070|#3070>)
> • Updating axios in types to be lower case (<https://github-redirect.dependabot.com/axios/axios/issues/2797|#2797>)
> • Adding a type guard for `AxiosError` (<https://github-redirect.dependabot.com/axios/axios/issues/2949|#2949>)
>
> Internal and Tests:
>
> • Remove the skipping of the `socket` http test (<https://github-redirect.dependabot.com/axios/axios/issues/3364|#3364>)
> • Use different socket for Win32 test (<https://github-redirect.dependabot.com/axios/axios/issues/3375|#3375>)
>
> Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
>
> • Daniel Lopretto <mailto:timemachine3030@users.noreply.github.com|timemachine3030@users.noreply.github.com>
> • Jason Kwok <mailto:JasonHK@users.noreply.github.com|JasonHK@users.noreply.github.com>
> • Jay <mailto:jasonsaayman@gmail.com|jasonsaayman@gmail.com>
> • Jonathan Foster <mailto:jonathan@jonathanfoster.io|jonathan@jonathanfoster.io>
> • Remco Haszing <mailto:remcohaszing@gmail.com|remcohaszing@gmail.com>
> • Xianming Zhong <mailto:chinesedfan@qq.com|chinesedfan@qq.com>
>
> *v0.21.0*
> *0.21.0 (October 23, 2020)*
>
> Fixes and Functionality:
>
> • Fixing requestHeaders.Authorization (<https://github-redirect.dependabot.com/axios/axios/pull/3287|#3287>)
> • Fixing node types (<https://github-redirect.dependabot.com/axios/axios/pull/3237|#3237>)
> • Fixing axios.delete ignores config.data (<https://github-redirect.dependabot.com/axios/axios/pull/3282|#3282>)
> • Revert "Fixing overwrite Blob/File type as Content-Type in browser. (<https://github-redirect.dependabot.com/axios/axios/issues/1773|#1773>)" (<https://github-redirect.dependabot.com/axios/axios/pull/3289|#3289>)
> • Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled (<https://github-redirect.dependabot.com/axios/axios/pull/3200|#3200>)
>
> Internal and Tests:
>
> • Lock travis to not use node v15 (<https://github-redirect.dependabot.com/axios/axios/pull/3361|#3361>)
>
> Documentation:
>
> • Fixing simple typo, existant -> existent (<https://github-redirect.dependabot.com/axios/axios/pull/3252|#3252>)
> • Fixing typos (<https://github-redirect.dependabot.com/axios/axios/pull/3309|#3309>)
>
> Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
>
> • Allan Cruz <mailto:57270969+Allanbcruz@users.noreply.github.com|57270969+Allanbcruz@users.noreply.github.com>
> • George Cheng <mailto:Gerhut@GMail.com|Gerhut@GMail.com>
> • Jay <mailto:jasonsaayman@gmail.com|jasonsaayman@gmail.com>
> • Kevin Kirsche <mailto:Kev.Kirsche+GitHub@gmail.com|Kev.Kirsche+GitHub@gmail.com>
... (truncated)
Changelog
_Sourced from <https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md|axios's changelog>._
> *0.21.1 (December 21, 2020)*
>
> Fixes and Functionality:
>
> • Hotfix: Prevent SSRF (<https://github-redirect.dependabot.com/axios/axios/issues/3410|#3410>)
> • Protocol not parsed when setting proxy config from env vars (<https://github-redirect.dependabot.com/axios/axios/issues/3070|#3070>)
> • Updating axios in types to be lower case (<https://github-redirect.dependabot.com/axios/axios/issues/2797|#2797>)
> • Adding a type guard for `AxiosError` (<https://github-redirect.dependabot.com/axios/axios/issues/2949|#2949>)
>
> Internal and Tests:
>
> • Remove the skipping of the `socket` http test (<https://github-redirect.dependabot.com/axios/axios/issues/3364|#3364>)
> • Use different socket for Win32 test (<https://github-redirect.dependabot.com/axios/axios/issues/3375|#3375>)
>
> Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
>
> • Daniel Lopretto <mailto:timemachine3030@users.noreply.github.com|timemachine3030@users.noreply.github.com>
> • Jason Kwok <mailto:JasonHK@users.noreply.github.com|JasonHK@users.noreply.github.com>
> • Jay <mailto:jasonsaayman@gmail.com|jasonsaayman@gmail.com>
> • Jonathan Foster <mailto:jonathan@jonathanfoster.io|jonathan@jonathanfoster.io>
> • Remco Haszing <mailto:remcohaszing@gmail.com|remcohaszing@gmail.com>
> • Xianming Zhong <mailto:chinesedfan@qq.com|chinesedfan@qq.com>
>
> *0.21.0 (October 23, 2020)*
>
> Fixes and Functionality:
>
> • Fixing requestHeaders.Authorization (<https://github-redirect.dependabot.com/axios/axios/pull/3287|#3287>)
> • Fixing node types (<https://github-redirect.dependabot.com/axios/axios/pull/3237|#3237>)
> • Fixing axios.delete ignores config.data (<https://github-redirect.dependabot.com/axios/axios/pull/3282|#3282>)
> • Revert "Fixing overwrite Blob/File type as Content-Type in browser. (<https://github-redirect.dependabot.com/axios/axios/issues/1773|#1773>)" (<https://github-redirect.dependabot.com/axios/axios/pull/3289|#3289>)
> • Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled (<https://github-redirect.dependabot.com/axios/axios/pull/3200|#3200>)
>
> Internal and Tests:
>
> • Lock travis to not use node v15 (<https://github-redirect.dependabot.com/axios/axios/pull/3361|#3361>)
>
> Documentation:
>
> • Fixing simple typo, existant -> existent (<https://github-redirect.dependabot.com/axios/axios/pull/3252|#3252>)
> • Fixing typos (<https://github-redirect.dependabot.com/axios/axios/pull/3309|#3309>)
>
> Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
>
> • Allan Cruz <mailto:57270969+Allanbcruz@users.noreply.github.com|57270969+Allanbcruz@users.noreply.github.com>
> • George Cheng <mailto:Gerhut@GMail.com|Gerhut@GMail.com>
> • Jay <mailto:jasonsaayman@gmail.com|jasonsaayman@gmail.com>
> • Kevin Kirsche <mailto:Kev.Kirsche+GitHub@gmail.com|Kev.Kirsche+GitHub@gmail.com>
> • Remco Haszing <mailto:remcohaszing@gmail.com|remcohaszing@gmail.com>
> • Taemin Shin <mailto:cprayer13@gmail.com|cprayer13@gmail.com>
... (truncated)
Commits
• <https://github.com/axios/axios/commit/a64050a6cfbcc708a55a7dc8030d85b1c78cdf38|`a64050a`> Releasing 0.21.1
• <https://github.com/axios/axios/commit/d57cd976f3cc0f1c5bb1f0681660e50004781db5|`d57cd97`> Updating changelog for 0.21.1 release
• <https://github.com/axios/axios/commit/8b0f373df0574b7cb3c6b531b4092cd670dac6e3|`8b0f373`> Use different socket for Win32 test (<https://github-redirect.dependabot.com/axios/axios/issues/3375|#3375>)
• <https://github.com/axios/axios/commit/e426910be7c417bdbcde9c18cb184ead826fc0e1|`e426910`> Protocol not parsed when setting proxy config from env vars (<https://github-redirect.dependabot.com/axios/axios/issues/3070|#3070>)
• <https://github.com/axios/axios/commit/c7329fefc890050edd51e40e469a154d0117fc55|`c7329fe`> Hotfix: Prevent SSRF (<https://github-redirect.dependabot.com/axios/axios/issues/3410|#3410>)
• <https://github.com/axios/axios/commit/f472e5da5fe76c72db703d6a0f5190e4ad31e642|`f472e5d`> Adding a type guard for `AxiosError` (<https://github-redirect.dependabot.com/axios/axios/issues/2949|#2949>)
• <https://github.com/axios/axios/commit/768825589fd0d36b64a66717ca6df2efd8fb7844|`7688…
:white_check_mark: All checks have passed