Browse Source

Bump axios from 0.18.0 to 0.21.1

Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 5 years ago
parent
commit
3116f8f0fc
3 changed files with 607 additions and 28 deletions
  1. 12 5
      package-lock.json
  2. 1 1
      package.json
  3. 594 22
      yarn.lock

+ 12 - 5
package-lock.json

@@ -1315,13 +1315,20 @@
             }
         },
         "axios": {
-            "version": "0.18.0",
-            "resolved": "http://registry.npm.taobao.org/axios/download/axios-0.18.0.tgz",
-            "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=",
+            "version": "0.21.1",
+            "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
+            "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
             "dev": true,
             "requires": {
-                "follow-redirects": "^1.3.0",
-                "is-buffer": "^1.1.5"
+                "follow-redirects": "^1.10.0"
+            },
+            "dependencies": {
+                "follow-redirects": {
+                    "version": "1.13.1",
+                    "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
+                    "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==",
+                    "dev": true
+                }
             }
         },
         "babel-code-frame": {

+ 1 - 1
package.json

@@ -10,7 +10,7 @@
         "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
     },
     "devDependencies": {
-        "axios": "^0.18",
+        "axios": "^0.21",
         "bootstrap": "^4.0.0",
         "cross-env": "^5.1",
         "jquery": "^3.2",

File diff suppressed because it is too large
+ 594 - 22
yarn.lock


Some files were not shown because too many files changed in this diff