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.
@@ -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
  'use strict';
3
3
 
4
4
  function bind(fn, thisArg) {
@@ -3068,7 +3068,7 @@ function dispatchRequest(config) {
3068
3068
  });
3069
3069
  }
3070
3070
 
3071
- const VERSION = "1.8.1";
3071
+ const VERSION = "1.8.2";
3072
3072
 
3073
3073
  const validators$1 = {};
3074
3074