Skip to content

Commit 02ee586

Browse files
authoredJan 22, 2025··
fix(deps): update dependency axios to v1.7.9 (#867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b556b3f commit 02ee586

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -3674,9 +3674,9 @@ autoprefixer@^10.4.9:
36743674
postcss-value-parser "^4.2.0"
36753675

36763676
axios@^1.6.5, axios@^1.7.4:
3677-
version "1.7.7"
3678-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
3679-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
3677+
version "1.7.9"
3678+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
3679+
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
36803680
dependencies:
36813681
follow-redirects "^1.15.6"
36823682
form-data "^4.0.0"
@@ -5828,9 +5828,9 @@ fork-ts-checker-webpack-plugin@7.2.13:
58285828
tapable "^2.2.1"
58295829

58305830
form-data@^4.0.0:
5831-
version "4.0.0"
5832-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5833-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5831+
version "4.0.1"
5832+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
5833+
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
58345834
dependencies:
58355835
asynckit "^0.4.0"
58365836
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)
Please sign in to comment.