Skip to content

Commit bda19d2

Browse files
snyk-botalphaolomi
authored andcommitted
fix: upgrade axios from 0.27.2 to 0.28.0
Snyk has created this PR to upgrade axios from 0.27.2 to 0.28.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/alphaolomi/project/05c6af39-3bba-4146-89b8-5f6b0c87037c?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 84f3348 commit bda19d2

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript": "^4.6.4"
4141
},
4242
"dependencies": {
43-
"axios": "^0.27.2"
43+
"axios": "^0.28.0"
4444
},
4545
"peerDependencies": {},
4646
"husky": {

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,13 +1746,14 @@ axe-core@^4.0.2:
17461746
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.1.tgz#0c6a076e4a1c3e0544ba6a9479158f9be7a7928e"
17471747
integrity sha512-3WVgVPs/7OnKU3s+lqMtkv3wQlg3WxK1YifmpJSDO0E1aPBrZWlrrTO6cxRqCXLuX2aYgCljqXIQd0VnRidV0g==
17481748

1749-
axios@^0.27.2:
1750-
version "0.27.2"
1751-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1752-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
1749+
axios@^0.28.0:
1750+
version "0.28.0"
1751+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
1752+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
17531753
dependencies:
1754-
follow-redirects "^1.14.9"
1754+
follow-redirects "^1.15.0"
17551755
form-data "^4.0.0"
1756+
proxy-from-env "^1.1.0"
17561757

17571758
axobject-query@^2.2.0:
17581759
version "2.2.0"
@@ -3185,10 +3186,10 @@ flatted@^2.0.0:
31853186
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
31863187
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
31873188

3188-
follow-redirects@^1.14.9:
3189-
version "1.15.4"
3190-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
3191-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
3189+
follow-redirects@^1.15.0:
3190+
version "1.15.6"
3191+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
3192+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
31923193

31933194
for-in@^1.0.2:
31943195
version "1.0.2"
@@ -5249,6 +5250,11 @@ prop-types@^15.7.2:
52495250
object-assign "^4.1.1"
52505251
react-is "^16.8.1"
52515252

5253+
proxy-from-env@^1.1.0:
5254+
version "1.1.0"
5255+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
5256+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
5257+
52525258
psl@^1.1.28:
52535259
version "1.8.0"
52545260
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"

0 commit comments

Comments
 (0)