Skip to content

Commit 0fdb3e9

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency axios to v0.21.2 [security]
1 parent 92ff45b commit 0fdb3e9

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "12.20.4",
1717
"@types/react": "17.0.3",
1818
"@types/react-dom": "16.9.11",
19-
"axios": "0.21.1",
19+
"axios": "0.21.2",
2020
"connected-react-router": "6.8.0",
2121
"dayjs": "1.10.4",
2222
"immutable": "4.0.0-rc.12",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,12 +2342,12 @@ aws4@^1.8.0:
23422342
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
23432343
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
23442344

2345-
2346-
version "0.21.1"
2347-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2348-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2345+
2346+
version "0.21.2"
2347+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2348+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
23492349
dependencies:
2350-
follow-redirects "^1.10.0"
2350+
follow-redirects "^1.14.0"
23512351

23522352
axobject-query@^2.0.2:
23532353
version "2.1.2"
@@ -4904,11 +4904,16 @@ flush-write-stream@^1.0.0:
49044904
inherits "^2.0.3"
49054905
readable-stream "^2.3.6"
49064906

4907-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
4907+
follow-redirects@^1.0.0:
49084908
version "1.13.0"
49094909
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
49104910
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
49114911

4912+
follow-redirects@^1.14.0:
4913+
version "1.14.4"
4914+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
4915+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
4916+
49124917
for-in@^0.1.3:
49134918
version "0.1.8"
49144919
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"

0 commit comments

Comments
 (0)