Skip to content

Commit dbe732f

Browse files
fix(deps): update dependency axios [security]
1 parent 36eff89 commit dbe732f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/redux-requests-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/cli": "7.12.8",
4343
"@babel/core": "7.12.9",
4444
"@babel/preset-env": "7.12.7",
45-
"axios": "0.21.0",
45+
"axios": "0.21.1",
4646
"babel-jest": "26.6.3",
4747
"babel-loader": "8.2.2",
4848
"cross-env": "7.0.2",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3277,7 +3277,14 @@ [email protected], axios@^0.19.0:
32773277
follow-redirects "1.5.10"
32783278
is-buffer "^2.0.2"
32793279

3280-
[email protected], axios@>=0.16.0:
3280+
3281+
version "0.21.1"
3282+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
3283+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
3284+
dependencies:
3285+
follow-redirects "^1.10.0"
3286+
3287+
axios@>=0.16.0:
32813288
version "0.21.0"
32823289
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
32833290
integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==

0 commit comments

Comments
 (0)