axios 1.7.3 → 1.7.4

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.

package/dist/esm/axios.js CHANGED
@@ -1,4 +1,4 @@
1
- // Axios v1.7.3 Copyright (c) 2024 Matt Zabriskie and contributors
1
+ // Axios v1.7.4 Copyright (c) 2024 Matt Zabriskie and contributors
2
2
  function bind(fn, thisArg) {
3
3
  return function wrap() {
4
4
  return fn.apply(thisArg, arguments);
@@ -3106,7 +3106,7 @@ function dispatchRequest(config) {
3106
3106
  });
3107
3107
  }
3108
3108
 
3109
- const VERSION$1 = "1.7.3";
3109
+ const VERSION$1 = "1.7.4";
3110
3110
 
3111
3111
  const validators$1 = {};
3112
3112