Skip to content

Commit 7ac605e

Browse files
fix(deps): update dependency axios to v0.28.0 [security]
1 parent a098a73 commit 7ac605e

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
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.28.0",
4646
"babel-jest": "26.6.3",
4747
"babel-loader": "8.2.2",
4848
"cross-env": "7.0.2",

yarn.lock

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3277,7 +3277,16 @@ [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.28.0"
3282+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
3283+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
3284+
dependencies:
3285+
follow-redirects "^1.15.0"
3286+
form-data "^4.0.0"
3287+
proxy-from-env "^1.1.0"
3288+
3289+
axios@>=0.16.0:
32813290
version "0.21.0"
32823291
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
32833292
integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==
@@ -3966,7 +3975,7 @@ columnify@^1.5.4:
39663975
strip-ansi "^3.0.0"
39673976
wcwidth "^1.0.0"
39683977

3969-
combined-stream@^1.0.6, combined-stream@~1.0.6:
3978+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
39703979
version "1.0.8"
39713980
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
39723981
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -5305,6 +5314,11 @@ follow-redirects@^1.10.0:
53055314
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
53065315
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
53075316

5317+
follow-redirects@^1.15.0:
5318+
version "1.15.6"
5319+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
5320+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
5321+
53085322
for-in@^1.0.2:
53095323
version "1.0.2"
53105324
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -5315,6 +5329,15 @@ forever-agent@~0.6.1:
53155329
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
53165330
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
53175331

5332+
form-data@^4.0.0:
5333+
version "4.0.0"
5334+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5335+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5336+
dependencies:
5337+
asynckit "^0.4.0"
5338+
combined-stream "^1.0.8"
5339+
mime-types "^2.1.12"
5340+
53185341
form-data@~2.3.2:
53195342
version "2.3.3"
53205343
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -8621,6 +8644,11 @@ protoduck@^5.0.1:
86218644
dependencies:
86228645
genfun "^5.0.0"
86238646

8647+
proxy-from-env@^1.1.0:
8648+
version "1.1.0"
8649+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
8650+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
8651+
86248652
psl@^1.1.28:
86258653
version "1.2.0"
86268654
resolved "https://registry.yarnpkg.com/psl/-/psl-1.2.0.tgz#df12b5b1b3a30f51c329eacbdef98f3a6e136dc6"

0 commit comments

Comments
 (0)