axios 1.6.4 → 1.6.5

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.6.4 Copyright (c) 2024 Matt Zabriskie and contributors
1
+ // Axios v1.6.5 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);
@@ -2656,7 +2656,7 @@ function mergeConfig$1(config1, config2) {
2656
2656
  return config;
2657
2657
  }
2658
2658
 
2659
- const VERSION$1 = "1.6.4";
2659
+ const VERSION$1 = "1.6.5";
2660
2660
 
2661
2661
  const validators$1 = {};
2662
2662