axios 0.30.1 → 0.30.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/axios.js CHANGED
@@ -1,4 +1,4 @@
1
- // axios v0.30.1 Copyright (c) 2025 Matt Zabriskie
1
+ // axios v0.30.2 Copyright (c) 2025 Matt Zabriskie
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -1913,7 +1913,7 @@
1913
1913
  };
1914
1914
 
1915
1915
  var data = {
1916
- "version": "0.30.1"
1916
+ "version": "0.30.2"
1917
1917
  };
1918
1918
 
1919
1919
  var VERSION = data.version;