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.

@@ -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
  'use strict';
3
3
 
4
4
  const FormData$1 = require('form-data');
@@ -1313,7 +1313,7 @@ function buildFullPath(baseURL, requestedURL) {
1313
1313
  return requestedURL;
1314
1314
  }
1315
1315
 
1316
- const VERSION = "1.1.1";
1316
+ const VERSION = "1.1.2";
1317
1317
 
1318
1318
  /**
1319
1319
  * A `CanceledError` is an object that is thrown when an operation is canceled.