Skip to content

Commit

Permalink
build(deps): bump axios ^1.7.4 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzamahmood committed Sep 11, 2024
1 parent fb3d612 commit e60889c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/axios-client-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@apimatic/http-query": "^0.3.2",
"@apimatic/json-bigint": "^1.2.0",
"@apimatic/schema": "^0.7.12",
"axios": "^1.6.0",
"axios": "^1.7.4",
"detect-browser": "^5.3.0",
"detect-node": "^2.0.4",
"form-data": "^3.0.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1991,7 +1991,7 @@ atob@^2.1.2:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

axios@^1.0.0, axios@^1.6.0:
axios@^1.0.0:
version "1.7.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
Expand All @@ -2000,6 +2000,15 @@ axios@^1.0.0, axios@^1.6.0:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.7.4:
version "1.7.7"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

babel-jest@^26.6.3:
version "26.6.3"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056"
Expand Down

0 comments on commit e60889c

Please sign in to comment.