axios 1.7.8 → 1.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of axios might be problematic. Click here for more details.

@@ -1,4 +1,4 @@
1
- // Axios v1.7.8 Copyright (c) 2024 Matt Zabriskie and contributors
1
+ // Axios v1.7.9 Copyright (c) 2024 Matt Zabriskie and contributors
2
2
  'use strict';
3
3
 
4
4
  const FormData$1 = require('form-data');
@@ -2078,7 +2078,7 @@ function buildFullPath(baseURL, requestedURL) {
2078
2078
  return requestedURL;
2079
2079
  }
2080
2080
 
2081
- const VERSION = "1.7.8";
2081
+ const VERSION = "1.7.9";
2082
2082
 
2083
2083
  function parseProtocol(url) {
2084
2084
  const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);