From 9d0313dd1cb97875cb124ab02b36caa9448dae5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 11:01:58 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /ui_pattern Bumps [axios](https://github.com/axios/axios) from 0.19.2 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.19.2...v0.21.1) Signed-off-by: dependabot[bot] --- ui_pattern/package-lock.json | 16 ++++++++++++---- ui_pattern/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ui_pattern/package-lock.json b/ui_pattern/package-lock.json index 4adeb33..580c928 100644 --- a/ui_pattern/package-lock.json +++ b/ui_pattern/package-lock.json @@ -1754,12 +1754,20 @@ } }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "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.5.10" + "follow-redirects": "^1.10.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz", + "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==", + "dev": true + } } }, "babel-code-frame": { diff --git a/ui_pattern/package.json b/ui_pattern/package.json index 48a3a73..04a8ffa 100644 --- a/ui_pattern/package.json +++ b/ui_pattern/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@tailwindcss/ui": "^0.5.0", - "axios": "^0.19", + "axios": "^0.21", "cross-env": "^7.0", "laravel-mix": "^5.0.1", "lodash": "^4.17.19",