Skip to content

Commit 0653866

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] <[email protected]>
1 parent 04f2b25 commit 0653866

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"author": "Janis Lesinskis <[email protected]>",
66
"dependencies": {
7-
"axios": "^0.18.0",
7+
"axios": "^0.21.1",
88
"gatsby": "^1.9.277",
99
"gatsby-image": "^1.0.55",
1010
"gatsby-link": "^1.6.39",

yarn.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -408,12 +408,12 @@ aws4@^1.6.0, aws4@^1.8.0:
408408
version "1.8.0"
409409
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
410410

411-
axios@^0.18.0:
412-
version "0.18.0"
413-
resolved "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
411+
axios@^0.21.1:
412+
version "0.21.1"
413+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
414+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
414415
dependencies:
415-
follow-redirects "^1.3.0"
416-
is-buffer "^1.1.5"
416+
follow-redirects "^1.10.0"
417417

418418
babel-cli@^6.26.0:
419419
version "6.26.0"
@@ -2497,12 +2497,6 @@ debug@2, [email protected], debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, de
24972497
dependencies:
24982498
ms "2.0.0"
24992499

2500-
debug@=3.1.0, debug@~3.1.0:
2501-
version "3.1.0"
2502-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2503-
dependencies:
2504-
ms "2.0.0"
2505-
25062500
debug@^3.1.0:
25072501
version "3.2.5"
25082502
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.5.tgz#c2418fbfd7a29f4d4f70ff4cea604d4b64c46407"
@@ -2521,6 +2515,12 @@ debug@~2.2.0:
25212515
dependencies:
25222516
ms "0.7.1"
25232517

2518+
debug@~3.1.0:
2519+
version "3.1.0"
2520+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2521+
dependencies:
2522+
ms "2.0.0"
2523+
25242524
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
25252525
version "1.2.0"
25262526
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -3632,11 +3632,10 @@ flatten@^1.0.2:
36323632
version "1.0.2"
36333633
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
36343634

3635-
follow-redirects@^1.0.0, follow-redirects@^1.3.0:
3636-
version "1.5.8"
3637-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.8.tgz#1dbfe13e45ad969f813e86c00e5296f525c885a1"
3638-
dependencies:
3639-
debug "=3.1.0"
3635+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
3636+
version "1.13.3"
3637+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
3638+
integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==
36403639

36413640
for-each@^0.3.2:
36423641
version "0.3.3"

0 commit comments

Comments
 (0)