axios 1.2.4 → 1.2.6

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.2.4 Copyright (c) 2023 Matt Zabriskie and contributors
1
+ // Axios v1.2.6 Copyright (c) 2023 Matt Zabriskie and contributors
2
2
  'use strict';
3
3
 
4
4
  function bind(fn, thisArg) {
@@ -1826,7 +1826,7 @@ class AxiosHeaders {
1826
1826
  }
1827
1827
  }
1828
1828
 
1829
- AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent']);
1829
+ AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
1830
1830
 
1831
1831
  utils.freezeMethods(AxiosHeaders.prototype);
1832
1832
  utils.freezeMethods(AxiosHeaders);
@@ -2582,7 +2582,7 @@ function mergeConfig(config1, config2) {
2582
2582
  return config;
2583
2583
  }
2584
2584
 
2585
- const VERSION = "1.2.4";
2585
+ const VERSION = "1.2.6";
2586
2586
 
2587
2587
  const validators$1 = {};
2588
2588