Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Bump axios from 0.18.0 to 0.21.1 in /ui-src #21

Open
wants to merge 1 commit into
base: develop-holo
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@material-ui/core": "3.9.3",
"@material-ui/icons": "^3.0.2",
"@types/luxon": "^1.10.2",
"axios": "^0.18.0",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.15.0",
"bluebird": "^3.5.3",
"classnames": "^2.2.6",
Expand Down
23 changes: 10 additions & 13 deletions ui-src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2086,13 +2086,12 @@ axios-mock-adapter@*, axios-mock-adapter@^1.15.0:
dependencies:
deep-equal "^1.0.1"

axios@*, axios@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
axios@*, axios@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies:
follow-redirects "^1.3.0"
is-buffer "^1.1.5"
follow-redirects "^1.10.0"

axobject-query@^2.0.2:
version "2.0.2"
Expand Down Expand Up @@ -4442,7 +4441,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.6, debug@^2.6.
dependencies:
ms "2.0.0"

debug@^3.1.0, debug@^3.2.5, debug@^3.2.6:
debug@^3.1.0, debug@^3.2.5:
version "3.2.6"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
Expand Down Expand Up @@ -5960,12 +5959,10 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

follow-redirects@^1.0.0, follow-redirects@^1.3.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
dependencies:
debug "^3.2.6"
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
version "1.13.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==

for-in@^1.0.1, for-in@^1.0.2:
version "1.0.2"
Expand Down