Skip to content

Commit 0992cbd

Browse files
snyk-botalphaolomi
authored andcommitted
fix: upgrade axios from 0.28.0 to 0.28.1
Snyk has created this PR to upgrade axios from 0.28.0 to 0.28.1. 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 bda19d2 commit 0992cbd

2 files changed

Lines changed: 5 additions & 5 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.0"
43+
"axios": "^0.28.1"
4444
},
4545
"peerDependencies": {},
4646
"husky": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,10 +1746,10 @@ 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.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==
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==
17531753
dependencies:
17541754
follow-redirects "^1.15.0"
17551755
form-data "^4.0.0"

0 commit comments

Comments
 (0)