axios 1.8.1 → 1.8.2

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.
package/dist/esm/axios.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Axios v1.8.1 Copyright (c) 2025 Matt Zabriskie and contributors */
1
+ /*! Axios v1.8.2 Copyright (c) 2025 Matt Zabriskie and contributors */
2
2
  function bind(fn, thisArg) {
3
3
  return function wrap() {
4
4
  return fn.apply(thisArg, arguments);
@@ -3066,7 +3066,7 @@ function dispatchRequest(config) {
3066
3066
  });
3067
3067
  }
3068
3068
 
3069
- const VERSION$1 = "1.8.1";
3069
+ const VERSION$1 = "1.8.2";
3070
3070
 
3071
3071
  const validators$1 = {};
3072
3072