Skip to content

Commit da6bee8

Browse files
build(deps): [security] bump axios from 0.19.1 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.1 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@0.19.1...v0.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0ec4f9f commit da6bee8

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/react-router-dom": "^5.1.2",
5353
"@types/recharts": "^1.8.4",
5454
"@use-it/interval": "^0.1.3",
55-
"axios": "^0.19.1",
55+
"axios": "^0.21.1",
5656
"clsx": "^1.0.4",
5757
"cors": "^2.8.5",
5858
"d3-selection": "^1.4.0",

yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,12 +1603,12 @@ aws4@^1.8.0:
16031603
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c"
16041604
integrity sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==
16051605

1606-
axios@^0.19.1:
1607-
version "0.19.1"
1608-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.1.tgz#8a6a04eed23dfe72747e1dd43c604b8f1677b5aa"
1609-
integrity sha512-Yl+7nfreYKaLRvAvjNPkvfjnQHJM1yLBY3zhqAwcJSwR/6ETkanUgylgtIvkvz0xJ+p/vZuNw8X7Hnb7Whsbpw==
1606+
axios@^0.21.1:
1607+
version "0.21.1"
1608+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1609+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
16101610
dependencies:
1611-
follow-redirects "1.5.10"
1611+
follow-redirects "^1.10.0"
16121612

16131613
babel-plugin-dynamic-import-node@^2.3.0:
16141614
version "2.3.0"
@@ -2981,13 +2981,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
29812981
dependencies:
29822982
ms "2.0.0"
29832983

2984-
debug@=3.1.0:
2985-
version "3.1.0"
2986-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2987-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2988-
dependencies:
2989-
ms "2.0.0"
2990-
29912984
debug@^3.2.6:
29922985
version "3.2.6"
29932986
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -3667,12 +3660,10 @@ find-versions@^3.2.0:
36673660
dependencies:
36683661
semver-regex "^2.0.0"
36693662

3670-
follow-redirects@1.5.10:
3671-
version "1.5.10"
3672-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3673-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3674-
dependencies:
3675-
debug "=3.1.0"
3663+
follow-redirects@^1.10.0:
3664+
version "1.13.1"
3665+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3666+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
36763667

36773668
for-in@^1.0.2:
36783669
version "1.0.2"

0 commit comments

Comments
 (0)