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.

@@ -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
  'use strict';
3
3
 
4
4
  function bind(fn, thisArg) {
@@ -3108,7 +3108,7 @@ function dispatchRequest(config) {
3108
3108
  });
3109
3109
  }
3110
3110
 
3111
- const VERSION = "1.7.3";
3111
+ const VERSION = "1.7.4";
3112
3112
 
3113
3113
  const validators$1 = {};
3114
3114