Skip to content

Commit 1a58e7f

Browse files
committed
fix(deps): update dependency axios to v0.28.0 [security]
1 parent 0fdb3e9 commit 1a58e7f

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
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.2",
19+
"axios": "0.28.0",
2020
"connected-react-router": "6.8.0",
2121
"dayjs": "1.10.4",
2222
"immutable": "4.0.0-rc.12",

yarn.lock

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

2345-
axios@0.21.2:
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==
2345+
axios@0.28.0:
2346+
version "0.28.0"
2347+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
2348+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
23492349
dependencies:
2350-
follow-redirects "^1.14.0"
2350+
follow-redirects "^1.15.0"
2351+
form-data "^4.0.0"
2352+
proxy-from-env "^1.1.0"
23512353

23522354
axobject-query@^2.0.2:
23532355
version "2.1.2"
@@ -3156,7 +3158,7 @@ color@^3.0.0:
31563158
color-convert "^1.9.1"
31573159
color-string "^1.5.2"
31583160

3159-
combined-stream@^1.0.6, combined-stream@~1.0.6:
3161+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
31603162
version "1.0.8"
31613163
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
31623164
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -4909,10 +4911,10 @@ follow-redirects@^1.0.0:
49094911
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
49104912
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
49114913

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==
4914+
follow-redirects@^1.15.0:
4915+
version "1.15.5"
4916+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
4917+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
49164918

49174919
for-in@^0.1.3:
49184920
version "0.1.8"
@@ -4950,6 +4952,15 @@ [email protected]:
49504952
tapable "^1.0.0"
49514953
worker-rpc "^0.1.0"
49524954

4955+
form-data@^4.0.0:
4956+
version "4.0.0"
4957+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
4958+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
4959+
dependencies:
4960+
asynckit "^0.4.0"
4961+
combined-stream "^1.0.8"
4962+
mime-types "^2.1.12"
4963+
49534964
form-data@~2.3.2:
49544965
version "2.3.3"
49554966
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -8813,6 +8824,11 @@ proxy-addr@~2.0.5:
88138824
forwarded "~0.1.2"
88148825
ipaddr.js "1.9.1"
88158826

8827+
proxy-from-env@^1.1.0:
8828+
version "1.1.0"
8829+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
8830+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
8831+
88168832
prr@~1.0.1:
88178833
version "1.0.1"
88188834
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)