Bump axios from 1.3.6 to 1.4.0 in /webapp
Bumps axios from 1.3.6 to 1.4.0.
Release notes
Sourced from axios's releases.
Release v1.4.0
Release notes:
Bug Fixes
- formdata: add
multipart/form-data
content type for FormData payload on custom client environments; (#5678) (bbb61e7)- package: export package internals with unsafe path prefix; (#5677) (df38c94)
Features
- dns: added support for a custom lookup function; (#5339) (2701911)
- types: export
AxiosHeaderValue
type. (#5525) (726f1c8)Performance Improvements
Contributors to this release
Changelog
Sourced from axios's changelog.
1.4.0 (2023-04-27)
Bug Fixes
- formdata: add
multipart/form-data
content type for FormData payload on custom client environments; (#5678) (bbb61e7)- package: export package internals with unsafe path prefix; (#5677) (df38c94)
Features
- dns: added support for a custom lookup function; (#5339) (2701911)
- types: export
AxiosHeaderValue
type. (#5525) (726f1c8)Performance Improvements
Contributors to this release
Commits
-
21a5ad3
chore(release): v1.4.0 (#5683) -
d627610
chore(utils): refactored isAsyncFn util to avoid inlining additional Babel he... -
e18fdd8
refactor: remove deprecated url-search-params polyfill for URLSearchParams (#... -
726f1c8
feat(types): exportAxiosHeaderValue
type. (#5525) -
2701911
feat(dns): added support for a custom lookup function; (#5339) -
e6f7053
perf(merge-config): optimize mergeConfig performance by avoiding duplicate ke... -
bbb61e7
fix(formdata): addmultipart/form-data
content type for FormData payload on... -
df38c94
fix(package): export package internals with unsafe path prefix; (#5677) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts