axios 1.3.1 → 1.3.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.

Potentially problematic release.


This version of axios might be problematic. Click here for more details.

@@ -1,4 +1,4 @@
1
- // Axios v1.3.1 Copyright (c) 2023 Matt Zabriskie and contributors
1
+ // Axios v1.3.2 Copyright (c) 2023 Matt Zabriskie and contributors
2
2
  'use strict';
3
3
 
4
4
  function bind(fn, thisArg) {
@@ -2612,7 +2612,7 @@ function mergeConfig(config1, config2) {
2612
2612
  return config;
2613
2613
  }
2614
2614
 
2615
- const VERSION = "1.3.1";
2615
+ const VERSION = "1.3.2";
2616
2616
 
2617
2617
  const validators$1 = {};
2618
2618