Skip to content

Commit c04df6d

Browse files
Bump axios from 0.19.2 to 0.21.1 (#133)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc36ad5 commit c04df6d

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"extends": "ajay"
3535
},
3636
"dependencies": {
37-
"axios": "^0.19.2",
37+
"axios": "^0.21.1",
3838
"eslint-config-ajay": "^1.0.6",
3939
"make-string": "^1.0.3"
4040
},

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,12 +1266,12 @@ atob@^2.1.2:
12661266
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
12671267
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
12681268

1269-
axios@^0.19.2:
1270-
version "0.19.2"
1271-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1272-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1269+
axios@^0.21.1:
1270+
version "0.21.1"
1271+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1272+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
12731273
dependencies:
1274-
follow-redirects "1.5.10"
1274+
follow-redirects "^1.10.0"
12751275

12761276
babel-plugin-dynamic-import-node@^2.3.3:
12771277
version "2.3.3"
@@ -1690,7 +1690,7 @@ de-indent@^1.0.2:
16901690
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
16911691
integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=
16921692

1693-
debug@3.1.0, debug@=3.1.0:
1693+
debug@3.1.0:
16941694
version "3.1.0"
16951695
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
16961696
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -2303,12 +2303,10 @@ flush-write-stream@^1.0.2:
23032303
inherits "^2.0.3"
23042304
readable-stream "^2.3.6"
23052305

2306-
follow-redirects@1.5.10:
2307-
version "1.5.10"
2308-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
2309-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
2310-
dependencies:
2311-
debug "=3.1.0"
2306+
follow-redirects@^1.10.0:
2307+
version "1.13.1"
2308+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
2309+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
23122310

23132311
for-in@^1.0.2:
23142312
version "1.0.2"

0 commit comments

Comments
 (0)