Skip to content

Commit 4da8d93

Browse files
Bump axios from 0.17.1 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.17.1 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.17.1...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent df0bea5 commit 4da8d93

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"production": "cross-env NODE_ENV=production node_modules\/webpack\/bin\/webpack.js --no-progress --hide-modules --config=node_modules\/laravel-mix\/setup\/webpack.config.js"
1111
},
1212
"devDependencies": {
13-
"axios": "^0.17",
13+
"axios": "^0.21",
1414
"bootstrap-sass": "^3.3.7",
1515
"cross-env": "^5.1",
1616
"jquery": "^3.2",

yarn.lock

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,11 @@ axios@^0.15.3:
284284
dependencies:
285285
follow-redirects "1.0.0"
286286

287-
axios@^0.17:
288-
version "0.17.1"
289-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"
287+
axios@^0.21:
288+
version "0.21.1"
289+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
290290
dependencies:
291-
follow-redirects "^1.2.5"
292-
is-buffer "^1.1.5"
291+
follow-redirects "^1.10.0"
293292

294293
babel-code-frame@^6.11.0, babel-code-frame@^6.26.0:
295294
version "6.26.0"
@@ -2398,11 +2397,9 @@ follow-redirects@1.0.0:
23982397
dependencies:
23992398
debug "^2.2.0"
24002399

2401-
follow-redirects@^1.2.5:
2402-
version "1.2.6"
2403-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.6.tgz#4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf"
2404-
dependencies:
2405-
debug "^3.1.0"
2400+
follow-redirects@^1.10.0:
2401+
version "1.13.3"
2402+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
24062403

24072404
for-in@^0.1.3:
24082405
version "0.1.8"

0 commit comments

Comments
 (0)