Skip to content

Commit 8bc7a14

Browse files
[Security] Bump axios from 0.19.2 to 0.21.1 in /app
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. **This update includes a security fix.** - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v0.21.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 3961d10 commit 8bc7a14

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "^13.11.1",
1313
"@types/react": "16.8.8",
1414
"@types/react-dom": "16.8.3",
15-
"axios": "^0.19.2",
15+
"axios": "^0.21.1",
1616
"highcharts": "^8.1.1",
1717
"highcharts-react-official": "^3.0.0",
1818
"react": "^16.8.5",

app/yarn.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,12 +2428,12 @@ axios-mock-adapter@^1.17.0:
24282428
dependencies:
24292429
deep-equal "^1.0.1"
24302430

2431-
axios@^0.19.2:
2432-
version "0.19.2"
2433-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2434-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2431+
axios@^0.21.1:
2432+
version "0.21.1"
2433+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2434+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
24352435
dependencies:
2436-
follow-redirects "1.5.10"
2436+
follow-redirects "^1.10.0"
24372437

24382438
axobject-query@^2.0.1:
24392439
version "2.1.2"
@@ -3971,13 +3971,6 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.8, debug@^2.6.
39713971
dependencies:
39723972
ms "2.0.0"
39733973

3974-
debug@=3.1.0:
3975-
version "3.1.0"
3976-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3977-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3978-
dependencies:
3979-
ms "2.0.0"
3980-
39813974
debug@^3.1.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6:
39823975
version "3.2.6"
39833976
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -5307,17 +5300,10 @@ flush-write-stream@^1.0.0:
53075300
inherits "^2.0.3"
53085301
readable-stream "^2.3.6"
53095302

5310-
5311-
version "1.5.10"
5312-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5313-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5314-
dependencies:
5315-
debug "=3.1.0"
5316-
5317-
follow-redirects@^1.0.0:
5318-
version "1.13.0"
5319-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
5320-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
5303+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
5304+
version "1.13.1"
5305+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
5306+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
53215307

53225308
for-in@^0.1.3:
53235309
version "0.1.8"

0 commit comments

Comments
 (0)