8000 Bump axios from 0.18.0 to 0.21.1 · gtalarico/flask-vuejs-template@f966660 · GitHub
[go: up one dir, main page]

Skip to content

Commit f966660

Browse files
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](axios/axios@v0.18.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5106acf commit f966660

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"postinstall": "yarn build"
1010
},
1111
"dependencies": {
12-
"axios": "^0.18.0",
12+
"axios": "^0.21.1",
1313
"vue": "^2.5.13",
1414
"vue-router": "^3.0.1",
1515
"vuex": "^3.0.1"

yarn.lock

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,12 +1215,11 @@ aws4@^1.6.0, aws4@^1.8.0:
12151215
version "1.8.0"
12161216
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
12171217

1218-
axios@^0.18.0:
1219-
version "0.18.0"
1220-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
1218+
axios@^0.21.1:
1219+
version "0.21.1"
1220+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
12211221
dependencies:
1222-
follow-redirects "^1.3.0"
1223-
is-buffer "^1.1.5"
1222+
follow-redirects "^1.10.0"
12241223

12251224
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
12261225
version "6.26.0"
@@ -3103,11 +3102,9 @@ flush-write-stream@^1.0.0:
31033102
inherits "^2.0.1"
31043103
readable-stream "^2.0.4"
31053104

3106-
follow-redirects@^1.0.0, follow-redirects@^1.3.0:
3107-
version "1.5.6"
3108-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.6.tgz#44eb4fe1981dff25e2bd86b7d4033abcdb81e965"
3109-
dependencies:
3110-
debug "^3.1.0"
3105+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
3106+
version "1.13.1"
3107+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
31113108

31123109
for-in@^0.1.3:
31133110
version "0.1.8"
@@ -5071,7 +5068,7 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
50715068

50725069
onetime@^1.0.0:
50735070
version "1.1.0"
5074-
resolved "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"
5071+
resolved "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"
50755072

50765073
onetime@^2.0.0:
50775074
version "2.0.1"

0 commit comments

Comments
 (0)
0