Skip to content

Commit 2604bf3

Browse files
Bump axios from 0.19.2 to 0.21.1
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](axios/axios@v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f420cc commit 2604bf3

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

packages/secure-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@zeit/next-css": "^1.0.1",
2626
"@zeit/next-workers": "^1.0.0",
2727
"atob": "^2.1.2",
28-
"axios": "^0.19.0",
28+
"axios": "^0.21.1",
2929
"cookie-parser": "^1.4.4",
3030
"copy-text-to-clipboard": "^2.1.0",
3131
"cross-env": "^7.0.2",

packages/web-app/package.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@zeit/next-css": "^1.0.1",
2626
"@zeit/next-workers": "^1.0.0",
2727
"atob": "^2.1.2",
28-
"axios": "^0.19.0",
28+
"axios": "^0.21.1",
2929
"cookie-parser": "^1.4.4",
3030
"copy-text-to-clipboard": "^2.1.0",
3131
"cross-env": "^7.0.2",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2325,13 +2325,20 @@ axios-debug-log@^0.8.2:
23252325
"@types/debug" "^4.0.0"
23262326
debug "^4.0.0"
23272327

2328-
axios@^0.19.0, axios@^0.19.2:
2328+
axios@^0.19.2:
23292329
version "0.19.2"
23302330
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
23312331
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
23322332
dependencies:
23332333
follow-redirects "1.5.10"
23342334

2335+
axios@^0.21.1:
2336+
version "0.21.1"
2337+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2338+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2339+
dependencies:
2340+
follow-redirects "^1.10.0"
2341+
23352342
axobject-query@^2.2.0:
23362343
version "2.2.0"
23372344
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -6158,6 +6165,11 @@ follow-redirects@1.5.10:
61586165
dependencies:
61596166
debug "=3.1.0"
61606167

6168+
follow-redirects@^1.10.0:
6169+
version "1.13.2"
6170+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
6171+
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==
6172+
61616173
for-in@^0.1.3:
61626174
version "0.1.8"
61636175
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"

0 commit comments

Comments
 (0)