Skip to content

Commit ee6be32

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 b68ee0c commit ee6be32

File tree

3 files changed

+68
-36
lines changed

3 files changed

+68
-36
lines changed

package-lock.json

Lines changed: 58 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.18",
13+
"axios": "^0.21",
1414
"bootstrap": "^4.0.0",
1515
"cross-env": "^5.1",
1616
"jquery": "^3.2",

yarn.lock

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,13 +1023,12 @@ autoprefixer@^9.4.2:
10231023
postcss "^7.0.14"
10241024
postcss-value-parser "^3.3.1"
10251025

1026-
axios@^0.18:
1027-
version "0.18.0"
1028-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
1029-
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
1026+
axios@^0.21:
1027+
version "0.21.1"
1028+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1029+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
10301030
dependencies:
1031-
follow-redirects "^1.3.0"
1032-
is-buffer "^1.1.5"
1031+
follow-redirects "^1.10.0"
10331032

10341033
babel-code-frame@^6.26.0:
10351034
version "6.26.0"
@@ -1983,13 +1982,6 @@ debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3:
19831982
dependencies:
19841983
ms "2.0.0"
19851984

1986-
debug@=3.1.0:
1987-
version "3.1.0"
1988-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
1989-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
1990-
dependencies:
1991-
ms "2.0.0"
1992-
19931985
debug@^3.1.0, debug@^3.2.5:
19941986
version "3.2.6"
19951987
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -2634,12 +2626,10 @@ flush-write-stream@^1.0.0:
26342626
inherits "^2.0.3"
26352627
readable-stream "^2.3.6"
26362628

2637-
follow-redirects@^1.0.0, follow-redirects@^1.3.0:
2638-
version "1.6.1"
2639-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.6.1.tgz#514973c44b5757368bad8bddfe52f81f015c94cb"
2640-
integrity sha512-t2JCjbzxQpWvbhts3l6SH1DKzSrx8a+SsaVf4h6bG4kOXUuPYS/kg2Lr4gQSb7eemaHqJkOThF1BGyjlUkO1GQ==
2641-
dependencies:
2642-
debug "=3.1.0"
2629+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
2630+
version "1.13.1"
2631+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
2632+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
26432633

26442634
for-in@^0.1.3:
26452635
version "0.1.8"

0 commit comments

Comments
 (0)