Skip to content

Commit 76bc52a

Browse files
snyk-botalphaolomi
authored andcommitted
fix: upgrade axios from 0.28.1 to 0.29.0
Snyk has created this PR to upgrade axios from 0.28.1 to 0.29.0. See this package in yarn: axios 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 0992cbd commit 76bc52a

2 files changed

Lines changed: 10 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.28.1"
43+
"axios": "^0.29.0"
4444
},
4545
"peerDependencies": {},
4646
"husky": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,12 +1746,12 @@ 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.28.1:
1750-
version "0.28.1"
1751-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
1752-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
1749+
axios@^0.29.0:
1750+
version "0.29.0"
1751+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb"
1752+
integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg==
17531753
dependencies:
1754-
follow-redirects "^1.15.0"
1754+
follow-redirects "^1.15.4"
17551755
form-data "^4.0.0"
17561756
proxy-from-env "^1.1.0"
17571757

@@ -3186,10 +3186,10 @@ flatted@^2.0.0:
31863186
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
31873187
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
31883188

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==
3189+
follow-redirects@^1.15.4:
3190+
version "1.15.9"
3191+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
3192+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
31933193

31943194
for-in@^1.0.2:
31953195
version "1.0.2"

0 commit comments

Comments
 (0)