axios 1.1.1 → 1.1.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.

package/dist/esm/axios.js CHANGED
@@ -1,4 +1,4 @@
1
- // Axios v1.1.1 Copyright (c) 2022 Matt Zabriskie and contributors
1
+ // Axios v1.1.2 Copyright (c) 2022 Matt Zabriskie and contributors
2
2
  function bind(fn, thisArg) {
3
3
  return function wrap() {
4
4
  return fn.apply(thisArg, arguments);
@@ -2461,7 +2461,7 @@ function mergeConfig(config1, config2) {
2461
2461
  return config;
2462
2462
  }
2463
2463
 
2464
- const VERSION = "1.1.1";
2464
+ const VERSION = "1.1.2";
2465
2465
 
2466
2466
  const validators$1 = {};
2467
2467