Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 859304b

Browse files
chore(deps-dev): bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea35199 commit 859304b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@testing-library/jest-dom": "5.11.8",
4949
"@types/cucumber": "6.0.1",
5050
"@types/jest": "26.0.20",
51-
"axios": "0.21.1",
51+
"axios": "0.21.2",
5252
"boxen": "5.0.0",
5353
"chai": "4.2.0",
5454
"cpy-cli": "3.1.1",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@fortawesome/free-solid-svg-icons": "5.15.1",
2020
"@fortawesome/react-fontawesome": "0.1.14",
2121
"@koa/router": "10.0.0",
22-
"axios": "^0.24.0",
22+
"axios": "^0.21.2",
2323
"colors": "1.4.0",
2424
"diff": "5.0.0",
2525
"emotion": "11.0.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2925,19 +2925,19 @@ axios@0.21.0:
29252925
dependencies:
29262926
follow-redirects "^1.10.0"
29272927

2928-
axios@0.21.1:
2929-
version "0.21.1"
2930-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2931-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2928+
axios@0.21.2:
2929+
version "0.21.2"
2930+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2931+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
29322932
dependencies:
2933-
follow-redirects "^1.10.0"
2933+
follow-redirects "^1.14.0"
29342934

2935-
axios@^0.24.0:
2936-
version "0.24.0"
2937-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
2938-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
2935+
axios@^0.21.2:
2936+
version "0.21.4"
2937+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
2938+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
29392939
dependencies:
2940-
follow-redirects "^1.14.4"
2940+
follow-redirects "^1.14.0"
29412941

29422942
axobject-query@^2.1.2:
29432943
version "2.2.0"
@@ -5779,7 +5779,7 @@ flush-write-stream@^1.0.0:
57795779
inherits "^2.0.3"
57805780
readable-stream "^2.3.6"
57815781

5782-
follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.4:
5782+
follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.0:
57835783
version "1.14.6"
57845784
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.6.tgz#8cfb281bbc035b3c067d6cd975b0f6ade6e855cd"
57855785
integrity sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==

0 commit comments

Comments
 (0)