Skip to content

Commit 00dbbd7

Browse files
committed
fix: upgrade axios from 1.7.4 to 1.7.5
Snyk has created this PR to upgrade axios from 1.7.4 to 1.7.5. See this package in yarn: axios See this project in Snyk: https://app.snyk.io/org/reach/project/4049d86e-6746-45cb-b768-5a9bef4e21e3?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 600baed commit 00dbbd7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"yarn.lock"
5757
],
5858
"dependencies": {
59-
"axios": "^1.7.4"
59+
"axios": "^1.7.5"
6060
},
6161
"devDependencies": {
6262
"@commitlint/cli": "^8.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3528,10 +3528,10 @@ axios-mock-adapter@^1.22.0:
35283528
fast-deep-equal "^3.1.3"
35293529
is-buffer "^2.0.5"
35303530

3531-
axios@^1.7.4:
3532-
version "1.7.4"
3533-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
3534-
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
3531+
axios@^1.7.5:
3532+
version "1.7.7"
3533+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
3534+
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
35353535
dependencies:
35363536
follow-redirects "^1.15.6"
35373537
form-data "^4.0.0"

0 commit comments

Comments
 (0)