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

fix(deps): update dependency axios to v0.28.0 [security] - autoclosed #599

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 0.27.2 -> 0.28.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-45857

An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information.


Release Notes

axios/axios (axios)

v0.28.0

Compare Source

Release notes:

Bug Fixes
Backports from v1.x:
  • Allow null indexes on formSerializer and paramsSerializer v0.x (#​4961)
  • Fixing content-type header repeated #​4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#​4735)
  • URL params serializer (#​4734)
  • Fixed toFormData Blob issue on node>v17 #​4728
  • Adding types for progress event callbacks #​4675
  • Fixed max body length defaults #​4731
  • Added data URL support for node.js (#​4725)
  • Added isCancel type assert (#​4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#​4721)
  • Add string[] to AxiosRequestHeaders type (#​4322)
  • Allow type definition for axios instance methods (#​4224)
  • Fixed AxiosError stack capturing; (#​4718)
  • Fixed AxiosError status code type; (#​4717)
  • Adding Canceler parameters config and request (#​4711)
  • fix(types): allow to specify partial default headers for instance creation (#​4185)
  • Added blob to the list of protocols supported by the browser (#​4678)
  • Fixing Z_BUF_ERROR when no content (#​4701)
  • Fixed race condition on immediate requests cancellation (#​4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance https://github.com/axios/axios/pull/4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#​4229)
  • Fix TS definition for AxiosRequestTransformer (#​4201)
  • Use type alias instead of interface for AxiosPromise (#​4505)
  • Include request and config when creating a CanceledError instance (#​4659)
  • Added generic TS types for the exposed toFormData helper (#​4668)
  • Optimized the code that checks cancellation (#​4587)
  • Replaced webpack with rollup (#​4596)
  • Added stack trace to AxiosError (#​4624)
  • Updated AxiosError.config to be optional in the type definition (#​4665)
  • Removed incorrect argument for NetworkError constructor (#​4656)

Configuration

📅 Schedule: Branch creation - "" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 3 times, most recently from e42a422 to 37e4aac Compare November 15, 2023 09:35
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 3 times, most recently from d511020 to fe302c2 Compare November 27, 2023 07:02
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 6 times, most recently from 7cd4413 to d91ac00 Compare December 6, 2023 09:42
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 2 times, most recently from 62f192c to a6535a3 Compare December 11, 2023 09:08
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 4 times, most recently from be9407e to 93a6549 Compare December 25, 2023 06:15
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 3 times, most recently from a03b690 to d0c48f5 Compare January 1, 2024 08:10
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 2 times, most recently from 828d079 to b75b3f9 Compare January 11, 2024 12:13
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 5 times, most recently from 4739818 to a260bc9 Compare January 22, 2024 07:47
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 2 times, most recently from afa47e6 to d4bd115 Compare January 29, 2024 08:13
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch from fefe53b to 6430835 Compare February 19, 2024 07:18
@renovate renovate bot changed the title fix(deps): update dependency axios to v1 [security] fix(deps): update dependency axios to v1 [security] - autoclosed Feb 20, 2024
@renovate renovate bot closed this Feb 20, 2024
@renovate renovate bot deleted the renovate/npm-axios-vulnerability branch February 20, 2024 21:59
@renovate renovate bot changed the title fix(deps): update dependency axios to v1 [security] - autoclosed fix(deps): update dependency axios to v1 [security] Feb 22, 2024
@renovate renovate bot restored the renovate/npm-axios-vulnerability branch February 22, 2024 01:19
@renovate renovate bot reopened this Feb 22, 2024
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch from 6430835 to 11a2fc2 Compare February 22, 2024 01:19
@renovate renovate bot changed the title fix(deps): update dependency axios to v1 [security] fix(deps): update dependency axios to v0.28.0 [security] Feb 22, 2024
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.50%. Comparing base (de09872) to head (4ea466f).
Report is 7 commits behind head on master.

❗ Current head 4ea466f differs from pull request most recent head 3ee7c17. Consider uploading reports for the commit 3ee7c17 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #599   +/-   ##
=======================================
  Coverage   83.50%   83.50%           
=======================================
  Files          40       40           
  Lines        1073     1073           
  Branches      197      197           
=======================================
  Hits          896      896           
  Misses        165      165           
  Partials       12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch from 11a2fc2 to 8e93fb9 Compare February 26, 2024 07:35
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch from 8e93fb9 to bf71d49 Compare March 4, 2024 07:50
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 2 times, most recently from 5b5b989 to 8ffb1a4 Compare March 18, 2024 05:07
@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 15:59
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 4 times, most recently from 4f08b61 to 4ea466f Compare March 25, 2024 07:32
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch 5 times, most recently from 0a1f4ce to 4cb2128 Compare April 22, 2024 08:01
@renovate renovate bot force-pushed the renovate/npm-axios-vulnerability branch from 4cb2128 to 3ee7c17 Compare April 22, 2024 08:03
@renovate renovate bot changed the title fix(deps): update dependency axios to v0.28.0 [security] fix(deps): update dependency axios to v0.28.0 [security] - autoclosed Apr 22, 2024
@renovate renovate bot closed this Apr 22, 2024
auto-merge was automatically disabled April 22, 2024 08:42

Pull request was closed

@renovate renovate bot deleted the renovate/npm-axios-vulnerability branch April 22, 2024 08:42
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.

0 participants